You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2017/04/18 12:55:10 UTC

[18/50] aries-jpa git commit: [maven-release-plugin] prepare for next development iteration

[maven-release-plugin] prepare for next development iteration

git-svn-id: https://svn.apache.org/repos/asf/aries/trunk/jpa@1766940 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/aries-jpa/repo
Commit: http://git-wip-us.apache.org/repos/asf/aries-jpa/commit/1d3e36c6
Tree: http://git-wip-us.apache.org/repos/asf/aries-jpa/tree/1d3e36c6
Diff: http://git-wip-us.apache.org/repos/asf/aries-jpa/diff/1d3e36c6

Branch: refs/heads/master
Commit: 1d3e36c68b9560733602f690ddec571f2666ee59
Parents: 1735f86
Author: cschneider <cs...@13f79535-47bb-0310-9956-ffa450edef68>
Authored: Fri Oct 28 07:21:17 2016 +0000
Committer: cschneider <cs...@13f79535-47bb-0310-9956-ffa450edef68>
Committed: Fri Oct 28 07:21:17 2016 +0000

----------------------------------------------------------------------
 examples/pom.xml                                    | 2 +-
 examples/tasklist-blueprint/pom.xml                 | 2 +-
 examples/tasklist-ds/pom.xml                        | 2 +-
 examples/tasklist-model/pom.xml                     | 2 +-
 itests/jpa-container-blueprint-testbundle/pom.xml   | 2 +-
 itests/jpa-container-itest-karaf/pom.xml            | 2 +-
 itests/jpa-container-itest/pom.xml                  | 2 +-
 itests/jpa-container-testbundle-eclipselink/pom.xml | 2 +-
 itests/jpa-container-testbundle/pom.xml             | 2 +-
 itests/pom.xml                                      | 2 +-
 jpa-api/pom.xml                                     | 2 +-
 jpa-blueprint/pom.xml                               | 2 +-
 jpa-container-eclipselink-adapter/pom.xml           | 2 +-
 jpa-container/pom.xml                               | 2 +-
 jpa-features/pom.xml                                | 2 +-
 jpa-parent/pom.xml                                  | 8 +-------
 jpa-repository/pom.xml                              | 8 +-------
 jpa-support/pom.xml                                 | 2 +-
 pom.xml                                             | 8 ++++----
 19 files changed, 22 insertions(+), 34 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/1d3e36c6/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index 2c527e0..6c4e0ee 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -17,7 +17,7 @@
     <parent>
         <groupId>org.apache.aries.jpa</groupId>
         <artifactId>org.apache.aries.jpa.parent</artifactId>
-        <version>2.5.0</version>
+        <version>2.6.0-SNAPSHOT</version>
         <relativePath>../jpa-parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/1d3e36c6/examples/tasklist-blueprint/pom.xml
----------------------------------------------------------------------
diff --git a/examples/tasklist-blueprint/pom.xml b/examples/tasklist-blueprint/pom.xml
index fda62aa..34bc3ff 100644
--- a/examples/tasklist-blueprint/pom.xml
+++ b/examples/tasklist-blueprint/pom.xml
@@ -14,7 +14,7 @@
 	<parent>
 		<groupId>org.apache.aries.jpa.example</groupId>
 		<artifactId>org.apache.aries.jpa.example.parent</artifactId>
-		<version>2.5.0</version>
+		<version>2.6.0-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 	<artifactId>org.apache.aries.jpa.example.tasklist.blueprint</artifactId>

http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/1d3e36c6/examples/tasklist-ds/pom.xml
----------------------------------------------------------------------
diff --git a/examples/tasklist-ds/pom.xml b/examples/tasklist-ds/pom.xml
index 1c053be..768d993 100644
--- a/examples/tasklist-ds/pom.xml
+++ b/examples/tasklist-ds/pom.xml
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.apache.aries.jpa.example</groupId>
         <artifactId>org.apache.aries.jpa.example.parent</artifactId>
-        <version>2.5.0</version>
+        <version>2.6.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>org.apache.aries.jpa.example.tasklist.ds</artifactId>

http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/1d3e36c6/examples/tasklist-model/pom.xml
----------------------------------------------------------------------
diff --git a/examples/tasklist-model/pom.xml b/examples/tasklist-model/pom.xml
index 13b7cf1..ae1d126 100644
--- a/examples/tasklist-model/pom.xml
+++ b/examples/tasklist-model/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.aries.jpa.example</groupId>
         <artifactId>org.apache.aries.jpa.example.parent</artifactId>
-        <version>2.5.0</version>
+        <version>2.6.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/1d3e36c6/itests/jpa-container-blueprint-testbundle/pom.xml
----------------------------------------------------------------------
diff --git a/itests/jpa-container-blueprint-testbundle/pom.xml b/itests/jpa-container-blueprint-testbundle/pom.xml
index bec1da9..215aade 100644
--- a/itests/jpa-container-blueprint-testbundle/pom.xml
+++ b/itests/jpa-container-blueprint-testbundle/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.jpa.itest</groupId>
         <artifactId>org.apache.aries.jpa.itest.parent</artifactId>
-        <version>2.5.0</version>
+        <version>2.6.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/1d3e36c6/itests/jpa-container-itest-karaf/pom.xml
----------------------------------------------------------------------
diff --git a/itests/jpa-container-itest-karaf/pom.xml b/itests/jpa-container-itest-karaf/pom.xml
index 8e4196a..68b3485 100644
--- a/itests/jpa-container-itest-karaf/pom.xml
+++ b/itests/jpa-container-itest-karaf/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.jpa.itest</groupId>
         <artifactId>org.apache.aries.jpa.itest.parent</artifactId>
-        <version>2.5.0</version>
+        <version>2.6.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/1d3e36c6/itests/jpa-container-itest/pom.xml
----------------------------------------------------------------------
diff --git a/itests/jpa-container-itest/pom.xml b/itests/jpa-container-itest/pom.xml
index 65b97c9..dd5fd87 100644
--- a/itests/jpa-container-itest/pom.xml
+++ b/itests/jpa-container-itest/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.jpa.itest</groupId>
         <artifactId>org.apache.aries.jpa.itest.parent</artifactId>
-        <version>2.5.0</version>
+        <version>2.6.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/1d3e36c6/itests/jpa-container-testbundle-eclipselink/pom.xml
----------------------------------------------------------------------
diff --git a/itests/jpa-container-testbundle-eclipselink/pom.xml b/itests/jpa-container-testbundle-eclipselink/pom.xml
index ac594e2..a4ce5ec 100644
--- a/itests/jpa-container-testbundle-eclipselink/pom.xml
+++ b/itests/jpa-container-testbundle-eclipselink/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.jpa.itest</groupId>
         <artifactId>org.apache.aries.jpa.itest.parent</artifactId>
-        <version>2.5.0</version>
+        <version>2.6.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/1d3e36c6/itests/jpa-container-testbundle/pom.xml
----------------------------------------------------------------------
diff --git a/itests/jpa-container-testbundle/pom.xml b/itests/jpa-container-testbundle/pom.xml
index 3061ca5..8084d15 100644
--- a/itests/jpa-container-testbundle/pom.xml
+++ b/itests/jpa-container-testbundle/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.jpa.itest</groupId>
         <artifactId>org.apache.aries.jpa.itest.parent</artifactId>
-        <version>2.5.0</version>
+        <version>2.6.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/1d3e36c6/itests/pom.xml
----------------------------------------------------------------------
diff --git a/itests/pom.xml b/itests/pom.xml
index 8822036..657e7e8 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.aries.jpa</groupId>	
         <artifactId>org.apache.aries.jpa.parent</artifactId>
-        <version>2.5.0</version>
+        <version>2.6.0-SNAPSHOT</version>
         <relativePath>../jpa-parent</relativePath>
     </parent>
     

http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/1d3e36c6/jpa-api/pom.xml
----------------------------------------------------------------------
diff --git a/jpa-api/pom.xml b/jpa-api/pom.xml
index 65dcae3..e03c5cd 100644
--- a/jpa-api/pom.xml
+++ b/jpa-api/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.jpa</groupId>
         <artifactId>org.apache.aries.jpa.parent</artifactId>
-        <version>2.5.0</version>
+        <version>2.6.0-SNAPSHOT</version>
         <relativePath>../jpa-parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/1d3e36c6/jpa-blueprint/pom.xml
----------------------------------------------------------------------
diff --git a/jpa-blueprint/pom.xml b/jpa-blueprint/pom.xml
index e54479b..747283e 100644
--- a/jpa-blueprint/pom.xml
+++ b/jpa-blueprint/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.jpa</groupId>
         <artifactId>org.apache.aries.jpa.parent</artifactId>
-        <version>2.5.0</version>
+        <version>2.6.0-SNAPSHOT</version>
         <relativePath>../jpa-parent</relativePath>
     </parent>
     <artifactId>org.apache.aries.jpa.blueprint</artifactId>

http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/1d3e36c6/jpa-container-eclipselink-adapter/pom.xml
----------------------------------------------------------------------
diff --git a/jpa-container-eclipselink-adapter/pom.xml b/jpa-container-eclipselink-adapter/pom.xml
index 277a058..75b29fd 100644
--- a/jpa-container-eclipselink-adapter/pom.xml
+++ b/jpa-container-eclipselink-adapter/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.jpa</groupId>
         <artifactId>org.apache.aries.jpa.parent</artifactId>
-        <version>2.5.0</version>
+        <version>2.6.0-SNAPSHOT</version>
         <relativePath>../jpa-parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/1d3e36c6/jpa-container/pom.xml
----------------------------------------------------------------------
diff --git a/jpa-container/pom.xml b/jpa-container/pom.xml
index a1b7173..5012e1e 100644
--- a/jpa-container/pom.xml
+++ b/jpa-container/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.jpa</groupId>
         <artifactId>org.apache.aries.jpa.parent</artifactId>
-        <version>2.5.0</version>
+        <version>2.6.0-SNAPSHOT</version>
         <relativePath>../jpa-parent</relativePath>
     </parent>
     <artifactId>org.apache.aries.jpa.container</artifactId>

http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/1d3e36c6/jpa-features/pom.xml
----------------------------------------------------------------------
diff --git a/jpa-features/pom.xml b/jpa-features/pom.xml
index 7d82997..78d60a8 100644
--- a/jpa-features/pom.xml
+++ b/jpa-features/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.jpa</groupId>
         <artifactId>org.apache.aries.jpa.parent</artifactId>
-        <version>2.5.0</version>
+        <version>2.6.0-SNAPSHOT</version>
         <relativePath>../jpa-parent</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/1d3e36c6/jpa-parent/pom.xml
----------------------------------------------------------------------
diff --git a/jpa-parent/pom.xml b/jpa-parent/pom.xml
index a339e9a..9e54ae1 100644
--- a/jpa-parent/pom.xml
+++ b/jpa-parent/pom.xml
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.aries.jpa</groupId>
     <artifactId>org.apache.aries.jpa.parent</artifactId>
-    <version>2.5.0</version>
+    <version>2.6.0-SNAPSHOT</version>
 
     <name>Apache Aries JPA parent</name>
     <packaging>pom</packaging>
@@ -292,10 +292,4 @@
             </build>
         </profile>
     </profiles>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/tags/org.apache.aries.jpa-2.5.0/org.apache.aries.jpa.parent</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/tags/org.apache.aries.jpa-2.5.0/org.apache.aries.jpa.parent</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/pom/tags/org.apache.aries.jpa-2.5.0/org.apache.aries.jpa.parent</url>
-  </scm>
 </project>

http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/1d3e36c6/jpa-repository/pom.xml
----------------------------------------------------------------------
diff --git a/jpa-repository/pom.xml b/jpa-repository/pom.xml
index 5d52c4b..666ce85 100644
--- a/jpa-repository/pom.xml
+++ b/jpa-repository/pom.xml
@@ -21,7 +21,7 @@
 	<groupId>org.apache.aries.jpa</groupId>
 	<artifactId>jpa-repository</artifactId>
 	<name>Apache Aries JPA Repository</name>
-	<version>2.5.0</version>
+	<version>2.6.0-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<properties>
 		<bnd.version>3.1.0</bnd.version>
@@ -119,10 +119,4 @@
 			<version>2.1.0</version>
 		</dependency>
 	</dependencies>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jpa-2.5.0/jpa-repository</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jpa-2.5.0/jpa-repository</developerConnection>
-    <url>scm:svn:http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jpa-2.5.0/jpa-repository</url>
-  </scm>
 </project>

http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/1d3e36c6/jpa-support/pom.xml
----------------------------------------------------------------------
diff --git a/jpa-support/pom.xml b/jpa-support/pom.xml
index d6a8c38..5857ab9 100644
--- a/jpa-support/pom.xml
+++ b/jpa-support/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.jpa</groupId>
         <artifactId>org.apache.aries.jpa.parent</artifactId>
-        <version>2.5.0</version>
+        <version>2.6.0-SNAPSHOT</version>
         <relativePath>../jpa-parent</relativePath>
     </parent>
     <artifactId>org.apache.aries.jpa.support</artifactId>

http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/1d3e36c6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2c3e864..1feff7e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.jpa</groupId>
         <artifactId>org.apache.aries.jpa.parent</artifactId>
-        <version>2.5.0</version>
+        <version>2.6.0-SNAPSHOT</version>
         <relativePath>jpa-parent</relativePath>
     </parent>
 
@@ -37,9 +37,9 @@
     </properties>
     
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jpa-2.5.0</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jpa-2.5.0</developerConnection>
-        <url>http://svn.apache.org/viewvc/aries/tags/org.apache.aries.jpa-2.5.0</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/jpa</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/jpa</developerConnection>
+        <url>http://svn.apache.org/viewvc/aries/trunk/jpa</url>
     </scm>
 
     <modules>