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/21 22:44:59 UTC

[juneau-petstore] branch master updated: Petstore should use latest stable release.

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


The following commit(s) were added to refs/heads/master by this push:
     new 98a90f3  Petstore should use latest stable release.
98a90f3 is described below

commit 98a90f3edef9211bd1a2eca9c08e277e89f560d7
Author: JamesBognar <ja...@apache.org>
AuthorDate: Mon Oct 21 18:44:46 2019 -0400

    Petstore should use latest stable release.
---
 juneau-petstore-server/pom.xml | 2 +-
 pom.xml                        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/juneau-petstore-server/pom.xml b/juneau-petstore-server/pom.xml
index 9dc3f39..2bd9952 100644
--- a/juneau-petstore-server/pom.xml
+++ b/juneau-petstore-server/pom.xml
@@ -41,7 +41,7 @@
 
         <maven.javadoc.skip>true</maven.javadoc.skip>
 
-        <juneau.version>8.1.2-SNAPSHOT</juneau.version>
+        <juneau.version>8.1.1</juneau.version>
         <javax.inject.version>1</javax.inject.version>
         <servlet.version>3.1.0</servlet.version>
         <hibernate.version>5.0.9.Final</hibernate.version>
diff --git a/pom.xml b/pom.xml
index 5b3e5ba..b70355f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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.2-SNAPSHOT</juneau.version>
+        <juneau.version>8.1.1</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>