diff --git a/Dockerfile b/Dockerfile
index f7f132f..e0b032b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 \
diff --git a/README.md b/README.md
index 9b04ee7..0da4820 100644
--- a/README.md
+++ b/README.md
@@ -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/`),
diff --git a/docker-compose.yml b/docker-compose.yml
index 469dbab..d5cd1f2 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -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
diff --git a/pom.xml b/pom.xml
index 4c02fe5..80ee895 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
4.0.0
centralino_brigate
centralino_brigate
- 0.1.0
+ 0.2.0
war
centralino_brigate