Skip to content

Commit

Permalink
Provide full version number
Browse files Browse the repository at this point in the history
  • Loading branch information
TDesjardins committed Aug 2, 2016
1 parent 9ee0166 commit 04bc9ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions gwt-ol3-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<parent>
<groupId>de.desjardins.ol3</groupId>
<artifactId>gwt-ol3</artifactId>
<version>2.4</version>
<version>2.4.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>

<groupId>ol</groupId>
<artifactId>gwt-ol3-client</artifactId>
<name>${project.artifactId}</name>
<version>2.4</version>
<version>2.4.0</version>

<repositories>
<repository>
Expand Down
4 changes: 2 additions & 2 deletions gwt-ol3-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<parent>
<groupId>de.desjardins.ol3</groupId>
<artifactId>gwt-ol3</artifactId>
<version>2.4</version>
<version>2.4.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>ol</groupId>
<artifactId>gwt-ol3-demo</artifactId>
<packaging>war</packaging>
<version>2.4</version>
<version>2.4.0</version>
<name>${project.artifactId}</name>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>de.desjardins.ol3</groupId>
<artifactId>gwt-ol3</artifactId>
<packaging>pom</packaging>
<version>2.4</version>
<version>2.4.0</version>
<name>${project.artifactId}</name>

<repositories>
Expand Down

0 comments on commit 04bc9ce

Please sign in to comment.