Bump version 0.2.0
This commit is contained in:
parent
62a872f168
commit
625f1d23d0
|
@ -7,7 +7,7 @@ RUN mvn clean install
|
||||||
|
|
||||||
FROM tomcat:8.5
|
FROM tomcat:8.5
|
||||||
ARG PROJECT_NAME=centralino_brigate
|
ARG PROJECT_NAME=centralino_brigate
|
||||||
ARG PROJECT_VERS=0.1.0
|
ARG PROJECT_VERS=0.2.0
|
||||||
|
|
||||||
RUN cd /usr/local/tomcat/webapps.dist/ \
|
RUN cd /usr/local/tomcat/webapps.dist/ \
|
||||||
&& for FILE in *; do \
|
&& for FILE in *; do \
|
||||||
|
|
|
@ -17,7 +17,7 @@ Se si vuole tirar su un ambiente di sviluppo locale con tomcat e un db mysql
|
||||||
$ docker-compose up
|
$ 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!
|
production-safe!
|
||||||
|
|
||||||
Se si vuole buildare l'artifatto (output in `war` nella cartella `target/`),
|
Se si vuole buildare l'artifatto (output in `war` nella cartella `target/`),
|
||||||
|
|
|
@ -19,6 +19,6 @@ services:
|
||||||
build:
|
build:
|
||||||
dockerfile: ./Dockerfile
|
dockerfile: ./Dockerfile
|
||||||
context: .
|
context: .
|
||||||
image: unit/centralino_brigate:0.1.0
|
image: unit/centralino_brigate:0.2.0
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -2,7 +2,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>centralino_brigate</groupId>
|
<groupId>centralino_brigate</groupId>
|
||||||
<artifactId>centralino_brigate</artifactId>
|
<artifactId>centralino_brigate</artifactId>
|
||||||
<version>0.1.0</version>
|
<version>0.2.0</version>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<name>centralino_brigate</name>
|
<name>centralino_brigate</name>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user