You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by dk...@apache.org on 2011/11/15 20:07:46 UTC

svn commit: r1202382 - in /aries/trunk: application/pom.xml ejb/pom.xml jmx/pom.xml jndi/pom.xml jpa/pom.xml transaction/pom.xml web/pom.xml

Author: dkulp
Date: Tue Nov 15 19:07:45 2011
New Revision: 1202382

URL: http://svn.apache.org/viewvc?rev=1202382&view=rev
Log:
Stop inheriting versions from parent in more places

Modified:
    aries/trunk/application/pom.xml
    aries/trunk/ejb/pom.xml
    aries/trunk/jmx/pom.xml
    aries/trunk/jndi/pom.xml
    aries/trunk/jpa/pom.xml
    aries/trunk/transaction/pom.xml
    aries/trunk/web/pom.xml

Modified: aries/trunk/application/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/application/pom.xml?rev=1202382&r1=1202381&r2=1202382&view=diff
==============================================================================
--- aries/trunk/application/pom.xml (original)
+++ aries/trunk/application/pom.xml Tue Nov 15 19:07:45 2011
@@ -28,6 +28,7 @@
     <artifactId>application</artifactId>
     <name>Apache Aries Application</name>
     <packaging>pom</packaging>
+    <version>0.3.1-SNAPSHOT</version>
 
     <description>
        Reactor pom for the Aries Application module 

Modified: aries/trunk/ejb/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/ejb/pom.xml?rev=1202382&r1=1202381&r2=1202382&view=diff
==============================================================================
--- aries/trunk/ejb/pom.xml (original)
+++ aries/trunk/ejb/pom.xml Tue Nov 15 19:07:45 2011
@@ -30,6 +30,7 @@
     <artifactId>ejb</artifactId>
     <packaging>pom</packaging>
     <name>Aries EJB Component</name>
+    <version>0.1-SNAPSHOT</version>
 
     <properties>
       <openWebBeansVersion>1.1.1</openWebBeansVersion>

Modified: aries/trunk/jmx/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jmx/pom.xml?rev=1202382&r1=1202381&r2=1202382&view=diff
==============================================================================
--- aries/trunk/jmx/pom.xml (original)
+++ aries/trunk/jmx/pom.xml Tue Nov 15 19:07:45 2011
@@ -30,7 +30,7 @@
     <artifactId>jmx</artifactId>
     <name>Apache Aries JMX</name>
     <packaging>pom</packaging>
-
+    <version>0.3.1-SNAPSHOT</version>
 
     <description>Implementation of the JMX Management Model Specification - reactor pom</description>
 

Modified: aries/trunk/jndi/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jndi/pom.xml?rev=1202382&r1=1202381&r2=1202382&view=diff
==============================================================================
--- aries/trunk/jndi/pom.xml (original)
+++ aries/trunk/jndi/pom.xml Tue Nov 15 19:07:45 2011
@@ -30,6 +30,7 @@
     <artifactId>jndi</artifactId>
     <name>Apache Aries JNDI</name>
     <packaging>pom</packaging>
+    <version>0.3.1-SNAPSHOT</version>
 
     <description>
         JNDI support for OSGi - Reactor POM

Modified: aries/trunk/jpa/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jpa/pom.xml?rev=1202382&r1=1202381&r2=1202382&view=diff
==============================================================================
--- aries/trunk/jpa/pom.xml (original)
+++ aries/trunk/jpa/pom.xml Tue Nov 15 19:07:45 2011
@@ -29,6 +29,7 @@
     <artifactId>jpa</artifactId>
     <packaging>pom</packaging>
     <name>Aries JPA Component</name>
+    <version>0.3.1-SNAPSHOT</version>
 
     <modules>
         <module>jpa-api</module>

Modified: aries/trunk/transaction/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/transaction/pom.xml?rev=1202382&r1=1202381&r2=1202382&view=diff
==============================================================================
--- aries/trunk/transaction/pom.xml (original)
+++ aries/trunk/transaction/pom.xml Tue Nov 15 19:07:45 2011
@@ -30,6 +30,7 @@
     <groupId>org.apache.aries.transaction</groupId>
     <artifactId>transaction</artifactId>
     <packaging>pom</packaging>
+    <version>0.3.1-SNAPSHOT</version>
     <name>Apache Aries Transaction - reactor pom</name>
 
     <modules>

Modified: aries/trunk/web/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/web/pom.xml?rev=1202382&r1=1202381&r2=1202382&view=diff
==============================================================================
--- aries/trunk/web/pom.xml (original)
+++ aries/trunk/web/pom.xml Tue Nov 15 19:07:45 2011
@@ -28,6 +28,7 @@
     <groupId>org.apache.aries.web</groupId>
     <artifactId>web</artifactId>
     <packaging>pom</packaging>
+    <version>0.3.1-SNAPSHOT</version>
     <name>Apache Aries Web Component</name>
 
     <modules>