Skip to content

Commit dcee1bd

Browse files
committed
v1.1
1 parent d2d14fa commit dcee1bd

File tree

6 files changed

+10
-21
lines changed

6 files changed

+10
-21
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ room for extension with any plugins or custom behavior.
4848
<dependency>
4949
<groupId>network.ycc</groupId>
5050
<artifactId>raknet-server</artifactId>
51-
<version>1.0</version>
51+
<version>1.1</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>network.ycc</groupId>
5555
<artifactId>raknet-client</artifactId>
56-
<version>1.0</version>
56+
<version>1.1</version>
5757
</dependency>
5858
</dependencies>
5959

client/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,18 @@
88
<parent>
99
<groupId>network.ycc</groupId>
1010
<artifactId>netty-raknet</artifactId>
11-
<version>1.0</version>
11+
<version>1.1</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

15-
<groupId>network.ycc</groupId>
1615
<artifactId>netty-raknet-client</artifactId>
17-
<version>1.0</version>
1816
<name>Netty RakNet - Client</name>
1917

2018
<dependencies>
2119
<dependency>
2220
<groupId>network.ycc</groupId>
2321
<artifactId>netty-raknet-common</artifactId>
24-
<version>${project.version}</version>
22+
<version>1.1</version>
2523
<scope>compile</scope>
2624
</dependency>
2725
</dependencies>

common/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@
88
<parent>
99
<groupId>network.ycc</groupId>
1010
<artifactId>netty-raknet</artifactId>
11-
<version>1.0</version>
11+
<version>1.1</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

15-
<groupId>network.ycc</groupId>
1615
<artifactId>netty-raknet-common</artifactId>
17-
<version>1.0</version>
1816
<name>Netty RakNet - Common</name>
1917

2018
<dependencies>

pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>network.ycc</groupId>
99
<artifactId>netty-raknet</artifactId>
10-
<version>1.0</version>
10+
<version>1.1</version>
1111
<name>Netty RakNet</name>
1212
<description>A RakNet reliable UDP transport server using Netty.</description>
1313
<url>https://github.com/yesdog/netty-raknet</url>
@@ -59,11 +59,6 @@
5959
</dependency>
6060
</dependencies>
6161

62-
<ciManagement>
63-
<system>jenkins</system>
64-
<url>http://ci.codemc.org/job/yesdog/job/netty-raknet</url>
65-
</ciManagement>
66-
6762
<issueManagement>
6863
<system>GitHub</system>
6964
<url>https://github.com/yesdog/netty-raknet/issues</url>

server/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,18 @@
88
<parent>
99
<groupId>network.ycc</groupId>
1010
<artifactId>netty-raknet</artifactId>
11-
<version>1.0</version>
11+
<version>1.1</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

15-
<groupId>network.ycc</groupId>
1615
<artifactId>netty-raknet-server</artifactId>
17-
<version>1.0</version>
1816
<name>Netty RakNet - Server</name>
1917

2018
<dependencies>
2119
<dependency>
2220
<groupId>network.ycc</groupId>
2321
<artifactId>netty-raknet-common</artifactId>
24-
<version>${project.version}</version>
22+
<version>1.1</version>
2523
<scope>compile</scope>
2624
</dependency>
2725
</dependencies>

tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
<parent>
99
<groupId>network.ycc</groupId>
1010
<artifactId>netty-raknet</artifactId>
11-
<version>1.0</version>
11+
<version>1.1</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

1515
<groupId>network.ycc</groupId>
1616
<artifactId>netty-raknet-tests</artifactId>
17-
<version>1.0</version>
17+
<version>1.1</version>
1818
<name>Netty RakNet - Tests</name>
1919

2020
<properties>

0 commit comments

Comments
 (0)