Skip to content

Commit

Permalink
[maven-release-plugin] prepare release webapp-runner-parent-9.0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jkutner committed Oct 20, 2019
1 parent b756232 commit f7222c8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>webapp-runner-parent</artifactId>
<groupId>com.github.jsimone</groupId>
<version>9.0.27.1-SNAPSHOT</version>
<version>9.0.27.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>webapp-runner-parent</artifactId>
<groupId>com.github.jsimone</groupId>
<version>9.0.27.1-SNAPSHOT</version>
<version>9.0.27.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion memcached/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>webapp-runner-parent</artifactId>
<groupId>com.github.jsimone</groupId>
<version>9.0.27.1-SNAPSHOT</version>
<version>9.0.27.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.jsimone</groupId>
<artifactId>webapp-runner-parent</artifactId>
<version>9.0.27.1-SNAPSHOT</version>
<version>9.0.27.1</version>
<packaging>pom</packaging>
<name>webapp-runner-parent</name>
<description>Lightweight Application Launcher. Launch your webapp in the most popular open source web container available with a single command.</description>
Expand Down Expand Up @@ -46,7 +46,7 @@
<connection>scm:git:git@github.com:jsimone/webapp-runner.git</connection>
<developerConnection>scm:git:git@github.com:jsimone/webapp-runner.git</developerConnection>
<url>https://github.com/jsimone/webapp-runner</url>
<tag>HEAD</tag>
<tag>webapp-runner-parent-9.0.27.1</tag>
</scm>
<issueManagement>
<system>GitHub</system>
Expand Down
2 changes: 1 addition & 1 deletion redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>webapp-runner-parent</artifactId>
<groupId>com.github.jsimone</groupId>
<version>9.0.27.1-SNAPSHOT</version>
<version>9.0.27.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit f7222c8

Please sign in to comment.