Skip to content

Commit

Permalink
Change version to 8.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbognar committed Sep 21, 2019
1 parent a7cbde6 commit e4129a9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion juneau-petstore-api/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.juneau.petstore</groupId>
<artifactId>juneau-petstore</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>8.1.2-SNAPSHOT</version>
</parent>

<artifactId>juneau-petstore-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion juneau-petstore-client/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.juneau.petstore</groupId>
<artifactId>juneau-petstore</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>8.1.2-SNAPSHOT</version>
</parent>

<artifactId>juneau-petstore-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion juneau-petstore-server/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.juneau.petstore</groupId>
<artifactId>juneau-petstore</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>8.1.2-SNAPSHOT</version>
</parent>

<artifactId>juneau-petstore-server</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -19,7 +19,7 @@

<groupId>org.apache.juneau.petstore</groupId>
<artifactId>juneau-petstore</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>8.1.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Juneau Petstore Application</name>
<description>Sample application for demonstrating Apache Juneau.</description>
Expand All @@ -38,7 +38,7 @@
<junit.version>4.11</junit.version>
<servlet.version>3.1.0</servlet.version>
<httpclient.version>4.5.6</httpclient.version>
<juneau.version>8.1.1-SNAPSHOT</juneau.version>
<juneau.version>8.1.2-SNAPSHOT</juneau.version>
<derby.version>10.10.2.0</derby.version>
<hibernate.version>5.0.9.Final</hibernate.version>
<javax.inject.version>1</javax.inject.version>
Expand Down

0 comments on commit e4129a9

Please sign in to comment.