Skip to content

Commit

Permalink
Moved the pom version to 0.2.4 for the release.
Browse files Browse the repository at this point in the history
  • Loading branch information
demadred committed May 11, 2017
1 parent 2af63c9 commit 375fe8b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lcm-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>nl.kpmg.lcm</groupId>
<artifactId>LocalCatalogManager</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.4-SNAPSHOT</version>
</parent>
<artifactId>lcm-common</artifactId>
<packaging>jar</packaging>
Expand Down
8 changes: 4 additions & 4 deletions lcm-packaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>nl.kpmg.lcm</groupId>
<artifactId>LocalCatalogManager</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.4-SNAPSHOT</version>
</parent>
<artifactId>lcm-packaging</artifactId>
<packaging>jar</packaging>
Expand All @@ -21,17 +21,17 @@
<dependency>
<groupId>nl.kpmg.lcm</groupId>
<artifactId>lcm-common</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>nl.kpmg.lcm</groupId>
<artifactId>lcm-server</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>nl.kpmg.lcm</groupId>
<artifactId>lcm-ui</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.4-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions lcm-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>nl.kpmg.lcm</groupId>
<artifactId>LocalCatalogManager</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.4-SNAPSHOT</version>
</parent>
<artifactId>lcm-server</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>nl.kpmg.lcm</groupId>
<artifactId>lcm-common</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
Expand Down
4 changes: 2 additions & 2 deletions lcm-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>nl.kpmg.lcm</groupId>
<artifactId>LocalCatalogManager</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.4-SNAPSHOT</version>
</parent>
<artifactId>lcm-ui</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>nl.kpmg.lcm</groupId>
<artifactId>lcm-common</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.glassfish.grizzly</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>nl.kpmg.lcm</groupId>
<artifactId>LocalCatalogManager</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.4-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 375fe8b

Please sign in to comment.