Skip to content

Commit

Permalink
Dump version
Browse files Browse the repository at this point in the history
  • Loading branch information
games647 committed Jul 10, 2019
1 parent fd8c98d commit 6ecc823
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,14 @@ sudo: false
# This is a java project
language: java

# Compile the project and run unit tests
script: mvn test -B

jdk:
- oraclejdk8
- oraclejdk9
- openjdk11

# Cache Maven dependencies
cache:
directories:
- '$HOME/.m2/repository'
2 changes: 1 addition & 1 deletion bukkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.games647</groupId>
<artifactId>commandforward</artifactId>
<version>0.3</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bungee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.games647</groupId>
<artifactId>commandforward</artifactId>
<version>0.3</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<packaging>pom</packaging>

<name>CommandForward</name>
<version>0.3</version>
<version>0.3.1</version>

<url>https://www.spigotmc.org/resources/</url>
<description>
Expand Down
2 changes: 1 addition & 1 deletion universal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.games647</groupId>
<artifactId>commandforward</artifactId>
<version>0.3</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 6ecc823

Please sign in to comment.