Author: mahrwald
Date: Fri Sep  9 10:25:33 2011
New Revision: 1167079

URL: http://svn.apache.org/viewvc?rev=1167079&view=rev
Log:
ARIES-742: Change xbeans and openwebbeans version to released levels

Modified:
    aries/trunk/ejb/ejb-modeller-itest/pom.xml
    aries/trunk/ejb/openejb-extender-itest/pom.xml
    aries/trunk/ejb/pom.xml

Modified: aries/trunk/ejb/ejb-modeller-itest/pom.xml
URL: 
http://svn.apache.org/viewvc/aries/trunk/ejb/ejb-modeller-itest/pom.xml?rev=1167079&r1=1167078&r2=1167079&view=diff
==============================================================================
--- aries/trunk/ejb/ejb-modeller-itest/pom.xml (original)
+++ aries/trunk/ejb/ejb-modeller-itest/pom.xml Fri Sep  9 10:25:33 2011
@@ -19,10 +19,10 @@
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
     <parent>
-        <groupId>org.apache.aries</groupId>
-        <artifactId>java5-parent</artifactId>
-        <version>0.4.1-SNAPSHOT</version>
-        <relativePath />
+        <groupId>org.apache.aries.ejb</groupId>
+        <artifactId>ejb</artifactId>
+        <version>0.1-SNAPSHOT</version>
+        <relativePath>..</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.aries.ejb</groupId>
@@ -338,35 +338,35 @@
                <dependency>
                        <groupId>org.apache.openwebbeans</groupId>
                        <artifactId>openwebbeans-spi</artifactId>
-                       <version>1.1.1-SNAPSHOT</version>
+                       <version>${openWebBeansVersion}</version>
                        <type>jar</type>
                        <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>org.apache.openwebbeans</groupId>
                        <artifactId>openwebbeans-impl</artifactId>
-                       <version>1.1.1-SNAPSHOT</version>
+                       <version>${openWebBeansVersion}</version>
                        <type>jar</type>
                        <scope>test</scope>
                </dependency>
            <dependency>
                        <groupId>org.apache.openwebbeans</groupId>
                        <artifactId>openwebbeans-ee</artifactId>
-                       <version>1.1.1-SNAPSHOT</version>
+                       <version>${openWebBeansVersion}</version>
                        <type>jar</type>
                        <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>org.apache.openwebbeans</groupId>
                        <artifactId>openwebbeans-ejb</artifactId>
-                       <version>1.1.1-SNAPSHOT</version>
+                       <version>${openWebBeansVersion}</version>
                        <type>jar</type>
                        <scope>test-SNAPSHOT</scope>
                </dependency>
            <dependency>
                        <groupId>org.apache.openwebbeans</groupId>
                        <artifactId>openwebbeans-web</artifactId>
-                       <version>1.1.1-SNAPSHOT</version>
+                       <version>${openWebBeansVersion}</version>
                        <type>jar</type>
                        <scope>test</scope>
                </dependency>
@@ -379,28 +379,28 @@
                <dependency>
                        <groupId>org.apache.xbean</groupId>
                        <artifactId>xbean-asm-shaded</artifactId>
-                       <version>3.8-SNAPSHOT</version>
+                       <version>${xbeansVersion}</version>
                        <type>bundle</type>
                        <scope>test</scope>
                </dependency>
            <dependency>
                        <groupId>org.apache.xbean</groupId>
                        <artifactId>xbean-finder-shaded</artifactId>
-                       <version>3.8-SNAPSHOT</version>
+                       <version>${xbeansVersion}</version>
                        <type>bundle</type>
                        <scope>test</scope>
                </dependency>
            <dependency>
                        <groupId>org.apache.xbean</groupId>
                        <artifactId>xbean-naming</artifactId>
-                       <version>3.8-SNAPSHOT</version>
+                       <version>${xbeansVersion}</version>
                        <type>bundle</type>
                        <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>org.apache.xbean</groupId>
                        <artifactId>xbean-reflect</artifactId>
-                       <version>3.8-SNAPSHOT</version>
+                       <version>${xbeansVersion}</version>
                        <type>bundle</type>
                        <scope>test</scope>
                </dependency>

Modified: aries/trunk/ejb/openejb-extender-itest/pom.xml
URL: 
http://svn.apache.org/viewvc/aries/trunk/ejb/openejb-extender-itest/pom.xml?rev=1167079&r1=1167078&r2=1167079&view=diff
==============================================================================
--- aries/trunk/ejb/openejb-extender-itest/pom.xml (original)
+++ aries/trunk/ejb/openejb-extender-itest/pom.xml Fri Sep  9 10:25:33 2011
@@ -19,10 +19,10 @@
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
     <parent>
-        <groupId>org.apache.aries</groupId>
-        <artifactId>java5-parent</artifactId>
-        <version>0.4.1-SNAPSHOT</version>
-        <relativePath />
+        <groupId>org.apache.aries.ejb</groupId>
+        <artifactId>ejb</artifactId>
+        <version>0.1-SNAPSHOT</version>
+        <relativePath>..</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.aries.ejb</groupId>
@@ -352,35 +352,35 @@
                <dependency>
                        <groupId>org.apache.openwebbeans</groupId>
                        <artifactId>openwebbeans-spi</artifactId>
-                       <version>1.1.1-SNAPSHOT</version>
+                       <version>${openWebBeansVersion}</version>
                        <type>jar</type>
                        <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>org.apache.openwebbeans</groupId>
                        <artifactId>openwebbeans-impl</artifactId>
-                       <version>1.1.1-SNAPSHOT</version>
+                       <version>${openWebBeansVersion}</version>
                        <type>jar</type>
                        <scope>test</scope>
                </dependency>
            <dependency>
                        <groupId>org.apache.openwebbeans</groupId>
                        <artifactId>openwebbeans-ee</artifactId>
-                       <version>1.1.1-SNAPSHOT</version>
+                       <version>${openWebBeansVersion}</version>
                        <type>jar</type>
                        <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>org.apache.openwebbeans</groupId>
                        <artifactId>openwebbeans-ejb</artifactId>
-                       <version>1.1.1-SNAPSHOT</version>
+                       <version>${openWebBeansVersion}</version>
                        <type>jar</type>
                        <scope>test-SNAPSHOT</scope>
                </dependency>
            <dependency>
                        <groupId>org.apache.openwebbeans</groupId>
                        <artifactId>openwebbeans-web</artifactId>
-                       <version>1.1.1-SNAPSHOT</version>
+                       <version>${openWebBeansVersion}</version>
                        <type>jar</type>
                        <scope>test</scope>
                </dependency>
@@ -393,28 +393,28 @@
                <dependency>
                        <groupId>org.apache.xbean</groupId>
                        <artifactId>xbean-asm-shaded</artifactId>
-                       <version>3.8-SNAPSHOT</version>
+                       <version>${xbeansVersion}</version>
                        <type>bundle</type>
                        <scope>test</scope>
                </dependency>
            <dependency>
                        <groupId>org.apache.xbean</groupId>
                        <artifactId>xbean-finder-shaded</artifactId>
-                       <version>3.8-SNAPSHOT</version>
+                       <version>${xbeansVersion}</version>
                        <type>bundle</type>
                        <scope>test</scope>
                </dependency>
            <dependency>
                        <groupId>org.apache.xbean</groupId>
                        <artifactId>xbean-naming</artifactId>
-                       <version>3.8-SNAPSHOT</version>
+                       <version>${xbeansVersion}</version>
                        <type>bundle</type>
                        <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>org.apache.xbean</groupId>
                        <artifactId>xbean-reflect</artifactId>
-                       <version>3.8-SNAPSHOT</version>
+                       <version>${xbeansVersion}</version>
                        <type>bundle</type>
                        <scope>test</scope>
                </dependency>

Modified: aries/trunk/ejb/pom.xml
URL: 
http://svn.apache.org/viewvc/aries/trunk/ejb/pom.xml?rev=1167079&r1=1167078&r2=1167079&view=diff
==============================================================================
--- aries/trunk/ejb/pom.xml (original)
+++ aries/trunk/ejb/pom.xml Fri Sep  9 10:25:33 2011
@@ -26,10 +26,16 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.aries.ejb</groupId>
+    <version>0.1-SNAPSHOT</version>
     <artifactId>ejb</artifactId>
     <packaging>pom</packaging>
     <name>Aries EJB Component</name>
 
+    <properties>
+      <openWebBeansVersion>1.1.1</openWebBeansVersion>
+      <xbeansVersion>3.8</xbeansVersion>
+    </properties>
+    
     <modules>
         <module>ejb-modeller</module>
         <module>ejb-modeller-itest</module>


Reply via email to