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 600b081 Updates for Juneau 8.2.0
600b081 is described below
commit 600b081dedf5ecee6706b9fb4cf660d5748dc7ab
Author: JamesBognar <[email protected]>
AuthorDate: Mon Oct 19 15:45:26 2020 -0400
Updates for Juneau 8.2.0
---
Dockerfile | 2 +-
juneau-petstore-api/pom.xml | 2 +-
juneau-petstore-client/pom.xml | 2 +-
juneau-petstore-server/pom.xml | 2 +-
pom.xml | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Dockerfile b/Dockerfile
index d40cb0c..ef45abf 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -19,7 +19,7 @@ RUN mvn clean package -DskipTests
FROM java:8
-COPY --from=build
./juneau-petstore-server/target/juneau-petstore-server-8.1.2-SNAPSHOT.war
./run.war
+COPY --from=build
./juneau-petstore-server/target/juneau-petstore-server-8.2.0-SNAPSHOT.war
./run.war
EXPOSE 5000
diff --git a/juneau-petstore-api/pom.xml b/juneau-petstore-api/pom.xml
index cfbc538..b320d95 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.2-SNAPSHOT</version>
+ <version>8.2.0-SNAPSHOT</version>
</parent>
<artifactId>juneau-petstore-api</artifactId>
diff --git a/juneau-petstore-client/pom.xml b/juneau-petstore-client/pom.xml
index 44c9906..9645c48 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.2-SNAPSHOT</version>
+ <version>8.2.0-SNAPSHOT</version>
</parent>
<artifactId>juneau-petstore-client</artifactId>
diff --git a/juneau-petstore-server/pom.xml b/juneau-petstore-server/pom.xml
index f90efeb..d034034 100644
--- a/juneau-petstore-server/pom.xml
+++ b/juneau-petstore-server/pom.xml
@@ -16,7 +16,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <version>8.1.2-SNAPSHOT</version>
+ <version>8.2.0-SNAPSHOT</version>
<parent>
<groupId>org.springframework.boot</groupId>
diff --git a/pom.xml b/pom.xml
index bb1c4d5..2ebe36d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<groupId>org.apache.juneau.petstore</groupId>
<artifactId>juneau-petstore</artifactId>
- <version>8.1.2-SNAPSHOT</version>
+ <version>8.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Juneau Petstore Application</name>
<description>Sample application for demonstrating Apache
Juneau.</description>