Bump version 0.2.0

master v0.2.0
blallo 2020-04-28 00:52:41 +02:00
parent 62a872f168
commit 625f1d23d0
Signed by: blallo
GPG Key ID: 0CBE577C9B72DC3F
4 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ RUN mvn clean install
FROM tomcat:8.5
ARG PROJECT_NAME=centralino_brigate
ARG PROJECT_VERS=0.1.0
ARG PROJECT_VERS=0.2.0
RUN cd /usr/local/tomcat/webapps.dist/ \
&& for FILE in *; do \

View File

@ -17,7 +17,7 @@ Se si vuole tirar su un ambiente di sviluppo locale con tomcat e un db mysql
$ docker-compose up
```
Si troverà l'app a `http://localhost:8080/centralino_brigate-0.1.0/`. *ATTENZIONE*: NON è
Si troverà l'app a `http://localhost:8080/centralino_brigate-0.2.0/`. *ATTENZIONE*: NON è
production-safe!
Se si vuole buildare l'artifatto (output in `war` nella cartella `target/`),

View File

@ -19,6 +19,6 @@ services:
build:
dockerfile: ./Dockerfile
context: .
image: unit/centralino_brigate:0.1.0
image: unit/centralino_brigate:0.2.0
ports:
- 8080:8080

View File

@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>centralino_brigate</groupId>
<artifactId>centralino_brigate</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
<packaging>war</packaging>
<name>centralino_brigate</name>
<dependencies>