Author: pete.muir(a)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>
Show replies by date