File tree Expand file tree Collapse file tree 6 files changed +10
-21
lines changed Expand file tree Collapse file tree 6 files changed +10
-21
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments