Skip to content

Commit 9a42e02

Browse files
committed
Finish 9.8.0
2 parents 8f5c9af + 1ac8676 commit 9a42e02

File tree

59 files changed

+1027
-1791
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+1027
-1791
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ repositories {
1616
}
1717
1818
dependencies {
19-
compile 'com.spaceshift:rlib.common:9.7.0'
20-
compile 'com.spaceshift:rlib.fx:9.7.0'
21-
compile 'com.spaceshift:rlib.network:9.7.0'
22-
compile 'com.spaceshift:rlib.mail:9.7.0'
23-
compile 'com.spaceshift:rlib.testcontainers:9.7.0'
19+
compile 'com.spaceshift:rlib.common:9.8.0'
20+
compile 'com.spaceshift:rlib.fx:9.8.0'
21+
compile 'com.spaceshift:rlib.network:9.8.0'
22+
compile 'com.spaceshift:rlib.mail:9.8.0'
23+
compile 'com.spaceshift:rlib.testcontainers:9.8.0'
2424
}
2525
```
2626

@@ -41,27 +41,27 @@ dependencies {
4141
<dependency>
4242
<groupId>com.spaceshift</groupId>
4343
<artifactId>rlib.common</artifactId>
44-
<version>9.7.0</version>
44+
<version>9.8.0</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>com.spaceshift</groupId>
4848
<artifactId>rlib.fx</artifactId>
49-
<version>9.7.0</version>
49+
<version>9.8.0</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>com.spaceshift</groupId>
5353
<artifactId>rlib.network</artifactId>
54-
<version>9.7.0</version>
54+
<version>9.8.0</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>com.spaceshift</groupId>
5858
<artifactId>rlib.mail</artifactId>
59-
<version>9.7.0</version>
59+
<version>9.8.0</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>com.spaceshift</groupId>
6363
<artifactId>rlib.testcontainers</artifactId>
64-
<version>9.7.0</version>
64+
<version>9.8.0</version>
6565
</dependency>
6666

6767
```

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99
}
1010

11-
rootProject.version = '9.7.0'
11+
rootProject.version = '9.8.0'
1212
group = 'com.spaceshift'
1313

1414
allprojects {

0 commit comments

Comments
 (0)