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/08/31 21:33:29 UTC

svn commit: r809708 - in /incubator/openwebbeans/trunk: ./ atinject-api/ samples/ samples/ejb-sample/ samples/guess/ samples/jms-sample/ samples/reservation/ webbeans-api/ webbeans-ejb/ webbeans-geronimo/ webbeans-impl/ webbeans-jms/ webbeans-jpa/ webb...

Author: gerdogdu
Date: Mon Aug 31 19:33:28 2009
New Revision: 809708

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

Modified:
    incubator/openwebbeans/trunk/atinject-api/pom.xml
    incubator/openwebbeans/trunk/pom.xml
    incubator/openwebbeans/trunk/samples/ejb-sample/pom.xml
    incubator/openwebbeans/trunk/samples/guess/pom.xml
    incubator/openwebbeans/trunk/samples/jms-sample/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
    incubator/openwebbeans/trunk/webbeans-resource/pom.xml

Modified: incubator/openwebbeans/trunk/atinject-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/atinject-api/pom.xml?rev=809708&r1=809707&r2=809708&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/atinject-api/pom.xml (original)
+++ incubator/openwebbeans/trunk/atinject-api/pom.xml Mon Aug 31 19:33:28 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-M3</version>
 	</parent>
 	<artifactId>atinject-api</artifactId>
 	<name>Apache OpenWebBeans :: JSR-330 API</name>

Modified: incubator/openwebbeans/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/pom.xml?rev=809708&r1=809707&r2=809708&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/pom.xml (original)
+++ incubator/openwebbeans/trunk/pom.xml Mon Aug 31 19:33:28 2009
@@ -24,7 +24,7 @@
 	<artifactId>openwebbeans</artifactId>
 	<name>Apache OpenWebBeans</name>
 	<packaging>pom</packaging>
-	<version>1.0.0-incubating-SNAPSHOT</version>
+	<version>1.0.0-incubating-M3</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-M3-rc1</connection>
+	    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/openwebbeans/tags/openwebbeans-1.0.0-incubating-M3-rc1</developerConnection>
+	    <url>https://svn.apache.org/repos/asf/incubator/openwebbeans/tags/openwebbeans-1.0.0-incubating-M3-rc1</url>
     </scm>
 
     <issueManagement>
@@ -503,7 +503,7 @@
     </distributionManagement>
       
 	<properties>
-          <openwebbeans.version>1.0.0-incubating-SNAPSHOT</openwebbeans.version>
+          <openwebbeans.version>1.0.0-incubating-M3</openwebbeans.version>
 	  <siteId>/OWB/1.0.0-incubating-M3-rc1/plugins</siteId>
 	</properties>
 

Modified: incubator/openwebbeans/trunk/samples/ejb-sample/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/samples/ejb-sample/pom.xml?rev=809708&r1=809707&r2=809708&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/samples/ejb-sample/pom.xml (original)
+++ incubator/openwebbeans/trunk/samples/ejb-sample/pom.xml Mon Aug 31 19:33:28 2009
@@ -15,12 +15,11 @@
 		the specific language governing permissions and limitations under the
 		License.
 	-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<parent>
 		<artifactId>samples</artifactId>
 		<groupId>org.apache.openwebbeans</groupId>
-		<version>1.0.0-incubating-SNAPSHOT</version>
+		<version>1.0.0-incubating-M3</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.openwebbeans.samples</groupId>

Modified: incubator/openwebbeans/trunk/samples/guess/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/samples/guess/pom.xml?rev=809708&r1=809707&r2=809708&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/samples/guess/pom.xml (original)
+++ incubator/openwebbeans/trunk/samples/guess/pom.xml Mon Aug 31 19:33:28 2009
@@ -15,12 +15,11 @@
 		the specific language governing permissions and limitations under the
 		License.
 	-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<parent>
 		<artifactId>samples</artifactId>
 		<groupId>org.apache.openwebbeans</groupId>
-		<version>1.0.0-incubating-SNAPSHOT</version>
+		<version>1.0.0-incubating-M3</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.openwebbeans.samples</groupId>

Modified: incubator/openwebbeans/trunk/samples/jms-sample/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/samples/jms-sample/pom.xml?rev=809708&r1=809707&r2=809708&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/samples/jms-sample/pom.xml (original)
+++ incubator/openwebbeans/trunk/samples/jms-sample/pom.xml Mon Aug 31 19:33:28 2009
@@ -15,12 +15,11 @@
 		the specific language governing permissions and limitations under the
 		License.
 	-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<parent>
 		<artifactId>samples</artifactId>
 		<groupId>org.apache.openwebbeans</groupId>
-		<version>1.0.0-incubating-SNAPSHOT</version>
+		<version>1.0.0-incubating-M3</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.openwebbeans.samples</groupId>
@@ -53,21 +52,21 @@
 		<dependency>
 			<groupId>org.apache.openwebbeans</groupId>
 			<artifactId>openwebbeans-api</artifactId>
-			<version>1.0.0-incubating-SNAPSHOT</version>
+			<version>1.0.0-incubating-M3</version>
 		</dependency>
 		
 		<!-- OWB implementation -->
 		<dependency>
 			<groupId>org.apache.openwebbeans</groupId>
 			<artifactId>openwebbeans-api</artifactId>
-			<version>1.0.0-incubating-SNAPSHOT</version>
+			<version>1.0.0-incubating-M3</version>
 		</dependency>		
 		
 		<!-- JSF Plugin -->
 		<dependency>
 			<groupId>org.apache.openwebbeans</groupId>
 			<artifactId>openwebbeans-jsf</artifactId>
-			<version>1.0.0-incubating-SNAPSHOT</version>
+			<version>1.0.0-incubating-M3</version>
 		</dependency>
 		
 		<!-- MyFaces API -->
@@ -96,7 +95,7 @@
 		<dependency>
 			<groupId>org.apache.openwebbeans</groupId>
 			<artifactId>openwebbeans-jms</artifactId>
-			<version>1.0.0-incubating-SNAPSHOT</version>
+			<version>1.0.0-incubating-M3</version>
 		</dependency>						
 			
 	</dependencies>

Modified: incubator/openwebbeans/trunk/samples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/samples/pom.xml?rev=809708&r1=809707&r2=809708&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/samples/pom.xml (original)
+++ incubator/openwebbeans/trunk/samples/pom.xml Mon Aug 31 19:33:28 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-M3</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=809708&r1=809707&r2=809708&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/samples/reservation/pom.xml (original)
+++ incubator/openwebbeans/trunk/samples/reservation/pom.xml Mon Aug 31 19:33:28 2009
@@ -15,12 +15,11 @@
 		the specific language governing permissions and limitations under the
 		License.
 	-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<parent>
 		<artifactId>samples</artifactId>
 		<groupId>org.apache.openwebbeans</groupId>
-		<version>1.0.0-incubating-SNAPSHOT</version>
+		<version>1.0.0-incubating-M3</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.openwebbeans.samples</groupId>

Modified: incubator/openwebbeans/trunk/webbeans-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/pom.xml?rev=809708&r1=809707&r2=809708&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-api/pom.xml Mon Aug 31 19:33:28 2009
@@ -16,13 +16,12 @@
 		License.
 	-->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.0.0-incubating-SNAPSHOT</version>
+        <version>1.0.0-incubating-M3</version>
     </parent>
     <artifactId>openwebbeans-api</artifactId>
     <name>Apache OpenWebBeans :: JSR-299 API</name>

Modified: incubator/openwebbeans/trunk/webbeans-ejb/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-ejb/pom.xml?rev=809708&r1=809707&r2=809708&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-ejb/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-ejb/pom.xml Mon Aug 31 19:33:28 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-M3</version>
 	</parent>
 	<artifactId>openwebbeans-ejb</artifactId>
 	<name>Apache OpenWebBeans :: EJB integration</name>

Modified: incubator/openwebbeans/trunk/webbeans-geronimo/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-geronimo/pom.xml?rev=809708&r1=809707&r2=809708&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-geronimo/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-geronimo/pom.xml Mon Aug 31 19:33:28 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-M3</version>
 	</parent>
     
 	<artifactId>openwebbeans-geronimo</artifactId>
 	<name>Apache OpenWebBeans :: Geronimo integration</name>
 	<packaging>jar</packaging>
-	<version>1.0.0-incubating-SNAPSHOT</version>
+	<version>1.0.0-incubating-M3</version>
 	<description>Geronimo intetration SPI implementations for the  OpenWebBeans Implementation</description>
 
     <dependencies>
@@ -38,7 +38,7 @@
         <dependency>
             <groupId>org.apache.openwebbeans</groupId>
             <artifactId>openwebbeans-resource</artifactId>
-            <version>1.0.0-incubating-SNAPSHOT</version>
+            <version>1.0.0-incubating-M3</version>
         </dependency>
 
         <dependency>

Modified: incubator/openwebbeans/trunk/webbeans-impl/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-impl/pom.xml?rev=809708&r1=809707&r2=809708&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-impl/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-impl/pom.xml Mon Aug 31 19:33:28 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-M3</version>
 	</parent>
 	<artifactId>openwebbeans-impl</artifactId>
 	<name>Apache 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=809708&r1=809707&r2=809708&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-jms/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-jms/pom.xml Mon Aug 31 19:33:28 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-M3</version>
 	</parent>
 	<artifactId>openwebbeans-jms</artifactId>
 	<name>Apache OpenWebBeans :: JMS integration</name>

Modified: incubator/openwebbeans/trunk/webbeans-jpa/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-jpa/pom.xml?rev=809708&r1=809707&r2=809708&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-jpa/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-jpa/pom.xml Mon Aug 31 19:33:28 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-M3</version>
     </parent>
 
     <artifactId>openwebbeans-jpa</artifactId>
     <name>Apache OpenWebBeans :: JPA integration</name>
-    <version>1.0.0-incubating-SNAPSHOT</version>
+    <version>1.0.0-incubating-M3</version>
     <description>JPA plugin for  OpenWebBeans</description>
 
     <dependencies>
@@ -43,7 +43,7 @@
         <dependency>
             <groupId>org.apache.openwebbeans</groupId>
             <artifactId>openwebbeans-impl</artifactId>
-            <version>1.0.0-incubating-SNAPSHOT</version>
+            <version>1.0.0-incubating-M3</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=809708&r1=809707&r2=809708&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-jsf/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-jsf/pom.xml Mon Aug 31 19:33:28 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-M3</version>
     </parent>
 
     <artifactId>openwebbeans-jsf</artifactId>
     <name>Apache OpenWebBeans :: JSF integration</name>
     <packaging>jar</packaging>
-    <version>1.0.0-incubating-SNAPSHOT</version>
+    <version>1.0.0-incubating-M3</version>
     <description>JSF integration for the  OpenWebBeans Implementation</description>
 
     <dependencies>

Modified: incubator/openwebbeans/trunk/webbeans-resource/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-resource/pom.xml?rev=809708&r1=809707&r2=809708&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-resource/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-resource/pom.xml Mon Aug 31 19:33:28 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-M3</version>
 	</parent>
 	<artifactId>openwebbeans-resource</artifactId>
 	<name>Apache OpenWebBeans :: Resource Integration</name>