Skip to content

Commit d540f47

Browse files
committed
make build compatible with Java 11
1 parent bf69283 commit d540f47

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ language: java
2121

2222
jdk:
2323
- oraclejdk8
24-
- oraclejdk11
24+
- openjdk11
2525

2626
# Make sure travis can use container-based infrastructure
2727
sudo: false
2828

2929
install: "mvn -s ./.travis.maven-settings.xml clean"
3030

3131
script:
32-
- "mvn -s ./.travis.maven-settings.xml -Pcontinuous-integration -U -Dmaven.javadoc.skip=true install"
32+
- "mvn -s ./.travis.maven-settings.xml -Pcontinuous-integration -U install"
3333
# Remove wcm.io artefacts from repository before cache
3434
- rm -rf $HOME/.m2/repository/io/wcm
3535

maven-nodejs-proxy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>io.wcm.devops</groupId>
2727
<artifactId>io.wcm.devops.parent_toplevel</artifactId>
28-
<version>1.1.0</version>
28+
<version>1.1.1-SNAPSHOT</version>
2929
<relativePath />
3030
</parent>
3131

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>io.wcm.devops</groupId>
2727
<artifactId>io.wcm.devops.parent_toplevel</artifactId>
28-
<version>1.1.0</version>
28+
<version>1.1.1-SNAPSHOT</version>
2929
<relativePath />
3030
</parent>
3131

0 commit comments

Comments
 (0)