Skip to content

Commit

Permalink
Updates for Juneau 8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbognar committed Oct 19, 2020
1 parent 1bc5eb5 commit 600b081
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -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

Expand Down
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.2-SNAPSHOT</version>
<version>8.2.0-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.2-SNAPSHOT</version>
<version>8.2.0-SNAPSHOT</version>
</parent>

<artifactId>juneau-petstore-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion juneau-petstore-server/pom.xml
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 600b081

Please sign in to comment.