You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ge...@apache.org on 2009/01/31 14:25:34 UTC

svn commit: r739554 - in /incubator/openwebbeans/trunk: pom.xml samples/guess/pom.xml samples/pom.xml webbeans-api/pom.xml webbeans-impl/pom.xml

Author: gerdogdu
Date: Sat Jan 31 13:25:33 2009
New Revision: 739554

URL: http://svn.apache.org/viewvc?rev=739554&view=rev
Log:
changing versions to 1.0.0-incubating-SNAPSHOT

Modified:
    incubator/openwebbeans/trunk/pom.xml
    incubator/openwebbeans/trunk/samples/guess/pom.xml
    incubator/openwebbeans/trunk/samples/pom.xml
    incubator/openwebbeans/trunk/webbeans-api/pom.xml
    incubator/openwebbeans/trunk/webbeans-impl/pom.xml

Modified: incubator/openwebbeans/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/pom.xml?rev=739554&r1=739553&r2=739554&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/pom.xml (original)
+++ incubator/openwebbeans/trunk/pom.xml Sat Jan 31 13:25:33 2009
@@ -25,7 +25,7 @@
 	<artifactId>openwebbeans</artifactId>
 	<name>OpenWebBeans</name>
 	<packaging>pom</packaging>
-	<version>1.0.1-incubating-SNAPSHOT</version>
+	<version>1.0.0-incubating-SNAPSHOT</version>
 
 	<description> 
         Apache OpenWebBeans is an open source implementation of
@@ -434,7 +434,7 @@
     </distributionManagement>
       
 	<properties>
-          <openwebbeans.version>1.0.1-incubating-SNAPSHOT</openwebbeans.version>
+          <openwebbeans.version>1.0.0-incubating-SNAPSHOT</openwebbeans.version>
 	  <siteId>/OWB/1.0.0-incubating-M1/plugins</siteId>
 	</properties>
 

Modified: incubator/openwebbeans/trunk/samples/guess/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/samples/guess/pom.xml?rev=739554&r1=739553&r2=739554&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/samples/guess/pom.xml (original)
+++ incubator/openwebbeans/trunk/samples/guess/pom.xml Sat Jan 31 13:25:33 2009
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>samples</artifactId>
 		<groupId>org.apache.openwebbeans</groupId>
-		<version>1.0.1-incubating-SNAPSHOT</version>
+		<version>1.0.0-incubating-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>guess</artifactId>
@@ -44,13 +44,13 @@
 		<dependency>
 			<groupId>org.apache.openwebbeans</groupId>
 			<artifactId>openwebbeans-api</artifactId>
-			<version>1.0.1-incubating-SNAPSHOT</version>
+			<version>1.0.0-incubating-SNAPSHOT</version>
 <!--			<scope>provided</scope>-->
 		</dependency>
 		<dependency>
 			<groupId>org.apache.openwebbeans</groupId>
 			<artifactId>openwebbeans-impl</artifactId>
-			<version>1.0.1-incubating-SNAPSHOT</version>
+			<version>1.0.0-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 

Modified: incubator/openwebbeans/trunk/samples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/samples/pom.xml?rev=739554&r1=739553&r2=739554&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/samples/pom.xml (original)
+++ incubator/openwebbeans/trunk/samples/pom.xml Sat Jan 31 13:25:33 2009
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.apache.openwebbeans</groupId>
 		<artifactId>openwebbeans</artifactId>
-		<version>1.0.1-incubating-SNAPSHOT</version>
+		<version>1.0.0-incubating-SNAPSHOT</version>
 	</parent>
 	<artifactId>samples</artifactId>
 	<packaging>pom</packaging>

Modified: incubator/openwebbeans/trunk/webbeans-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/pom.xml?rev=739554&r1=739553&r2=739554&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-api/pom.xml Sat Jan 31 13:25:33 2009
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.openwebbeans</groupId>
 		<artifactId>openwebbeans</artifactId>
-		<version>1.0.1-incubating-SNAPSHOT</version>
+		<version>1.0.0-incubating-SNAPSHOT</version>
 	</parent>
 	<artifactId>openwebbeans-api</artifactId>
 	<name>OpenWebBeans :: WebBeans-API</name>

Modified: incubator/openwebbeans/trunk/webbeans-impl/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-impl/pom.xml?rev=739554&r1=739553&r2=739554&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-impl/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-impl/pom.xml Sat Jan 31 13:25:33 2009
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.openwebbeans</groupId>
 		<artifactId>openwebbeans</artifactId>
-		<version>1.0.1-incubating-SNAPSHOT</version>
+		<version>1.0.0-incubating-SNAPSHOT</version>
 	</parent>
 	<artifactId>openwebbeans-impl</artifactId>
 	<name>OpenWebBeans :: WebBeans-Impl</name>