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/05/22 18:40:01 UTC

svn commit: r777608 - in /incubator/openwebbeans/trunk: ./ samples/ samples/guess/ samples/reservation/ webbeans-api/ webbeans-ejb/ webbeans-geronimo/ webbeans-impl/ webbeans-jms/ webbeans-jpa/ webbeans-jsf/

Author: gerdogdu
Date: Fri May 22 16:40:00 2009
New Revision: 777608

URL: http://svn.apache.org/viewvc?rev=777608&view=rev
Log:
[maven-release-plugin] prepare release openwebbeans-1.0.0-incubating-M2

Modified:
    incubator/openwebbeans/trunk/pom.xml
    incubator/openwebbeans/trunk/samples/guess/pom.xml
    incubator/openwebbeans/trunk/samples/pom.xml
    incubator/openwebbeans/trunk/samples/reservation/pom.xml
    incubator/openwebbeans/trunk/webbeans-api/pom.xml
    incubator/openwebbeans/trunk/webbeans-ejb/pom.xml
    incubator/openwebbeans/trunk/webbeans-geronimo/pom.xml
    incubator/openwebbeans/trunk/webbeans-impl/pom.xml
    incubator/openwebbeans/trunk/webbeans-jms/pom.xml
    incubator/openwebbeans/trunk/webbeans-jpa/pom.xml
    incubator/openwebbeans/trunk/webbeans-jsf/pom.xml

Modified: incubator/openwebbeans/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/pom.xml?rev=777608&r1=777607&r2=777608&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/pom.xml (original)
+++ incubator/openwebbeans/trunk/pom.xml Fri May 22 16:40:00 2009
@@ -24,7 +24,7 @@
 	<artifactId>openwebbeans</artifactId>
 	<name>OpenWebBeans</name>
 	<packaging>pom</packaging>
-	<version>1.0.0-incubating-SNAPSHOT</version>
+	<version>1.0.0-incubating-M2</version>
     
 	<description> 
         Apache OpenWebBeans is an open source implementation of
@@ -39,9 +39,9 @@
     <inceptionYear>2008</inceptionYear>
 
 	<scm>
-	    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/openwebbeans/trunk</connection>
-	    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/openwebbeans/trunk</developerConnection>
-	    <url>https://svn.apache.org/repos/asf/incubator/openwebbeans/trunk</url>
+	    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/openwebbeans/tags/openwebbeans-1.0.0-incubating-M2</connection>
+	    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/openwebbeans/tags/openwebbeans-1.0.0-incubating-M2</developerConnection>
+	    <url>https://svn.apache.org/repos/asf/incubator/openwebbeans/tags/openwebbeans-1.0.0-incubating-M2</url>
     </scm>
 
     <issueManagement>
@@ -480,7 +480,7 @@
     </distributionManagement>
       
 	<properties>
-          <openwebbeans.version>1.0.0-incubating-SNAPSHOT</openwebbeans.version>
+          <openwebbeans.version>1.0.0-incubating-M2</openwebbeans.version>
 	  <siteId>/OWB/1.0.0-incubating-M2/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=777608&r1=777607&r2=777608&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/samples/guess/pom.xml (original)
+++ incubator/openwebbeans/trunk/samples/guess/pom.xml Fri May 22 16:40:00 2009
@@ -19,7 +19,7 @@
 	<parent>
 	     <artifactId>samples</artifactId>
 	     <groupId>org.apache.openwebbeans</groupId>
-	     <version>1.0.0-incubating-SNAPSHOT</version>
+	     <version>1.0.0-incubating-M2</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.openwebbeans.samples</groupId>
@@ -48,21 +48,21 @@
         <dependency>
             <groupId>org.apache.openwebbeans</groupId>
             <artifactId>openwebbeans-api</artifactId>
-            <version>1.0.0-incubating-SNAPSHOT</version>
+            <version>1.0.0-incubating-M2</version>
             <scope>provided</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.openwebbeans</groupId>
             <artifactId>openwebbeans-jsf</artifactId>
-            <version>1.0.0-incubating-SNAPSHOT</version>
+            <version>1.0.0-incubating-M2</version>
             <scope>provided</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.openwebbeans</groupId>
             <artifactId>openwebbeans-jpa</artifactId>
-            <version>1.0.0-incubating-SNAPSHOT</version>
+            <version>1.0.0-incubating-M2</version>
             <scope>provided</scope>
         </dependency>
 
@@ -80,7 +80,7 @@
         <dependency>
         	<groupId>org.apache.openwebbeans</groupId>
         	<artifactId>openwebbeans-jms</artifactId>
-        	<version>1.0.0-incubating-SNAPSHOT</version>
+        	<version>1.0.0-incubating-M2</version>
         	<scope>provided</scope>
         </dependency>
 	

Modified: incubator/openwebbeans/trunk/samples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/samples/pom.xml?rev=777608&r1=777607&r2=777608&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/samples/pom.xml (original)
+++ incubator/openwebbeans/trunk/samples/pom.xml Fri May 22 16:40:00 2009
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.openwebbeans</groupId>
 		<artifactId>openwebbeans</artifactId>
-		<version>1.0.0-incubating-SNAPSHOT</version>
+		<version>1.0.0-incubating-M2</version>
 	</parent>
 	<artifactId>samples</artifactId>
 	<packaging>pom</packaging>

Modified: incubator/openwebbeans/trunk/samples/reservation/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/samples/reservation/pom.xml?rev=777608&r1=777607&r2=777608&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/samples/reservation/pom.xml (original)
+++ incubator/openwebbeans/trunk/samples/reservation/pom.xml Fri May 22 16:40:00 2009
@@ -19,7 +19,7 @@
 	<parent>
 	     <artifactId>samples</artifactId>
 	     <groupId>org.apache.openwebbeans</groupId>
-	     <version>1.0.0-incubating-SNAPSHOT</version>
+	     <version>1.0.0-incubating-M2</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.openwebbeans.samples</groupId>
@@ -55,21 +55,21 @@
         <dependency>
             <groupId>org.apache.openwebbeans</groupId>
             <artifactId>openwebbeans-api</artifactId>
-            <version>1.0.0-incubating-SNAPSHOT</version>
+            <version>1.0.0-incubating-M2</version>
             <scope>provided</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.openwebbeans</groupId>
             <artifactId>openwebbeans-jsf</artifactId>
-            <version>1.0.0-incubating-SNAPSHOT</version>
+            <version>1.0.0-incubating-M2</version>
             <scope>provided</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.openwebbeans</groupId>
             <artifactId>openwebbeans-jpa</artifactId>
-            <version>1.0.0-incubating-SNAPSHOT</version>
+            <version>1.0.0-incubating-M2</version>
             <scope>provided</scope>
         </dependency>
 

Modified: incubator/openwebbeans/trunk/webbeans-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/pom.xml?rev=777608&r1=777607&r2=777608&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-api/pom.xml Fri May 22 16:40:00 2009
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.openwebbeans</groupId>
 		<artifactId>openwebbeans</artifactId>
-		<version>1.0.0-incubating-SNAPSHOT</version>
+		<version>1.0.0-incubating-M2</version>
 	</parent>
 	<artifactId>openwebbeans-api</artifactId>
 	<name>OpenWebBeans :: WebBeans-API</name>

Modified: incubator/openwebbeans/trunk/webbeans-ejb/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-ejb/pom.xml?rev=777608&r1=777607&r2=777608&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-ejb/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-ejb/pom.xml Fri May 22 16:40:00 2009
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.openwebbeans</groupId>
 		<artifactId>openwebbeans</artifactId>
-		<version>1.0.0-incubating-SNAPSHOT</version>
+		<version>1.0.0-incubating-M2</version>
 	</parent>
 	<artifactId>openwebbeans-ejb</artifactId>
 	<name>OpenWebBeans :: EJB integration</name>
@@ -31,7 +31,7 @@
 		<dependency>
 			<groupId>org.apache.openwebbeans</groupId>
 			<artifactId>openwebbeans-impl</artifactId>
-			<version>1.0.0-incubating-SNAPSHOT</version>
+			<version>1.0.0-incubating-M2</version>
 		</dependency>
 		<dependency>
 			<groupId>junit</groupId>
@@ -42,7 +42,7 @@
 		<dependency>
 			<groupId>org.apache.openwebbeans</groupId>
 			<artifactId>openwebbeans-impl</artifactId>
-			<version>1.0.0-incubating-SNAPSHOT</version>
+			<version>1.0.0-incubating-M2</version>
 			<classifier>tests</classifier>
 			<scope>test</scope>
 		</dependency>

Modified: incubator/openwebbeans/trunk/webbeans-geronimo/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-geronimo/pom.xml?rev=777608&r1=777607&r2=777608&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-geronimo/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-geronimo/pom.xml Fri May 22 16:40:00 2009
@@ -20,13 +20,13 @@
 	<parent>
 		<groupId>org.apache.openwebbeans</groupId>
 		<artifactId>openwebbeans</artifactId>
-		<version>1.0.0-incubating-SNAPSHOT</version>
+		<version>1.0.0-incubating-M2</version>
 	</parent>
     
 	<artifactId>openwebbeans-geronimo</artifactId>
 	<name>OpenWebBeans :: Geronimo integration</name>
 	<packaging>jar</packaging>
-	<version>1.0.0-incubating-SNAPSHOT</version>
+	<version>1.0.0-incubating-M2</version>
 	<description>Geronimo intetration SPI implementations for the  OpenWebBeans Implementation</description>
 
     <dependencies>

Modified: incubator/openwebbeans/trunk/webbeans-impl/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-impl/pom.xml?rev=777608&r1=777607&r2=777608&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-impl/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-impl/pom.xml Fri May 22 16:40:00 2009
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.openwebbeans</groupId>
 		<artifactId>openwebbeans</artifactId>
-		<version>1.0.0-incubating-SNAPSHOT</version>
+		<version>1.0.0-incubating-M2</version>
 	</parent>
 	<artifactId>openwebbeans-impl</artifactId>
 	<name>OpenWebBeans :: WebBeans-Impl</name>

Modified: incubator/openwebbeans/trunk/webbeans-jms/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-jms/pom.xml?rev=777608&r1=777607&r2=777608&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-jms/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-jms/pom.xml Fri May 22 16:40:00 2009
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.openwebbeans</groupId>
 		<artifactId>openwebbeans</artifactId>
-		<version>1.0.0-incubating-SNAPSHOT</version>
+		<version>1.0.0-incubating-M2</version>
 	</parent>
 	<artifactId>openwebbeans-jms</artifactId>
 	<name>OpenWebBeans :: JMS integration</name>
@@ -31,7 +31,7 @@
 		<dependency>
 			<groupId>org.apache.openwebbeans</groupId>
 			<artifactId>openwebbeans-impl</artifactId>
-			<version>1.0.0-incubating-SNAPSHOT</version>
+			<version>1.0.0-incubating-M2</version>
 		</dependency>
 		<dependency>
 			<groupId>junit</groupId>
@@ -42,7 +42,7 @@
 		<dependency>
 			<groupId>org.apache.openwebbeans</groupId>
 			<artifactId>openwebbeans-impl</artifactId>
-			<version>1.0.0-incubating-SNAPSHOT</version>
+			<version>1.0.0-incubating-M2</version>
 			<classifier>tests</classifier>
 			<scope>test</scope>
 		</dependency>

Modified: incubator/openwebbeans/trunk/webbeans-jpa/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-jpa/pom.xml?rev=777608&r1=777607&r2=777608&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-jpa/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-jpa/pom.xml Fri May 22 16:40:00 2009
@@ -20,12 +20,12 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.0.0-incubating-SNAPSHOT</version>
+        <version>1.0.0-incubating-M2</version>
     </parent>
 
     <artifactId>openwebbeans-jpa</artifactId>
     <name>OpenWebBeans :: JPA integration</name>
-    <version>1.0.0-incubating-SNAPSHOT</version>
+    <version>1.0.0-incubating-M2</version>
     <description>JPA plugin for  OpenWebBeans</description>
 
     <dependencies>
@@ -37,7 +37,7 @@
         <dependency>
             <groupId>org.apache.openwebbeans</groupId>
             <artifactId>openwebbeans-impl</artifactId>
-            <version>1.0.0-incubating-SNAPSHOT</version>
+            <version>1.0.0-incubating-M2</version>
             <classifier>tests</classifier>
             <scope>test</scope>
         </dependency>

Modified: incubator/openwebbeans/trunk/webbeans-jsf/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-jsf/pom.xml?rev=777608&r1=777607&r2=777608&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-jsf/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-jsf/pom.xml Fri May 22 16:40:00 2009
@@ -20,13 +20,13 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.0.0-incubating-SNAPSHOT</version>
+        <version>1.0.0-incubating-M2</version>
     </parent>
 
     <artifactId>openwebbeans-jsf</artifactId>
     <name>OpenWebBeans :: JSF integration</name>
     <packaging>jar</packaging>
-    <version>1.0.0-incubating-SNAPSHOT</version>
+    <version>1.0.0-incubating-M2</version>
     <description>JSF integration for the  OpenWebBeans Implementation</description>
 
     <dependencies>