[jboss-remoting-commits] JBoss Remoting SVN: r4864 - in remoting3/trunk: api and 1 other directory.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Mon Mar 2 17:56:31 EST 2009


Author: david.lloyd at 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>




More information about the jboss-remoting-commits mailing list