Skip to content

Commit

Permalink
Merge pull request payara#92 from Pandrex247/Correct-Version-Number
Browse files Browse the repository at this point in the history
Missed pom increments
  • Loading branch information
Pandrex247 authored Jun 29, 2020
2 parents ab24365 + 45b3159 commit d294a5e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion appserver/extras/docker-images/basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fish.payara.extras</groupId>
<artifactId>docker-images</artifactId>
<version>5.20.0</version>
<version>5.21.0-SNAPSHOT</version>
</parent>
<artifactId>basic-docker-image</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion appserver/extras/docker-images/micro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fish.payara.extras</groupId>
<artifactId>docker-images</artifactId>
<version>5.20.0</version>
<version>5.21.0-SNAPSHOT</version>
</parent>
<artifactId>micro-docker-image</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion appserver/extras/docker-images/server-full/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fish.payara.extras</groupId>
<artifactId>docker-images</artifactId>
<version>5.20.0</version>
<version>5.21.0-SNAPSHOT</version>
</parent>
<artifactId>server-full-docker-image</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion appserver/extras/docker-images/server-node/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fish.payara.extras</groupId>
<artifactId>docker-images</artifactId>
<version>5.20.0</version>
<version>5.21.0-SNAPSHOT</version>
</parent>
<artifactId>server-node-docker-image</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion appserver/extras/docker-images/server-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fish.payara.extras</groupId>
<artifactId>docker-images</artifactId>
<version>5.20.0</version>
<version>5.21.0-SNAPSHOT</version>
</parent>
<artifactId>server-web-docker-image</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion appserver/extras/docker-images/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fish.payara.extras</groupId>
<artifactId>docker-images</artifactId>
<version>5.20.0</version>
<version>5.21.0-SNAPSHOT</version>
</parent>
<artifactId>docker-images-tests</artifactId>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fish.payara.samples</groupId>
<artifactId>payara-samples-profiled-tests</artifactId>
<version>5.20.0</version>
<version>5.21.0-SNAPSHOT</version>
</parent>

<artifactId>jaxws-security</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<artifactId>payara-samples-profiled-tests</artifactId>
<groupId>fish.payara.samples</groupId>
<version>5.20.0</version>
<version>5.21.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit d294a5e

Please sign in to comment.