Skip to content

Commit

Permalink
04.00.18-RPM - switched docker images to svenruppert/maven-3.6.1-adop…
Browse files Browse the repository at this point in the history
…t:1.8.212-04
  • Loading branch information
svenruppert committed Jun 17, 2019
1 parent 0619f67 commit 292c4b7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
This project is developed with the Vaadin Development Environment
that you can find here [https://github.com/vaadin-developer/vaadin-dev-environment-demo-vaadin-testbench](https://github.com/vaadin-developer/vaadin-dev-environment-demo-vaadin-testbench)

**Project is build with Oracle - JD11 but on Java level 8 !!**
**Project is build with svenruppert/maven-3.6.1-adopt:1.8.212-04 docker image !!**


## switched to new version string format
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ version: '3.5'

services:
deploy:
image: svenruppert/maven-3.6-jdk-08
image: svenruppert/maven-3.6.1-adopt:1.8.212-04
container_name: deploy
hostname: deploy
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker_compile_locale.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ docker run \
--name compile \
-v "$(pwd)":/usr/src/mymaven \
-w /usr/src/mymaven \
svenruppert/maven-3.6-jdk-08 \
svenruppert/maven-3.6.1-adopt:1.8.212-04 \
mvn clean install
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@

<!--TDD jUnit5-->
<junit.jupiter.version>5.5.0-RC1</junit.jupiter.version>
<junit.platform.version>1.5.0-rc1</junit.platform.version>
<junit.platform.version>1.5.0-RC1</junit.platform.version>
<junit-platform-maven-plugin.version>1.0.0-M5</junit-platform-maven-plugin.version>

<opentracing-api.version>0.33.0</opentracing-api.version>
Expand Down

0 comments on commit 292c4b7

Please sign in to comment.