Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlauer committed Dec 9, 2016
1 parent e631e9a commit 15a55f7
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.fizzed</groupId>
<artifactId>stork</artifactId>
<packaging>pom</packaging>
<version>2.3.1-SNAPSHOT</version>
<version>2.4.0</version>
<name>stork</name>

<parent>
Expand All @@ -16,7 +16,7 @@
<scm>
<url>https://github.com/fizzed/stork</url>
<connection>scm:git:[email protected]:fizzed/stork.git</connection>
<tag>master</tag>
<tag>v2.4.0</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion stork-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>stork</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.4.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion stork-bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>stork</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.4.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion stork-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>stork</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.4.0</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion stork-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>stork</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.4.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion stork-demo/stork-demo-dropwizard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>stork</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.4.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion stork-demo/stork-demo-hellod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>stork</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.4.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion stork-deploy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>stork</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.4.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion stork-launcher-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>stork</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.4.0</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion stork-launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>stork</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.4.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion stork-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>stork</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.4.0</version>
</parent>

<properties>
Expand Down

0 comments on commit 15a55f7

Please sign in to comment.