Skip to content

Commit 6177ff4

Browse files
committed
java: update .travis.yml
Automatically committed from sel-project/soupply@7c25bd8
1 parent 6b28da9 commit 6177ff4

File tree

18 files changed

+33
-33
lines changed

18 files changed

+33
-33
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jdk:
66
deploy:
77
provider: releases
88
api_key: "${TOKEN}"
9-
file: "target/*.jar"
9+
file: "*/target/*.jar"
1010
skip_cleanup: true
1111
overwrite: true
1212
on:

bedrock/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>soupply</groupId>
77
<artifactId>soupply</artifactId>
8-
<version>2.30.0</version>
8+
<version>2.31.0</version>
99
</parent>
1010

1111
<artifactId>bedrock</artifactId>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>soupply</groupId>
1717
<artifactId>util</artifactId>
18-
<version>2.30.0</version>
18+
<version>2.31.0</version>
1919
</dependency>
2020
</dependencies>
2121

bedrock137/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>soupply</groupId>
77
<artifactId>soupply</artifactId>
8-
<version>2.30.0</version>
8+
<version>2.31.0</version>
99
</parent>
1010

1111
<artifactId>bedrock137</artifactId>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>soupply</groupId>
1717
<artifactId>util</artifactId>
18-
<version>2.30.0</version>
18+
<version>2.31.0</version>
1919
</dependency>
2020
</dependencies>
2121

bedrock141/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>soupply</groupId>
77
<artifactId>soupply</artifactId>
8-
<version>2.30.0</version>
8+
<version>2.31.0</version>
99
</parent>
1010

1111
<artifactId>bedrock141</artifactId>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>soupply</groupId>
1717
<artifactId>util</artifactId>
18-
<version>2.30.0</version>
18+
<version>2.31.0</version>
1919
</dependency>
2020
</dependencies>
2121

bedrock150/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>soupply</groupId>
77
<artifactId>soupply</artifactId>
8-
<version>2.30.0</version>
8+
<version>2.31.0</version>
99
</parent>
1010

1111
<artifactId>bedrock150</artifactId>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>soupply</groupId>
1717
<artifactId>util</artifactId>
18-
<version>2.30.0</version>
18+
<version>2.31.0</version>
1919
</dependency>
2020
</dependencies>
2121

bedrock160/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>soupply</groupId>
77
<artifactId>soupply</artifactId>
8-
<version>2.30.0</version>
8+
<version>2.31.0</version>
99
</parent>
1010

1111
<artifactId>bedrock160</artifactId>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>soupply</groupId>
1717
<artifactId>util</artifactId>
18-
<version>2.30.0</version>
18+
<version>2.31.0</version>
1919
</dependency>
2020
</dependencies>
2121

bedrock201/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>soupply</groupId>
77
<artifactId>soupply</artifactId>
8-
<version>2.30.0</version>
8+
<version>2.31.0</version>
99
</parent>
1010

1111
<artifactId>bedrock201</artifactId>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>soupply</groupId>
1717
<artifactId>util</artifactId>
18-
<version>2.30.0</version>
18+
<version>2.31.0</version>
1919
</dependency>
2020
</dependencies>
2121

bedrock261/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>soupply</groupId>
77
<artifactId>soupply</artifactId>
8-
<version>2.30.0</version>
8+
<version>2.31.0</version>
99
</parent>
1010

1111
<artifactId>bedrock261</artifactId>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>soupply</groupId>
1717
<artifactId>util</artifactId>
18-
<version>2.30.0</version>
18+
<version>2.31.0</version>
1919
</dependency>
2020
</dependencies>
2121

java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>soupply</groupId>
77
<artifactId>soupply</artifactId>
8-
<version>2.30.0</version>
8+
<version>2.31.0</version>
99
</parent>
1010

1111
<artifactId>java</artifactId>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>soupply</groupId>
1717
<artifactId>util</artifactId>
18-
<version>2.30.0</version>
18+
<version>2.31.0</version>
1919
</dependency>
2020
</dependencies>
2121

java210/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>soupply</groupId>
77
<artifactId>soupply</artifactId>
8-
<version>2.30.0</version>
8+
<version>2.31.0</version>
99
</parent>
1010

1111
<artifactId>java210</artifactId>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>soupply</groupId>
1717
<artifactId>util</artifactId>
18-
<version>2.30.0</version>
18+
<version>2.31.0</version>
1919
</dependency>
2020
</dependencies>
2121

0 commit comments

Comments
 (0)