You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2019/10/14 13:54:28 UTC

[juneau-petstore] 09/22: Change version to 8.1.2

This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau-petstore.git

commit e4129a9c87f043995adba01ebe9a99e014875ca0
Author: JamesBognar <ja...@apache.org>
AuthorDate: Sat Sep 21 10:23:35 2019 -0400

    Change version to 8.1.2
---
 juneau-petstore-api/pom.xml    | 2 +-
 juneau-petstore-client/pom.xml | 2 +-
 juneau-petstore-server/pom.xml | 2 +-
 pom.xml                        | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/juneau-petstore-api/pom.xml b/juneau-petstore-api/pom.xml
index 0f9bc87..cfbc538 100644
--- a/juneau-petstore-api/pom.xml
+++ b/juneau-petstore-api/pom.xml
@@ -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>
diff --git a/juneau-petstore-client/pom.xml b/juneau-petstore-client/pom.xml
index 874c2d6..44c9906 100644
--- a/juneau-petstore-client/pom.xml
+++ b/juneau-petstore-client/pom.xml
@@ -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>
diff --git a/juneau-petstore-server/pom.xml b/juneau-petstore-server/pom.xml
index a95cb8c..362f799 100644
--- a/juneau-petstore-server/pom.xml
+++ b/juneau-petstore-server/pom.xml
@@ -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>
diff --git a/pom.xml b/pom.xml
index 860925d..5b3e5ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
@@ -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>