Skip to content

Commit

Permalink
update version: 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jdillon committed Jul 18, 2018
1 parent ad5a2de commit f311573
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<name>${project.groupId}:${project.artifactId}</name>
<packaging>pom</packaging>

<version>2-SNAPSHOT</version>
<version>2</version>

<description>
Common build configuration.
Expand Down Expand Up @@ -62,7 +62,7 @@
<!--
Define buildsupport version, this value must always be a constant
-->
<buildsupport.version>2-SNAPSHOT</buildsupport.version>
<buildsupport.version>2</buildsupport.version>

<!--
File encodings.
Expand Down
2 changes: 1 addition & 1 deletion public-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.planet57.buildsupport</groupId>
<artifactId>buildsupport</artifactId>
<version>2-SNAPSHOT</version>
<version>2</version>
</parent>

<artifactId>public-parent</artifactId>
Expand Down

0 comments on commit f311573

Please sign in to comment.