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 2017/07/07 21:23:31 UTC

svn commit: r1801220 - in /openwebbeans/branches/owb_1.7.x: ./ atinject-tck/ distribution/ samples/ samples/conversation-sample/ samples/guess/ samples/jsf2sample/ samples/reservation/ samples/standalone-sample/ samples/tomcat7-sample/ webbeans-arquill...

Author: struberg
Date: Fri Jul  7 21:23:31 2017
New Revision: 1801220

URL: http://svn.apache.org/viewvc?rev=1801220&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    openwebbeans/branches/owb_1.7.x/atinject-tck/pom.xml
    openwebbeans/branches/owb_1.7.x/distribution/pom.xml
    openwebbeans/branches/owb_1.7.x/pom.xml
    openwebbeans/branches/owb_1.7.x/samples/conversation-sample/pom.xml
    openwebbeans/branches/owb_1.7.x/samples/guess/pom.xml
    openwebbeans/branches/owb_1.7.x/samples/jsf2sample/pom.xml
    openwebbeans/branches/owb_1.7.x/samples/pom.xml
    openwebbeans/branches/owb_1.7.x/samples/reservation/pom.xml
    openwebbeans/branches/owb_1.7.x/samples/standalone-sample/pom.xml
    openwebbeans/branches/owb_1.7.x/samples/tomcat7-sample/pom.xml
    openwebbeans/branches/owb_1.7.x/webbeans-arquillian/owb-arquillian-standalone/pom.xml
    openwebbeans/branches/owb_1.7.x/webbeans-arquillian/pom.xml
    openwebbeans/branches/owb_1.7.x/webbeans-ee-common/pom.xml
    openwebbeans/branches/owb_1.7.x/webbeans-ee/pom.xml
    openwebbeans/branches/owb_1.7.x/webbeans-ejb/pom.xml
    openwebbeans/branches/owb_1.7.x/webbeans-el22/pom.xml
    openwebbeans/branches/owb_1.7.x/webbeans-gradle/pom.xml
    openwebbeans/branches/owb_1.7.x/webbeans-impl/pom.xml
    openwebbeans/branches/owb_1.7.x/webbeans-jms/pom.xml
    openwebbeans/branches/owb_1.7.x/webbeans-jsf/pom.xml
    openwebbeans/branches/owb_1.7.x/webbeans-maven/pom.xml
    openwebbeans/branches/owb_1.7.x/webbeans-osgi/pom.xml
    openwebbeans/branches/owb_1.7.x/webbeans-porting/pom.xml
    openwebbeans/branches/owb_1.7.x/webbeans-resource/pom.xml
    openwebbeans/branches/owb_1.7.x/webbeans-spi/pom.xml
    openwebbeans/branches/owb_1.7.x/webbeans-tck/pom.xml
    openwebbeans/branches/owb_1.7.x/webbeans-tomcat7/pom.xml
    openwebbeans/branches/owb_1.7.x/webbeans-web/pom.xml

Modified: openwebbeans/branches/owb_1.7.x/atinject-tck/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.7.x/atinject-tck/pom.xml?rev=1801220&r1=1801219&r2=1801220&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.7.x/atinject-tck/pom.xml (original)
+++ openwebbeans/branches/owb_1.7.x/atinject-tck/pom.xml Fri Jul  7 21:23:31 2017
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.7.4</version>
+        <version>1.7.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: openwebbeans/branches/owb_1.7.x/distribution/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.7.x/distribution/pom.xml?rev=1801220&r1=1801219&r2=1801220&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.7.x/distribution/pom.xml (original)
+++ openwebbeans/branches/owb_1.7.x/distribution/pom.xml Fri Jul  7 21:23:31 2017
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.7.4</version>
+        <version>1.7.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: openwebbeans/branches/owb_1.7.x/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.7.x/pom.xml?rev=1801220&r1=1801219&r2=1801220&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.7.x/pom.xml (original)
+++ openwebbeans/branches/owb_1.7.x/pom.xml Fri Jul  7 21:23:31 2017
@@ -29,7 +29,7 @@
     <artifactId>openwebbeans</artifactId>
     <name>Apache OpenWebBeans</name>
     <packaging>pom</packaging>
-    <version>1.7.4</version>
+    <version>1.7.5-SNAPSHOT</version>
 
     <url>openwebbeans.apache.org</url>
 
@@ -46,9 +46,9 @@
     <inceptionYear>2008</inceptionYear>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/openwebbeans/tags/openwebbeans-1.7.4</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/openwebbeans/tags/openwebbeans-1.7.4</developerConnection>
-        <url>https://svn.apache.org/repos/asf/openwebbeans/tags/openwebbeans-1.7.4</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/openwebbeans/branches/owb_1.7.x</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/openwebbeans/branches/owb_1.7.x</developerConnection>
+        <url>https://svn.apache.org/repos/asf/openwebbeans/branches/owb_1.7.x</url>
     </scm>
 
     <issueManagement>

Modified: openwebbeans/branches/owb_1.7.x/samples/conversation-sample/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.7.x/samples/conversation-sample/pom.xml?rev=1801220&r1=1801219&r2=1801220&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.7.x/samples/conversation-sample/pom.xml (original)
+++ openwebbeans/branches/owb_1.7.x/samples/conversation-sample/pom.xml Fri Jul  7 21:23:31 2017
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <artifactId>samples</artifactId>
         <groupId>org.apache.openwebbeans</groupId>
-        <version>1.7.4</version>
+        <version>1.7.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: openwebbeans/branches/owb_1.7.x/samples/guess/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.7.x/samples/guess/pom.xml?rev=1801220&r1=1801219&r2=1801220&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.7.x/samples/guess/pom.xml (original)
+++ openwebbeans/branches/owb_1.7.x/samples/guess/pom.xml Fri Jul  7 21:23:31 2017
@@ -21,7 +21,7 @@ under the License.
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>samples</artifactId>
-        <version>1.7.4</version>
+        <version>1.7.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: openwebbeans/branches/owb_1.7.x/samples/jsf2sample/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.7.x/samples/jsf2sample/pom.xml?rev=1801220&r1=1801219&r2=1801220&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.7.x/samples/jsf2sample/pom.xml (original)
+++ openwebbeans/branches/owb_1.7.x/samples/jsf2sample/pom.xml Fri Jul  7 21:23:31 2017
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <artifactId>samples</artifactId>
         <groupId>org.apache.openwebbeans</groupId>
-        <version>1.7.4</version>
+        <version>1.7.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: openwebbeans/branches/owb_1.7.x/samples/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.7.x/samples/pom.xml?rev=1801220&r1=1801219&r2=1801220&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.7.x/samples/pom.xml (original)
+++ openwebbeans/branches/owb_1.7.x/samples/pom.xml Fri Jul  7 21:23:31 2017
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.7.4</version>
+        <version>1.7.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: openwebbeans/branches/owb_1.7.x/samples/reservation/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.7.x/samples/reservation/pom.xml?rev=1801220&r1=1801219&r2=1801220&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.7.x/samples/reservation/pom.xml (original)
+++ openwebbeans/branches/owb_1.7.x/samples/reservation/pom.xml Fri Jul  7 21:23:31 2017
@@ -21,7 +21,7 @@ under the License.
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>samples</artifactId>
-        <version>1.7.4</version>
+        <version>1.7.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: openwebbeans/branches/owb_1.7.x/samples/standalone-sample/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.7.x/samples/standalone-sample/pom.xml?rev=1801220&r1=1801219&r2=1801220&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.7.x/samples/standalone-sample/pom.xml (original)
+++ openwebbeans/branches/owb_1.7.x/samples/standalone-sample/pom.xml Fri Jul  7 21:23:31 2017
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.7.4</version>
+        <version>1.7.5-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: openwebbeans/branches/owb_1.7.x/samples/tomcat7-sample/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.7.x/samples/tomcat7-sample/pom.xml?rev=1801220&r1=1801219&r2=1801220&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.7.x/samples/tomcat7-sample/pom.xml (original)
+++ openwebbeans/branches/owb_1.7.x/samples/tomcat7-sample/pom.xml Fri Jul  7 21:23:31 2017
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>samples</artifactId>
-        <version>1.7.4</version>
+        <version>1.7.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: openwebbeans/branches/owb_1.7.x/webbeans-arquillian/owb-arquillian-standalone/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.7.x/webbeans-arquillian/owb-arquillian-standalone/pom.xml?rev=1801220&r1=1801219&r2=1801220&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.7.x/webbeans-arquillian/owb-arquillian-standalone/pom.xml (original)
+++ openwebbeans/branches/owb_1.7.x/webbeans-arquillian/owb-arquillian-standalone/pom.xml Fri Jul  7 21:23:31 2017
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.openwebbeans.arquillian</groupId>
         <artifactId>owb-arquillian-parent</artifactId>
-        <version>1.7.4</version>
+        <version>1.7.5-SNAPSHOT</version>
     </parent>
     <artifactId>owb-arquillian-standalone</artifactId>
     <packaging>jar</packaging>

Modified: openwebbeans/branches/owb_1.7.x/webbeans-arquillian/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.7.x/webbeans-arquillian/pom.xml?rev=1801220&r1=1801219&r2=1801220&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.7.x/webbeans-arquillian/pom.xml (original)
+++ openwebbeans/branches/owb_1.7.x/webbeans-arquillian/pom.xml Fri Jul  7 21:23:31 2017
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.7.4</version>
+        <version>1.7.5-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.openwebbeans.arquillian</groupId>
     <artifactId>owb-arquillian-parent</artifactId>

Modified: openwebbeans/branches/owb_1.7.x/webbeans-ee-common/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.7.x/webbeans-ee-common/pom.xml?rev=1801220&r1=1801219&r2=1801220&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.7.x/webbeans-ee-common/pom.xml (original)
+++ openwebbeans/branches/owb_1.7.x/webbeans-ee-common/pom.xml Fri Jul  7 21:23:31 2017
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.7.4</version>
+        <version>1.7.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: openwebbeans/branches/owb_1.7.x/webbeans-ee/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.7.x/webbeans-ee/pom.xml?rev=1801220&r1=1801219&r2=1801220&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.7.x/webbeans-ee/pom.xml (original)
+++ openwebbeans/branches/owb_1.7.x/webbeans-ee/pom.xml Fri Jul  7 21:23:31 2017
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.7.4</version>
+        <version>1.7.5-SNAPSHOT</version>
     </parent>
 
     <artifactId>openwebbeans-ee</artifactId>

Modified: openwebbeans/branches/owb_1.7.x/webbeans-ejb/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.7.x/webbeans-ejb/pom.xml?rev=1801220&r1=1801219&r2=1801220&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.7.x/webbeans-ejb/pom.xml (original)
+++ openwebbeans/branches/owb_1.7.x/webbeans-ejb/pom.xml Fri Jul  7 21:23:31 2017
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.7.4</version>
+        <version>1.7.5-SNAPSHOT</version>
     </parent>
     <artifactId>openwebbeans-ejb</artifactId>
     <name>EJB plugin</name>

Modified: openwebbeans/branches/owb_1.7.x/webbeans-el22/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.7.x/webbeans-el22/pom.xml?rev=1801220&r1=1801219&r2=1801220&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.7.x/webbeans-el22/pom.xml (original)
+++ openwebbeans/branches/owb_1.7.x/webbeans-el22/pom.xml Fri Jul  7 21:23:31 2017
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.7.4</version>
+        <version>1.7.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: openwebbeans/branches/owb_1.7.x/webbeans-gradle/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.7.x/webbeans-gradle/pom.xml?rev=1801220&r1=1801219&r2=1801220&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.7.x/webbeans-gradle/pom.xml (original)
+++ openwebbeans/branches/owb_1.7.x/webbeans-gradle/pom.xml Fri Jul  7 21:23:31 2017
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>openwebbeans</artifactId>
     <groupId>org.apache.openwebbeans</groupId>
-    <version>1.7.4</version>
+    <version>1.7.5-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: openwebbeans/branches/owb_1.7.x/webbeans-impl/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.7.x/webbeans-impl/pom.xml?rev=1801220&r1=1801219&r2=1801220&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.7.x/webbeans-impl/pom.xml (original)
+++ openwebbeans/branches/owb_1.7.x/webbeans-impl/pom.xml Fri Jul  7 21:23:31 2017
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.7.4</version>
+        <version>1.7.5-SNAPSHOT</version>
     </parent>
     <artifactId>openwebbeans-impl</artifactId>
     <name>OpenWebBeans Core</name>

Modified: openwebbeans/branches/owb_1.7.x/webbeans-jms/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.7.x/webbeans-jms/pom.xml?rev=1801220&r1=1801219&r2=1801220&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.7.x/webbeans-jms/pom.xml (original)
+++ openwebbeans/branches/owb_1.7.x/webbeans-jms/pom.xml Fri Jul  7 21:23:31 2017
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.7.4</version>
+        <version>1.7.5-SNAPSHOT</version>
     </parent>
     <artifactId>openwebbeans-jms</artifactId>
     <name>JMS plugin</name>

Modified: openwebbeans/branches/owb_1.7.x/webbeans-jsf/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.7.x/webbeans-jsf/pom.xml?rev=1801220&r1=1801219&r2=1801220&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.7.x/webbeans-jsf/pom.xml (original)
+++ openwebbeans/branches/owb_1.7.x/webbeans-jsf/pom.xml Fri Jul  7 21:23:31 2017
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.7.4</version>
+        <version>1.7.5-SNAPSHOT</version>
     </parent>
 
     <artifactId>openwebbeans-jsf</artifactId>

Modified: openwebbeans/branches/owb_1.7.x/webbeans-maven/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.7.x/webbeans-maven/pom.xml?rev=1801220&r1=1801219&r2=1801220&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.7.x/webbeans-maven/pom.xml (original)
+++ openwebbeans/branches/owb_1.7.x/webbeans-maven/pom.xml Fri Jul  7 21:23:31 2017
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>openwebbeans</artifactId>
     <groupId>org.apache.openwebbeans</groupId>
-    <version>1.7.4</version>
+    <version>1.7.5-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: openwebbeans/branches/owb_1.7.x/webbeans-osgi/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.7.x/webbeans-osgi/pom.xml?rev=1801220&r1=1801219&r2=1801220&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.7.x/webbeans-osgi/pom.xml (original)
+++ openwebbeans/branches/owb_1.7.x/webbeans-osgi/pom.xml Fri Jul  7 21:23:31 2017
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.7.4</version>
+        <version>1.7.5-SNAPSHOT</version>
     </parent>
 
     <artifactId>openwebbeans-osgi</artifactId>

Modified: openwebbeans/branches/owb_1.7.x/webbeans-porting/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.7.x/webbeans-porting/pom.xml?rev=1801220&r1=1801219&r2=1801220&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.7.x/webbeans-porting/pom.xml (original)
+++ openwebbeans/branches/owb_1.7.x/webbeans-porting/pom.xml Fri Jul  7 21:23:31 2017
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.7.4</version>
+        <version>1.7.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: openwebbeans/branches/owb_1.7.x/webbeans-resource/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.7.x/webbeans-resource/pom.xml?rev=1801220&r1=1801219&r2=1801220&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.7.x/webbeans-resource/pom.xml (original)
+++ openwebbeans/branches/owb_1.7.x/webbeans-resource/pom.xml Fri Jul  7 21:23:31 2017
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.7.4</version>
+        <version>1.7.5-SNAPSHOT</version>
     </parent>
     <artifactId>openwebbeans-resource</artifactId>
     <name>EE Resource plugin</name>

Modified: openwebbeans/branches/owb_1.7.x/webbeans-spi/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.7.x/webbeans-spi/pom.xml?rev=1801220&r1=1801219&r2=1801220&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.7.x/webbeans-spi/pom.xml (original)
+++ openwebbeans/branches/owb_1.7.x/webbeans-spi/pom.xml Fri Jul  7 21:23:31 2017
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.7.4</version>
+        <version>1.7.5-SNAPSHOT</version>
     </parent>
 
     <artifactId>openwebbeans-spi</artifactId>

Modified: openwebbeans/branches/owb_1.7.x/webbeans-tck/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.7.x/webbeans-tck/pom.xml?rev=1801220&r1=1801219&r2=1801220&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.7.x/webbeans-tck/pom.xml (original)
+++ openwebbeans/branches/owb_1.7.x/webbeans-tck/pom.xml Fri Jul  7 21:23:31 2017
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.7.4</version>
+        <version>1.7.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: openwebbeans/branches/owb_1.7.x/webbeans-tomcat7/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.7.x/webbeans-tomcat7/pom.xml?rev=1801220&r1=1801219&r2=1801220&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.7.x/webbeans-tomcat7/pom.xml (original)
+++ openwebbeans/branches/owb_1.7.x/webbeans-tomcat7/pom.xml Fri Jul  7 21:23:31 2017
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.7.4</version>
+        <version>1.7.5-SNAPSHOT</version>
     </parent>
 
     <artifactId>openwebbeans-tomcat7</artifactId>

Modified: openwebbeans/branches/owb_1.7.x/webbeans-web/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.7.x/webbeans-web/pom.xml?rev=1801220&r1=1801219&r2=1801220&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.7.x/webbeans-web/pom.xml (original)
+++ openwebbeans/branches/owb_1.7.x/webbeans-web/pom.xml Fri Jul  7 21:23:31 2017
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.7.4</version>
+        <version>1.7.5-SNAPSHOT</version>
     </parent>
 
     <artifactId>openwebbeans-web</artifactId>