Skip to content

Commit

Permalink
Change version number in pom
Browse files Browse the repository at this point in the history
  • Loading branch information
gmutuhu committed Dec 15, 2015
1 parent d6bb9b6 commit a38a02c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion import-core/import-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.devgateway.importtool</groupId>
<artifactId>importtool</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.5-SNAPSHOT</version>
</parent>
<artifactId>import-rest</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion import-core/import-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<parent>
<groupId>org.devgateway.importtool</groupId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.5-SNAPSHOT</version>
<artifactId>importtool</artifactId>
</parent>
<artifactId>import-services</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion import-core/import-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.devgateway.importtool</groupId>
<artifactId>importtool</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.5-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion import-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>importtool</artifactId>
<name>IMPORT TOOL Parent Package</name>
<url>http://maven.apache.org</url>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.5-SNAPSHOT</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit a38a02c

Please sign in to comment.