You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ti...@apache.org on 2018/04/26 10:24:47 UTC

aries-jpa git commit: [ARIES JPA 2.7.0 maven-release-plugin]prepare for next development iteration

Repository: aries-jpa
Updated Branches:
  refs/heads/master 144e55ae3 -> 96b257356


[ARIES JPA 2.7.0 maven-release-plugin]prepare for next development iteration


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

Branch: refs/heads/master
Commit: 96b257356c31f29b40fd66dfa0f5d3522254810f
Parents: 144e55a
Author: Tim Ward <ti...@apache.org>
Authored: Thu Apr 26 11:24:44 2018 +0100
Committer: Tim Ward <ti...@apache.org>
Committed: Thu Apr 26 11:24:44 2018 +0100

----------------------------------------------------------------------
 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 +-
 javax-persistence/2_0/pom.xml                       | 2 +-
 javax-persistence/2_1/pom.xml                       | 2 +-
 javax-persistence/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                                  | 6 +-----
 jpa-repository/pom.xml                              | 6 +-----
 jpa-support/pom.xml                                 | 2 +-
 pom.xml                                             | 4 ++--
 22 files changed, 23 insertions(+), 31 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/96b25735/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index 411e716..e71b4b0 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.7.0</version>
+        <version>2.7.1-SNAPSHOT</version>
         <relativePath>../jpa-parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/96b25735/examples/tasklist-blueprint/pom.xml
----------------------------------------------------------------------
diff --git a/examples/tasklist-blueprint/pom.xml b/examples/tasklist-blueprint/pom.xml
index c0c1630..677baaa 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.7.0</version>
+		<version>2.7.1-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/96b25735/examples/tasklist-ds/pom.xml
----------------------------------------------------------------------
diff --git a/examples/tasklist-ds/pom.xml b/examples/tasklist-ds/pom.xml
index ec5ab86..b998015 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.7.0</version>
+        <version>2.7.1-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/96b25735/examples/tasklist-model/pom.xml
----------------------------------------------------------------------
diff --git a/examples/tasklist-model/pom.xml b/examples/tasklist-model/pom.xml
index 0bcf0cb..6b80a79 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.7.0</version>
+        <version>2.7.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/96b25735/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 e657127..0a85ff4 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.7.0</version>
+        <version>2.7.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/96b25735/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 fdb67f0..812bbf5 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.7.0</version>
+        <version>2.7.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/96b25735/itests/jpa-container-itest/pom.xml
----------------------------------------------------------------------
diff --git a/itests/jpa-container-itest/pom.xml b/itests/jpa-container-itest/pom.xml
index da94eb3..d360437 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.7.0</version>
+        <version>2.7.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/96b25735/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 29d43fb..e207f8e 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.7.0</version>
+        <version>2.7.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/96b25735/itests/jpa-container-testbundle/pom.xml
----------------------------------------------------------------------
diff --git a/itests/jpa-container-testbundle/pom.xml b/itests/jpa-container-testbundle/pom.xml
index 5d41650..69a7a26 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.7.0</version>
+        <version>2.7.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/96b25735/itests/pom.xml
----------------------------------------------------------------------
diff --git a/itests/pom.xml b/itests/pom.xml
index 54480a1..ff69d60 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.7.0</version>
+        <version>2.7.1-SNAPSHOT</version>
         <relativePath>../jpa-parent</relativePath>
     </parent>
     

http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/96b25735/javax-persistence/2_0/pom.xml
----------------------------------------------------------------------
diff --git a/javax-persistence/2_0/pom.xml b/javax-persistence/2_0/pom.xml
index 2d6fece..9272be8 100644
--- a/javax-persistence/2_0/pom.xml
+++ b/javax-persistence/2_0/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.jpa.javax.persistence</groupId>
         <artifactId>org.apache.aries.jpa.javax.persistence.parent</artifactId>
-        <version>2.7.0</version>
+        <version>2.7.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/96b25735/javax-persistence/2_1/pom.xml
----------------------------------------------------------------------
diff --git a/javax-persistence/2_1/pom.xml b/javax-persistence/2_1/pom.xml
index 0257232..9ffa7f2 100644
--- a/javax-persistence/2_1/pom.xml
+++ b/javax-persistence/2_1/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.jpa.javax.persistence</groupId>
         <artifactId>org.apache.aries.jpa.javax.persistence.parent</artifactId>
-        <version>2.7.0</version>
+        <version>2.7.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/96b25735/javax-persistence/pom.xml
----------------------------------------------------------------------
diff --git a/javax-persistence/pom.xml b/javax-persistence/pom.xml
index 73f86e4..3a424f3 100644
--- a/javax-persistence/pom.xml
+++ b/javax-persistence/pom.xml
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.aries.jpa</groupId>	
         <artifactId>org.apache.aries.jpa.parent</artifactId>
-        <version>2.7.0</version>
+        <version>2.7.1-SNAPSHOT</version>
         <relativePath>../jpa-parent</relativePath>
     </parent>
     

http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/96b25735/jpa-api/pom.xml
----------------------------------------------------------------------
diff --git a/jpa-api/pom.xml b/jpa-api/pom.xml
index e1f0e69..110d396 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.7.0</version>
+        <version>2.7.1-SNAPSHOT</version>
         <relativePath>../jpa-parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/96b25735/jpa-blueprint/pom.xml
----------------------------------------------------------------------
diff --git a/jpa-blueprint/pom.xml b/jpa-blueprint/pom.xml
index f0ed232..5421e10 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.7.0</version>
+        <version>2.7.1-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/96b25735/jpa-container-eclipselink-adapter/pom.xml
----------------------------------------------------------------------
diff --git a/jpa-container-eclipselink-adapter/pom.xml b/jpa-container-eclipselink-adapter/pom.xml
index f88285f..19a63da 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.7.0</version>
+        <version>2.7.1-SNAPSHOT</version>
         <relativePath>../jpa-parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/96b25735/jpa-container/pom.xml
----------------------------------------------------------------------
diff --git a/jpa-container/pom.xml b/jpa-container/pom.xml
index 92e1d7f..c7c1a4c 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.7.0</version>
+        <version>2.7.1-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/96b25735/jpa-features/pom.xml
----------------------------------------------------------------------
diff --git a/jpa-features/pom.xml b/jpa-features/pom.xml
index ce8075d..9f92602 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.7.0</version>
+        <version>2.7.1-SNAPSHOT</version>
         <relativePath>../jpa-parent</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/96b25735/jpa-parent/pom.xml
----------------------------------------------------------------------
diff --git a/jpa-parent/pom.xml b/jpa-parent/pom.xml
index f9b757b..10459ae 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.7.0</version>
+    <version>2.7.1-SNAPSHOT</version>
 
     <name>Apache Aries JPA parent</name>
     <packaging>pom</packaging>
@@ -282,8 +282,4 @@
             </build>
         </profile>
     </profiles>
-
-  <scm>
-    <tag>2.7.0</tag>
-  </scm>
 </project>

http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/96b25735/jpa-repository/pom.xml
----------------------------------------------------------------------
diff --git a/jpa-repository/pom.xml b/jpa-repository/pom.xml
index 03fdfc2..fc3e4de 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.7.0</version>
+	<version>2.7.1-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<properties>
 		<bnd.version>3.1.0</bnd.version>
@@ -119,8 +119,4 @@
 			<version>2.1.0</version>
 		</dependency>
 	</dependencies>
-
-  <scm>
-    <tag>2.7.0</tag>
-  </scm>
 </project>

http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/96b25735/jpa-support/pom.xml
----------------------------------------------------------------------
diff --git a/jpa-support/pom.xml b/jpa-support/pom.xml
index ca634d3..1d01ce2 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.7.0</version>
+        <version>2.7.1-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/96b25735/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 636c745..b9093b6 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.7.0</version>
+        <version>2.7.1-SNAPSHOT</version>
         <relativePath>jpa-parent</relativePath>
     </parent>
 
@@ -39,7 +39,7 @@
     <scm>
         <connection>scm:git:http://git-wip-us.apache.org/repos/asf/aries-jpa.git</connection>
         <developerConnection>scm:git:http://git-wip-us.apache.org/repos/asf/aries-jpa.git</developerConnection>
-        <tag>2.7.0</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <modules>