[webbeans-commits] Webbeans SVN: r1338 - ri/trunk.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Thu Jan 29 13:02:50 EST 2009


Author: pete.muir at jboss.org
Date: 2009-01-29 13:02:49 -0500 (Thu, 29 Jan 2009)
New Revision: 1338

Modified:
   ri/trunk/pom.xml
Log:
[maven-release-plugin] rollback the release of 1.0.0.ALPHA2

Modified: ri/trunk/pom.xml
===================================================================
--- ri/trunk/pom.xml	2009-01-29 18:01:45 UTC (rev 1337)
+++ ri/trunk/pom.xml	2009-01-29 18:02:49 UTC (rev 1338)
@@ -79,7 +79,7 @@
    
    <properties>
       <webbeans.tck.version>1.0.0-SNAPSHOT</webbeans.tck.version>
-      <webbeans.ri.version>1.0.0-SNAPSHOT</webbeans.ri.version>
+      <webbeans.ri.version>1.0.0.ALPHA2</webbeans.ri.version>
    </properties>
    
    <dependencyManagement>
@@ -300,15 +300,6 @@
                </execution>
             </executions>
          </plugin>
-         <plugin>
-           <groupId>org.apache.maven.plugins</groupId>
-           <artifactId>maven-release-plugin</artifactId>
-           <version>2.0-beta-8</version>
-           <configuration>
-             <tagBase>https://svn.jboss.org/repos/webbeans/ri/tags</tagBase>
-             <autoVersionSubmodules>true</autoVersionSubmodules>
-           </configuration>
-         </plugin>
       </plugins>
 
       <pluginManagement>




More information about the weld-commits mailing list