[webbeans-commits] Webbeans SVN: r1299 - in ri/trunk: dist and 1 other directory.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Thu Jan 29 12:22:50 EST 2009


Author: pete.muir at jboss.org
Date: 2009-01-29 12:22:49 -0500 (Thu, 29 Jan 2009)
New Revision: 1299

Modified:
   ri/trunk/dist/release-process.txt
   ri/trunk/pom.xml
Log:
replace project.version

Modified: ri/trunk/dist/release-process.txt
===================================================================
--- ri/trunk/dist/release-process.txt	2009-01-29 17:15:04 UTC (rev 1298)
+++ ri/trunk/dist/release-process.txt	2009-01-29 17:22:49 UTC (rev 1299)
@@ -2,7 +2,9 @@
 --------------------------------
 
 * Run the testsuite and examples
+* Alter the RI POM to exclude the RI
 * Tag using mvn release:prepare in the ri/trunk checkout
+* Checkout the newly released APIs, and install them locally
 * Tag docs using mvn release:prepare in the doc/trunk/reference checkout
 * Tag examples using mvn release:prepare in the examples/trunk checkout
 * Check the tags

Modified: ri/trunk/pom.xml
===================================================================
--- ri/trunk/pom.xml	2009-01-29 17:15:04 UTC (rev 1298)
+++ ri/trunk/pom.xml	2009-01-29 17:22:49 UTC (rev 1299)
@@ -79,6 +79,7 @@
    
    <properties>
       <webbeans.tck.version>1.0.0-SNAPSHOT</webbeans.tck.version>
+      <webbeans.ri.version>1.0.0.ALPHA2</webbeans.ri.version>
    </properties>
    
    <dependencyManagement>
@@ -228,20 +229,19 @@
          <dependency>
             <groupId>org.jboss.webbeans</groupId>
             <artifactId>webbeans-api</artifactId>
-
-            <version>${project.version}</version>
+            <version>${webbeans.ri.version}</version>
          </dependency>
          
          <dependency>
             <groupId>org.jboss.webbeans</groupId>
             <artifactId>webbeans-ri</artifactId>
-            <version>${project.version}</version>
+            <version>${webbeans.ri.version}</version>
          </dependency>
 
          <dependency>
             <groupId>org.jboss.webbeans</groupId>
             <artifactId>webbeans-ri-spi</artifactId>
-            <version>${project.version}</version>
+            <version>${webbeans.ri.version}</version>
          </dependency>
          
          <dependency>




More information about the weld-commits mailing list