Author: david.lloyd(a)jboss.com
Date: 2009-03-02 17:56:31 -0500 (Mon, 02 Mar 2009)
New Revision: 4864
Modified:
remoting3/trunk/api/pom.xml
remoting3/trunk/pom.xml
Log:
Maven updates (part 1)
Modified: remoting3/trunk/api/pom.xml
===================================================================
--- remoting3/trunk/api/pom.xml 2009-02-26 23:06:03 UTC (rev 4863)
+++ remoting3/trunk/api/pom.xml 2009-03-02 22:56:31 UTC (rev 4864)
@@ -4,6 +4,13 @@
<modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.jboss.remoting</groupId>
+ <artifactId>jboss-remoting-all</artifactId>
+ <version>3.1.0.CR1</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
<groupId>org.jboss.remoting</groupId>
<artifactId>jboss-remoting</artifactId>
<packaging>jar</packaging>
@@ -18,7 +25,7 @@
<dependency>
<groupId>org.jboss.marshalling</groupId>
<artifactId>marshalling-api</artifactId>
- <version>1.0.0.GA</version>
+ <version>1.1.0.GA</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -40,6 +47,5 @@
</configuration>
</plugin>
</plugins>
- <finalName>jboss-remoting</finalName>
</build>
</project>
Modified: remoting3/trunk/pom.xml
===================================================================
--- remoting3/trunk/pom.xml 2009-02-26 23:06:03 UTC (rev 4863)
+++ remoting3/trunk/pom.xml 2009-03-02 22:56:31 UTC (rev 4864)
@@ -7,8 +7,8 @@
<groupId>org.jboss.remoting</groupId>
<artifactId>jboss-remoting-all</artifactId>
<packaging>pom</packaging>
- <version>1.1.0.CR1</version>
+ <version>3.1.0.CR1</version>
<modules>
- <module>api</module>
+ <module>jboss-remoting</module>
</modules>
</project>
Show replies by date