From 0231e0b8085077e3de19057bc735af001ee93e86 Mon Sep 17 00:00:00 2001 From: micryc Date: Tue, 26 Mar 2024 12:26:38 +0000 Subject: [PATCH] bump snapshot 1.0.8-SNAPSHOT --- Dockerfile | 2 +- pom.xml | 2 +- src/main/webapp/WEB-INF/web.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 32034b48..41b4ccfd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM openjdk:8-jre WORKDIR /petstore COPY target/lib/jetty-runner* /petstore/jetty-runner.jar COPY ./run.sh /petstore/ -ADD target/swagger-petstore-v2-1.0.7 /petstore/webapp +ADD target/swagger-petstore-v2-1.0.8-SNAPSHOT /petstore/webapp RUN apt-get update diff --git a/pom.xml b/pom.xml index ad2cea55..a8fae294 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ swagger-petstore-v2 war swagger-petstore-v2 - 1.0.7 + 1.0.8-SNAPSHOT 1.8 1.8 diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index fd1175c9..f255b2d6 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -35,7 +35,7 @@ io.swagger.jaxrs.config.DefaultJaxrsConfig api.version - 1.0.7 + -SNAPSHOT swagger.api.title