Skip to content
This repository was archived by the owner on Jan 30, 2021. It is now read-only.

Commit 80763d5

Browse files
authored
Merge pull request #34 from reformcloudproject/progress
Version 1.6
2 parents 8b138d3 + 89dd693 commit 80763d5

102 files changed

Lines changed: 1461 additions & 604 deletions

File tree

Some content is hidden

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

.github/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ReformCloud 1.5
1+
# ReformCloud 1.6
22

33
Official Cloud System
44

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>systems.reformcloud</groupId>
88
<artifactId>reformcloud-parent</artifactId>
9-
<version>1.5</version>
9+
<version>1.6</version>
1010

1111
<modules>
1212
<module>reformcloud-library</module>
@@ -39,7 +39,7 @@
3939
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4040
<project.build.targetEncoding>UTF-8</project.build.targetEncoding>
4141

42-
<service.version>1.5</service.version>
42+
<service.version>1.6</service.version>
4343
<service.type>BETA</service.type>
4444

4545
<plugin.shade.version>3.2.1</plugin.shade.version>

reformcloud-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>reformcloud-parent</artifactId>
77
<groupId>systems.reformcloud</groupId>
8-
<version>1.5</version>
8+
<version>1.6</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

reformcloud-common/reformcloud-common.iml

Lines changed: 0 additions & 12 deletions
This file was deleted.

reformcloud-common/reformcloud-yaml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>reformcloud-common</artifactId>
77
<groupId>systems.reformcloud</groupId>
8-
<version>1.5</version>
8+
<version>1.6</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

reformcloud-common/reformcloud-yaml/reformcloud-yaml.iml

Lines changed: 0 additions & 14 deletions
This file was deleted.

reformcloud-global/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>reformcloud-parent</artifactId>
77
<groupId>systems.reformcloud</groupId>
8-
<version>1.5</version>
8+
<version>1.6</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>systems.reformcloud</groupId>
2424
<artifactId>reformcloud-library</artifactId>
25-
<version>1.5</version>
25+
<version>1.6</version>
2626
<scope>compile</scope>
2727
</dependency>
2828
</dependencies>

reformcloud-global/reformcloud-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>reformcloud-global</artifactId>
77
<groupId>systems.reformcloud</groupId>
8-
<version>1.5</version>
8+
<version>1.6</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

reformcloud-global/reformcloud-api/reformcloud-api-bungee/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>reformcloud-api</artifactId>
77
<groupId>systems.reformcloud</groupId>
8-
<version>1.5</version>
8+
<version>1.6</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<packaging>jar</packaging>

reformcloud-global/reformcloud-api/reformcloud-api-bungee/reformcloud-api-bungee.iml

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)