Skip to content

Commit

Permalink
Merge pull request #9 from mrazjava/develop
Browse files Browse the repository at this point in the history
#7: enabled openjdk 11 for travis builds
  • Loading branch information
mrazjava authored Feb 4, 2019
2 parents 03a5d98 + 281ede7 commit 4d68d0b
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language:
dist:
- trusty
jdk:
- oraclejdk8
- openjdk11
install:
- mvn test-compile -DskipTests=true -Dmaven.javadoc.skip=true -B -V
script:
Expand Down
2 changes: 1 addition & 1 deletion moo-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>pl.zimowski</groupId>
<artifactId>moo</artifactId>
<version>2.0.0-FINAL</version>
<version>2.0.1-FINAL</version>
</parent>
<artifactId>moo-api</artifactId>
<name>Moo API</name>
Expand Down
2 changes: 1 addition & 1 deletion moo-client-jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>pl.zimowski</groupId>
<artifactId>moo</artifactId>
<version>2.0.0-FINAL</version>
<version>2.0.1-FINAL</version>
</parent>
<artifactId>moo-client-jms</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion moo-client-socket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>pl.zimowski</groupId>
<artifactId>moo</artifactId>
<version>2.0.0-FINAL</version>
<version>2.0.1-FINAL</version>
</parent>
<artifactId>moo-client-socket</artifactId>
<description>Moo socket client (requires socket server)</description>
Expand Down
2 changes: 1 addition & 1 deletion moo-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>pl.zimowski</groupId>
<artifactId>moo</artifactId>
<version>2.0.0-FINAL</version>
<version>2.0.1-FINAL</version>
</parent>
<artifactId>moo-commons</artifactId>
<name>Moo Commons</name>
Expand Down
2 changes: 1 addition & 1 deletion moo-jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>pl.zimowski</groupId>
<artifactId>moo</artifactId>
<version>2.0.0-FINAL</version>
<version>2.0.1-FINAL</version>
</parent>
<artifactId>moo-jms</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion moo-reports/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>pl.zimowski</groupId>
<artifactId>moo</artifactId>
<version>2.0.0-FINAL</version>
<version>2.0.1-FINAL</version>
</parent>
<artifactId>moo-reports</artifactId>
<version>1.0.0-FINAL</version>
Expand Down
2 changes: 1 addition & 1 deletion moo-server-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>pl.zimowski</groupId>
<artifactId>moo</artifactId>
<version>2.0.0-FINAL</version>
<version>2.0.1-FINAL</version>
</parent>
<artifactId>moo-server-commons</artifactId>
<name>Moo Server (commons)</name>
Expand Down
2 changes: 1 addition & 1 deletion moo-server-jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>pl.zimowski</groupId>
<artifactId>moo</artifactId>
<version>2.0.0-FINAL</version>
<version>2.0.1-FINAL</version>
</parent>
<artifactId>moo-server-jms</artifactId>
<name>Moo Server (jms)</name>
Expand Down
2 changes: 1 addition & 1 deletion moo-server-socket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>pl.zimowski</groupId>
<artifactId>moo</artifactId>
<version>2.0.0-FINAL</version>
<version>2.0.1-FINAL</version>
</parent>
<artifactId>moo-server-socket</artifactId>
<name>Moo Server (socket)</name>
Expand Down
2 changes: 1 addition & 1 deletion moo-test-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>pl.zimowski</groupId>
<artifactId>moo</artifactId>
<version>2.0.0-FINAL</version>
<version>2.0.1-FINAL</version>
</parent>
<artifactId>moo-test-utils</artifactId>
<name>Moo Test (utils)</name>
Expand Down
2 changes: 1 addition & 1 deletion moo-ui-shell/moo-ui-shell-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>pl.zimowski</groupId>
<artifactId>moo-ui-shell</artifactId>
<version>2.0.0-FINAL</version>
<version>2.0.1-FINAL</version>
</parent>
<artifactId>moo-ui-shell-commons</artifactId>
<name>Moo UI (shell: commons)</name>
Expand Down
2 changes: 1 addition & 1 deletion moo-ui-shell/moo-ui-shell-reader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>pl.zimowski</groupId>
<artifactId>moo-ui-shell</artifactId>
<version>2.0.0-FINAL</version>
<version>2.0.1-FINAL</version>
</parent>
<artifactId>moo-ui-shell-reader</artifactId>
<name>Moo UI (shell: reader)</name>
Expand Down
2 changes: 1 addition & 1 deletion moo-ui-shell/moo-ui-shell-writer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>pl.zimowski</groupId>
<artifactId>moo-ui-shell</artifactId>
<version>2.0.0-FINAL</version>
<version>2.0.1-FINAL</version>
</parent>
<artifactId>moo-ui-shell-writer</artifactId>
<name>Moo UI (shell: writer)</name>
Expand Down
2 changes: 1 addition & 1 deletion moo-ui-shell/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>pl.zimowski</groupId>
<artifactId>moo</artifactId>
<version>2.0.0-FINAL</version>
<version>2.0.1-FINAL</version>
</parent>
<artifactId>moo-ui-shell</artifactId>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>pl.zimowski</groupId>
<artifactId>moo</artifactId>
<version>2.0.0-FINAL</version>
<version>2.0.1-FINAL</version>
<packaging>pom</packaging>
<developers>
<developer>
Expand Down Expand Up @@ -499,7 +499,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>11</java.version>
<moo.version>2.0.0-FINAL</moo.version>
<moo.version>2.0.1-FINAL</moo.version>
<weld.version>2.4.4.Final</weld.version>
<deltaspike.version>1.7.2</deltaspike.version>
<spring-boot.version>2.1.2.RELEASE</spring-boot.version>
Expand Down

0 comments on commit 4d68d0b

Please sign in to comment.