You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2014/11/26 21:50:34 UTC

svn commit: r1641932 - in /openwebbeans/branches/owb_1.2.x: ./ distribution/ samples/ samples/conversation-sample/ samples/guess/ samples/jsf2sample/ samples/reservation/ samples/standalone-sample/ samples/tomcat-sample/ samples/tomcat7-sample/ webbean...

Author: struberg
Date: Wed Nov 26 20:50:33 2014
New Revision: 1641932

URL: http://svn.apache.org/r1641932
Log:
rollback release attempt as I did forget to run our tcks

Modified:
    openwebbeans/branches/owb_1.2.x/distribution/pom.xml
    openwebbeans/branches/owb_1.2.x/pom.xml
    openwebbeans/branches/owb_1.2.x/samples/conversation-sample/pom.xml
    openwebbeans/branches/owb_1.2.x/samples/guess/pom.xml
    openwebbeans/branches/owb_1.2.x/samples/jsf2sample/pom.xml
    openwebbeans/branches/owb_1.2.x/samples/pom.xml
    openwebbeans/branches/owb_1.2.x/samples/reservation/pom.xml
    openwebbeans/branches/owb_1.2.x/samples/standalone-sample/pom.xml
    openwebbeans/branches/owb_1.2.x/samples/tomcat-sample/pom.xml
    openwebbeans/branches/owb_1.2.x/samples/tomcat7-sample/pom.xml
    openwebbeans/branches/owb_1.2.x/webbeans-arquillian/owb-arquillian-standalone/pom.xml
    openwebbeans/branches/owb_1.2.x/webbeans-arquillian/pom.xml
    openwebbeans/branches/owb_1.2.x/webbeans-clustering/pom.xml
    openwebbeans/branches/owb_1.2.x/webbeans-doc/pom.xml
    openwebbeans/branches/owb_1.2.x/webbeans-ee-common/pom.xml
    openwebbeans/branches/owb_1.2.x/webbeans-ee/pom.xml
    openwebbeans/branches/owb_1.2.x/webbeans-ejb/pom.xml
    openwebbeans/branches/owb_1.2.x/webbeans-el10/pom.xml
    openwebbeans/branches/owb_1.2.x/webbeans-el22/pom.xml
    openwebbeans/branches/owb_1.2.x/webbeans-impl/pom.xml
    openwebbeans/branches/owb_1.2.x/webbeans-jee5-ejb-resource/pom.xml
    openwebbeans/branches/owb_1.2.x/webbeans-jms/pom.xml
    openwebbeans/branches/owb_1.2.x/webbeans-jsf/pom.xml
    openwebbeans/branches/owb_1.2.x/webbeans-jsf12/pom.xml
    openwebbeans/branches/owb_1.2.x/webbeans-osgi/pom.xml
    openwebbeans/branches/owb_1.2.x/webbeans-porting/pom.xml
    openwebbeans/branches/owb_1.2.x/webbeans-resource/pom.xml
    openwebbeans/branches/owb_1.2.x/webbeans-spi/pom.xml
    openwebbeans/branches/owb_1.2.x/webbeans-tck/pom.xml
    openwebbeans/branches/owb_1.2.x/webbeans-test/cditest-owb/pom.xml
    openwebbeans/branches/owb_1.2.x/webbeans-test/cditest/pom.xml
    openwebbeans/branches/owb_1.2.x/webbeans-test/pom.xml
    openwebbeans/branches/owb_1.2.x/webbeans-tomcat6/pom.xml
    openwebbeans/branches/owb_1.2.x/webbeans-tomcat7/pom.xml
    openwebbeans/branches/owb_1.2.x/webbeans-web/pom.xml

Modified: openwebbeans/branches/owb_1.2.x/distribution/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.2.x/distribution/pom.xml?rev=1641932&r1=1641931&r2=1641932&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/distribution/pom.xml (original)
+++ openwebbeans/branches/owb_1.2.x/distribution/pom.xml Wed Nov 26 20:50:33 2014
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.2.8-SNAPSHOT</version>
+        <version>1.2.7-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: openwebbeans/branches/owb_1.2.x/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.2.x/pom.xml?rev=1641932&r1=1641931&r2=1641932&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/pom.xml (original)
+++ openwebbeans/branches/owb_1.2.x/pom.xml Wed Nov 26 20:50:33 2014
@@ -29,7 +29,7 @@
     <artifactId>openwebbeans</artifactId>
     <name>Apache OpenWebBeans</name>
     <packaging>pom</packaging>
-    <version>1.2.8-SNAPSHOT</version>
+    <version>1.2.7-SNAPSHOT</version>
 
     <url>openwebbeans.apache.org</url>
 

Modified: openwebbeans/branches/owb_1.2.x/samples/conversation-sample/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.2.x/samples/conversation-sample/pom.xml?rev=1641932&r1=1641931&r2=1641932&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/samples/conversation-sample/pom.xml (original)
+++ openwebbeans/branches/owb_1.2.x/samples/conversation-sample/pom.xml Wed Nov 26 20:50:33 2014
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <artifactId>samples</artifactId>
         <groupId>org.apache.openwebbeans</groupId>
-        <version>1.2.8-SNAPSHOT</version>
+        <version>1.2.7-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: openwebbeans/branches/owb_1.2.x/samples/guess/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.2.x/samples/guess/pom.xml?rev=1641932&r1=1641931&r2=1641932&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/samples/guess/pom.xml (original)
+++ openwebbeans/branches/owb_1.2.x/samples/guess/pom.xml Wed Nov 26 20:50:33 2014
@@ -21,7 +21,7 @@ under the License.
     <parent>
         <artifactId>samples</artifactId>
         <groupId>org.apache.openwebbeans</groupId>
-        <version>1.2.8-SNAPSHOT</version>
+        <version>1.2.7-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: openwebbeans/branches/owb_1.2.x/samples/jsf2sample/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.2.x/samples/jsf2sample/pom.xml?rev=1641932&r1=1641931&r2=1641932&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/samples/jsf2sample/pom.xml (original)
+++ openwebbeans/branches/owb_1.2.x/samples/jsf2sample/pom.xml Wed Nov 26 20:50:33 2014
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <artifactId>samples</artifactId>
         <groupId>org.apache.openwebbeans</groupId>
-        <version>1.2.8-SNAPSHOT</version>
+        <version>1.2.7-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: openwebbeans/branches/owb_1.2.x/samples/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.2.x/samples/pom.xml?rev=1641932&r1=1641931&r2=1641932&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/samples/pom.xml (original)
+++ openwebbeans/branches/owb_1.2.x/samples/pom.xml Wed Nov 26 20:50:33 2014
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.2.8-SNAPSHOT</version>
+        <version>1.2.7-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: openwebbeans/branches/owb_1.2.x/samples/reservation/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.2.x/samples/reservation/pom.xml?rev=1641932&r1=1641931&r2=1641932&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/samples/reservation/pom.xml (original)
+++ openwebbeans/branches/owb_1.2.x/samples/reservation/pom.xml Wed Nov 26 20:50:33 2014
@@ -21,7 +21,7 @@ under the License.
     <parent>
         <artifactId>samples</artifactId>
         <groupId>org.apache.openwebbeans</groupId>
-        <version>1.2.8-SNAPSHOT</version>
+        <version>1.2.7-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: openwebbeans/branches/owb_1.2.x/samples/standalone-sample/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.2.x/samples/standalone-sample/pom.xml?rev=1641932&r1=1641931&r2=1641932&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/samples/standalone-sample/pom.xml (original)
+++ openwebbeans/branches/owb_1.2.x/samples/standalone-sample/pom.xml Wed Nov 26 20:50:33 2014
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.2.8-SNAPSHOT</version>
+        <version>1.2.7-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: openwebbeans/branches/owb_1.2.x/samples/tomcat-sample/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.2.x/samples/tomcat-sample/pom.xml?rev=1641932&r1=1641931&r2=1641932&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/samples/tomcat-sample/pom.xml (original)
+++ openwebbeans/branches/owb_1.2.x/samples/tomcat-sample/pom.xml Wed Nov 26 20:50:33 2014
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <artifactId>samples</artifactId>
         <groupId>org.apache.openwebbeans</groupId>
-        <version>1.2.8-SNAPSHOT</version>
+        <version>1.2.7-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: openwebbeans/branches/owb_1.2.x/samples/tomcat7-sample/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.2.x/samples/tomcat7-sample/pom.xml?rev=1641932&r1=1641931&r2=1641932&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/samples/tomcat7-sample/pom.xml (original)
+++ openwebbeans/branches/owb_1.2.x/samples/tomcat7-sample/pom.xml Wed Nov 26 20:50:33 2014
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>samples</artifactId>
-        <version>1.2.8-SNAPSHOT</version>
+        <version>1.2.7-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: openwebbeans/branches/owb_1.2.x/webbeans-arquillian/owb-arquillian-standalone/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.2.x/webbeans-arquillian/owb-arquillian-standalone/pom.xml?rev=1641932&r1=1641931&r2=1641932&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/webbeans-arquillian/owb-arquillian-standalone/pom.xml (original)
+++ openwebbeans/branches/owb_1.2.x/webbeans-arquillian/owb-arquillian-standalone/pom.xml Wed Nov 26 20:50:33 2014
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.openwebbeans.arquillian</groupId>
         <artifactId>owb-arquillian-parent</artifactId>
-        <version>1.2.8-SNAPSHOT</version>
+        <version>1.2.7-SNAPSHOT</version>
     </parent>
     <artifactId>owb-arquillian-standalone</artifactId>
     <packaging>jar</packaging>

Modified: openwebbeans/branches/owb_1.2.x/webbeans-arquillian/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.2.x/webbeans-arquillian/pom.xml?rev=1641932&r1=1641931&r2=1641932&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/webbeans-arquillian/pom.xml (original)
+++ openwebbeans/branches/owb_1.2.x/webbeans-arquillian/pom.xml Wed Nov 26 20:50:33 2014
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.2.8-SNAPSHOT</version>
+        <version>1.2.7-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.openwebbeans.arquillian</groupId>
     <artifactId>owb-arquillian-parent</artifactId>

Modified: openwebbeans/branches/owb_1.2.x/webbeans-clustering/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.2.x/webbeans-clustering/pom.xml?rev=1641932&r1=1641931&r2=1641932&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/webbeans-clustering/pom.xml (original)
+++ openwebbeans/branches/owb_1.2.x/webbeans-clustering/pom.xml Wed Nov 26 20:50:33 2014
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.2.8-SNAPSHOT</version>
+        <version>1.2.7-SNAPSHOT</version>
     </parent>
 
     <artifactId>openwebbeans-clustering</artifactId>

Modified: openwebbeans/branches/owb_1.2.x/webbeans-doc/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.2.x/webbeans-doc/pom.xml?rev=1641932&r1=1641931&r2=1641932&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/webbeans-doc/pom.xml (original)
+++ openwebbeans/branches/owb_1.2.x/webbeans-doc/pom.xml Wed Nov 26 20:50:33 2014
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.2.8-SNAPSHOT</version>
+        <version>1.2.7-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     

Modified: openwebbeans/branches/owb_1.2.x/webbeans-ee-common/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.2.x/webbeans-ee-common/pom.xml?rev=1641932&r1=1641931&r2=1641932&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/webbeans-ee-common/pom.xml (original)
+++ openwebbeans/branches/owb_1.2.x/webbeans-ee-common/pom.xml Wed Nov 26 20:50:33 2014
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.2.8-SNAPSHOT</version>
+        <version>1.2.7-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: openwebbeans/branches/owb_1.2.x/webbeans-ee/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.2.x/webbeans-ee/pom.xml?rev=1641932&r1=1641931&r2=1641932&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/webbeans-ee/pom.xml (original)
+++ openwebbeans/branches/owb_1.2.x/webbeans-ee/pom.xml Wed Nov 26 20:50:33 2014
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.2.8-SNAPSHOT</version>
+        <version>1.2.7-SNAPSHOT</version>
     </parent>
 
     <artifactId>openwebbeans-ee</artifactId>

Modified: openwebbeans/branches/owb_1.2.x/webbeans-ejb/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.2.x/webbeans-ejb/pom.xml?rev=1641932&r1=1641931&r2=1641932&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/webbeans-ejb/pom.xml (original)
+++ openwebbeans/branches/owb_1.2.x/webbeans-ejb/pom.xml Wed Nov 26 20:50:33 2014
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.2.8-SNAPSHOT</version>
+        <version>1.2.7-SNAPSHOT</version>
     </parent>
     <artifactId>openwebbeans-ejb</artifactId>
     <name>EJB plugin</name>

Modified: openwebbeans/branches/owb_1.2.x/webbeans-el10/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.2.x/webbeans-el10/pom.xml?rev=1641932&r1=1641931&r2=1641932&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/webbeans-el10/pom.xml (original)
+++ openwebbeans/branches/owb_1.2.x/webbeans-el10/pom.xml Wed Nov 26 20:50:33 2014
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.2.8-SNAPSHOT</version>
+        <version>1.2.7-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: openwebbeans/branches/owb_1.2.x/webbeans-el22/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.2.x/webbeans-el22/pom.xml?rev=1641932&r1=1641931&r2=1641932&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/webbeans-el22/pom.xml (original)
+++ openwebbeans/branches/owb_1.2.x/webbeans-el22/pom.xml Wed Nov 26 20:50:33 2014
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.2.8-SNAPSHOT</version>
+        <version>1.2.7-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: openwebbeans/branches/owb_1.2.x/webbeans-impl/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.2.x/webbeans-impl/pom.xml?rev=1641932&r1=1641931&r2=1641932&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/webbeans-impl/pom.xml (original)
+++ openwebbeans/branches/owb_1.2.x/webbeans-impl/pom.xml Wed Nov 26 20:50:33 2014
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.2.8-SNAPSHOT</version>
+        <version>1.2.7-SNAPSHOT</version>
     </parent>
     <artifactId>openwebbeans-impl</artifactId>
     <name>OpenWebBeans Core</name>

Modified: openwebbeans/branches/owb_1.2.x/webbeans-jee5-ejb-resource/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.2.x/webbeans-jee5-ejb-resource/pom.xml?rev=1641932&r1=1641931&r2=1641932&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/webbeans-jee5-ejb-resource/pom.xml (original)
+++ openwebbeans/branches/owb_1.2.x/webbeans-jee5-ejb-resource/pom.xml Wed Nov 26 20:50:33 2014
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.2.8-SNAPSHOT</version>
+        <version>1.2.7-SNAPSHOT</version>
     </parent>
 
     <artifactId>openwebbeans-jee5-ejb-resource</artifactId>

Modified: openwebbeans/branches/owb_1.2.x/webbeans-jms/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.2.x/webbeans-jms/pom.xml?rev=1641932&r1=1641931&r2=1641932&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/webbeans-jms/pom.xml (original)
+++ openwebbeans/branches/owb_1.2.x/webbeans-jms/pom.xml Wed Nov 26 20:50:33 2014
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.2.8-SNAPSHOT</version>
+        <version>1.2.7-SNAPSHOT</version>
     </parent>
     <artifactId>openwebbeans-jms</artifactId>
     <name>JMS plugin</name>

Modified: openwebbeans/branches/owb_1.2.x/webbeans-jsf/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.2.x/webbeans-jsf/pom.xml?rev=1641932&r1=1641931&r2=1641932&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/webbeans-jsf/pom.xml (original)
+++ openwebbeans/branches/owb_1.2.x/webbeans-jsf/pom.xml Wed Nov 26 20:50:33 2014
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.2.8-SNAPSHOT</version>
+        <version>1.2.7-SNAPSHOT</version>
     </parent>
 
     <artifactId>openwebbeans-jsf</artifactId>

Modified: openwebbeans/branches/owb_1.2.x/webbeans-jsf12/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.2.x/webbeans-jsf12/pom.xml?rev=1641932&r1=1641931&r2=1641932&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/webbeans-jsf12/pom.xml (original)
+++ openwebbeans/branches/owb_1.2.x/webbeans-jsf12/pom.xml Wed Nov 26 20:50:33 2014
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.2.8-SNAPSHOT</version>
+        <version>1.2.7-SNAPSHOT</version>
     </parent>
 
     <artifactId>openwebbeans-jsf12</artifactId>

Modified: openwebbeans/branches/owb_1.2.x/webbeans-osgi/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.2.x/webbeans-osgi/pom.xml?rev=1641932&r1=1641931&r2=1641932&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/webbeans-osgi/pom.xml (original)
+++ openwebbeans/branches/owb_1.2.x/webbeans-osgi/pom.xml Wed Nov 26 20:50:33 2014
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.2.8-SNAPSHOT</version>
+        <version>1.2.7-SNAPSHOT</version>
     </parent>
 
     <artifactId>openwebbeans-osgi</artifactId>

Modified: openwebbeans/branches/owb_1.2.x/webbeans-porting/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.2.x/webbeans-porting/pom.xml?rev=1641932&r1=1641931&r2=1641932&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/webbeans-porting/pom.xml (original)
+++ openwebbeans/branches/owb_1.2.x/webbeans-porting/pom.xml Wed Nov 26 20:50:33 2014
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.2.8-SNAPSHOT</version>
+        <version>1.2.7-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: openwebbeans/branches/owb_1.2.x/webbeans-resource/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.2.x/webbeans-resource/pom.xml?rev=1641932&r1=1641931&r2=1641932&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/webbeans-resource/pom.xml (original)
+++ openwebbeans/branches/owb_1.2.x/webbeans-resource/pom.xml Wed Nov 26 20:50:33 2014
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.2.8-SNAPSHOT</version>
+        <version>1.2.7-SNAPSHOT</version>
     </parent>
     <artifactId>openwebbeans-resource</artifactId>
     <name>EE Resource plugin</name>

Modified: openwebbeans/branches/owb_1.2.x/webbeans-spi/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.2.x/webbeans-spi/pom.xml?rev=1641932&r1=1641931&r2=1641932&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/webbeans-spi/pom.xml (original)
+++ openwebbeans/branches/owb_1.2.x/webbeans-spi/pom.xml Wed Nov 26 20:50:33 2014
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.2.8-SNAPSHOT</version>
+        <version>1.2.7-SNAPSHOT</version>
     </parent>
 
     <artifactId>openwebbeans-spi</artifactId>

Modified: openwebbeans/branches/owb_1.2.x/webbeans-tck/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.2.x/webbeans-tck/pom.xml?rev=1641932&r1=1641931&r2=1641932&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/webbeans-tck/pom.xml (original)
+++ openwebbeans/branches/owb_1.2.x/webbeans-tck/pom.xml Wed Nov 26 20:50:33 2014
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.2.8-SNAPSHOT</version>
+        <version>1.2.7-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: openwebbeans/branches/owb_1.2.x/webbeans-test/cditest-owb/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.2.x/webbeans-test/cditest-owb/pom.xml?rev=1641932&r1=1641931&r2=1641932&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/webbeans-test/cditest-owb/pom.xml (original)
+++ openwebbeans/branches/owb_1.2.x/webbeans-test/cditest-owb/pom.xml Wed Nov 26 20:50:33 2014
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.openwebbeans.test</groupId>
         <artifactId>parent</artifactId>
-        <version>1.2.8-SNAPSHOT</version>
+        <version>1.2.7-SNAPSHOT</version>
     </parent>
     
     <artifactId>cditest-owb</artifactId>

Modified: openwebbeans/branches/owb_1.2.x/webbeans-test/cditest/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.2.x/webbeans-test/cditest/pom.xml?rev=1641932&r1=1641931&r2=1641932&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/webbeans-test/cditest/pom.xml (original)
+++ openwebbeans/branches/owb_1.2.x/webbeans-test/cditest/pom.xml Wed Nov 26 20:50:33 2014
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.openwebbeans.test</groupId>
         <artifactId>parent</artifactId>
-        <version>1.2.8-SNAPSHOT</version>
+        <version>1.2.7-SNAPSHOT</version>
     </parent>
     <artifactId>cditest</artifactId>
     <packaging>jar</packaging>

Modified: openwebbeans/branches/owb_1.2.x/webbeans-test/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.2.x/webbeans-test/pom.xml?rev=1641932&r1=1641931&r2=1641932&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/webbeans-test/pom.xml (original)
+++ openwebbeans/branches/owb_1.2.x/webbeans-test/pom.xml Wed Nov 26 20:50:33 2014
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.2.8-SNAPSHOT</version>
+        <version>1.2.7-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.openwebbeans.test</groupId>
     <artifactId>parent</artifactId>

Modified: openwebbeans/branches/owb_1.2.x/webbeans-tomcat6/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.2.x/webbeans-tomcat6/pom.xml?rev=1641932&r1=1641931&r2=1641932&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/webbeans-tomcat6/pom.xml (original)
+++ openwebbeans/branches/owb_1.2.x/webbeans-tomcat6/pom.xml Wed Nov 26 20:50:33 2014
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.2.8-SNAPSHOT</version>
+        <version>1.2.7-SNAPSHOT</version>
     </parent>
 
     <artifactId>openwebbeans-tomcat6</artifactId>

Modified: openwebbeans/branches/owb_1.2.x/webbeans-tomcat7/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.2.x/webbeans-tomcat7/pom.xml?rev=1641932&r1=1641931&r2=1641932&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/webbeans-tomcat7/pom.xml (original)
+++ openwebbeans/branches/owb_1.2.x/webbeans-tomcat7/pom.xml Wed Nov 26 20:50:33 2014
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.2.8-SNAPSHOT</version>
+        <version>1.2.7-SNAPSHOT</version>
     </parent>
 
     <artifactId>openwebbeans-tomcat7</artifactId>

Modified: openwebbeans/branches/owb_1.2.x/webbeans-web/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.2.x/webbeans-web/pom.xml?rev=1641932&r1=1641931&r2=1641932&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/webbeans-web/pom.xml (original)
+++ openwebbeans/branches/owb_1.2.x/webbeans-web/pom.xml Wed Nov 26 20:50:33 2014
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.2.8-SNAPSHOT</version>
+        <version>1.2.7-SNAPSHOT</version>
     </parent>
 
     <artifactId>openwebbeans-web</artifactId>