Skip to content

Commit

Permalink
poms moved to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cecom committed Dec 27, 2017
1 parent 2195f9a commit 632baab
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.geewhiz.pacify</groupId>
<artifactId>pacify</artifactId>
<version>develop</version>
<version>1.4.0</version>
</parent>
<artifactId>pacify.api</artifactId>
<name>com.geewhiz.pacify.api</name>
Expand Down
2 changes: 1 addition & 1 deletion assembly/full/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.geewhiz.pacify</groupId>
<artifactId>pacify.assembly</artifactId>
<version>develop</version>
<version>1.4.0</version>
</parent>
<artifactId>pacify.assembly.full</artifactId>
<name>com.geewhiz.pacify.assembly.full</name>
Expand Down
2 changes: 1 addition & 1 deletion assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.geewhiz.pacify</groupId>
<artifactId>pacify</artifactId>
<version>develop</version>
<version>1.4.0</version>
</parent>
<artifactId>pacify.assembly</artifactId>
<name>com.geewhiz.pacify.assembly</name>
Expand Down
2 changes: 1 addition & 1 deletion assembly/shaded-jar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.geewhiz.pacify</groupId>
<artifactId>pacify.assembly</artifactId>
<version>develop</version>
<version>1.4.0</version>
</parent>
<artifactId>pacify.assembly.shaded-jar</artifactId>
<name>com.geewhiz.pacify.assembly.shaded-jar</name>
Expand Down
2 changes: 1 addition & 1 deletion commandline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.geewhiz.pacify</groupId>
<artifactId>pacify</artifactId>
<version>develop</version>
<version>1.4.0</version>
</parent>
<artifactId>pacify.commandline</artifactId>
<name>com.geewhiz.pacify.commandline</name>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.geewhiz.pacify</groupId>
<artifactId>pacify</artifactId>
<version>develop</version>
<version>1.4.0</version>
</parent>
<artifactId>pacify.common</artifactId>
<name>com.geewhiz.pacify.common</name>
Expand Down
2 changes: 1 addition & 1 deletion impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.geewhiz.pacify</groupId>
<artifactId>pacify</artifactId>
<version>develop</version>
<version>1.4.0</version>
</parent>
<artifactId>pacify.impl</artifactId>
<name>com.geewhiz.pacify.impl</name>
Expand Down
2 changes: 1 addition & 1 deletion model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.geewhiz.pacify</groupId>
<artifactId>pacify</artifactId>
<version>develop</version>
<version>1.4.0</version>
</parent>
<artifactId>pacify.model</artifactId>
<name>com.geewhiz.pacify.model</name>
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 @@
<artifactId>pacify</artifactId>
<packaging>pom</packaging>
<name>com.geewhiz.pacify</name>
<version>develop</version>
<version>1.4.0</version>

<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion resolver/cmd-resolver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.geewhiz.pacify</groupId>
<artifactId>pacify.resolver</artifactId>
<version>develop</version>
<version>1.4.0</version>
</parent>
<artifactId>pacify.resolver.cmd-resolver</artifactId>
<name>com.geewhiz.pacify.resolver.cmd-resolver</name>
Expand Down
2 changes: 1 addition & 1 deletion resolver/file-resolver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.geewhiz.pacify</groupId>
<artifactId>pacify.resolver</artifactId>
<version>develop</version>
<version>1.4.0</version>
</parent>
<artifactId>pacify.resolver.file-resolver</artifactId>
<name>com.geewhiz.pacify.resolver.file-resolver</name>
Expand Down
2 changes: 1 addition & 1 deletion resolver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.geewhiz.pacify</groupId>
<artifactId>pacify</artifactId>
<version>develop</version>
<version>1.4.0</version>
</parent>
<artifactId>pacify.resolver</artifactId>
<name>com.geewhiz.pacify.resolver</name>
Expand Down

0 comments on commit 632baab

Please sign in to comment.