Push the newest pom.xml.releaseBackup files.

This commit is contained in:
Chris
2015-03-19 00:05:46 +00:00
parent bad910014c
commit 3a655c17ec
6 changed files with 725 additions and 713 deletions

View File

@@ -6,7 +6,7 @@
<parent>
<artifactId>forge</artifactId>
<groupId>forge</groupId>
<version>1.5.34-SNAPSHOT</version>
<version>1.5.37-SNAPSHOT</version>
</parent>
<artifactId>forge-ai</artifactId>

View File

@@ -6,7 +6,7 @@
<parent>
<artifactId>forge</artifactId>
<groupId>forge</groupId>
<version>1.5.34-SNAPSHOT</version>
<version>1.5.37-SNAPSHOT</version>
</parent>
<artifactId>forge-core</artifactId>

View File

@@ -6,7 +6,7 @@
<parent>
<artifactId>forge</artifactId>
<groupId>forge</groupId>
<version>1.5.34-SNAPSHOT</version>
<version>1.5.37-SNAPSHOT</version>
</parent>
<artifactId>forge-game</artifactId>

View File

@@ -6,7 +6,7 @@
<parent>
<artifactId>forge</artifactId>
<groupId>forge</groupId>
<version>1.5.34-SNAPSHOT</version>
<version>1.5.37-SNAPSHOT</version>
</parent>
<artifactId>forge-gui-desktop</artifactId>

View File

@@ -4,7 +4,7 @@
<parent>
<artifactId>forge</artifactId>
<groupId>forge</groupId>
<version>1.5.34-SNAPSHOT</version>
<version>1.5.37-SNAPSHOT</version>
</parent>
<artifactId>forge-gui</artifactId>
@@ -46,5 +46,11 @@
<artifactId>commons-lang3</artifactId>
<version>3.3</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.0.25.Final</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>

View File

@@ -6,7 +6,7 @@
<parent>
<artifactId>forge</artifactId>
<groupId>forge</groupId>
<version>1.5.34-SNAPSHOT</version>
<version>1.5.37-SNAPSHOT</version>
</parent>
<artifactId>forge-net</artifactId>
@@ -28,6 +28,12 @@
<artifactId>gson</artifactId>
<version>2.2.4</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.0.25.Final</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-websocket</artifactId>