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 2018/12/03 16:04:06 UTC

[aries-jpa] branch master updated (c16e5d4 -> 7229fdf)

This is an automated email from the ASF dual-hosted git repository.

cschneider pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/aries-jpa.git.


    from c16e5d4  ARIES-1869 - Warning in the example about issue in karaf 4.2.1
     new 7904822  [maven-release-plugin] prepare release aries-jpa-2.7.1
     new 7229fdf  Adjust for committing to github

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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                                             | 11 +++++------
 22 files changed, 34 insertions(+), 27 deletions(-)


[aries-jpa] 01/02: [maven-release-plugin] prepare release aries-jpa-2.7.1

Posted by cs...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

cschneider pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-jpa.git

commit 790482299abeafa8f268a35e3e7dbaea25a8b7dd
Author: Christian Schneider <cs...@adobe.com>
AuthorDate: Mon Dec 3 16:59:12 2018 +0100

    [maven-release-plugin] prepare release aries-jpa-2.7.1
---
 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, 31 insertions(+), 23 deletions(-)

diff --git a/examples/pom.xml b/examples/pom.xml
index e71b4b0..cf75423 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.1-SNAPSHOT</version>
+        <version>2.7.1</version>
         <relativePath>../jpa-parent</relativePath>
     </parent>
 
diff --git a/examples/tasklist-blueprint/pom.xml b/examples/tasklist-blueprint/pom.xml
index 677baaa..8bf2e42 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.1-SNAPSHOT</version>
+		<version>2.7.1</version>
 		<relativePath>..</relativePath>
 	</parent>
 	<artifactId>org.apache.aries.jpa.example.tasklist.blueprint</artifactId>
diff --git a/examples/tasklist-ds/pom.xml b/examples/tasklist-ds/pom.xml
index b998015..61a674e 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.1-SNAPSHOT</version>
+        <version>2.7.1</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>org.apache.aries.jpa.example.tasklist.ds</artifactId>
diff --git a/examples/tasklist-model/pom.xml b/examples/tasklist-model/pom.xml
index 6b80a79..ca89125 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.1-SNAPSHOT</version>
+        <version>2.7.1</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/itests/jpa-container-blueprint-testbundle/pom.xml b/itests/jpa-container-blueprint-testbundle/pom.xml
index 0a85ff4..1a78a36 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.1-SNAPSHOT</version>
+        <version>2.7.1</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/itests/jpa-container-itest-karaf/pom.xml b/itests/jpa-container-itest-karaf/pom.xml
index 812bbf5..dab7afd 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.1-SNAPSHOT</version>
+        <version>2.7.1</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/itests/jpa-container-itest/pom.xml b/itests/jpa-container-itest/pom.xml
index d360437..5840920 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.1-SNAPSHOT</version>
+        <version>2.7.1</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/itests/jpa-container-testbundle-eclipselink/pom.xml b/itests/jpa-container-testbundle-eclipselink/pom.xml
index e207f8e..d88f401 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.1-SNAPSHOT</version>
+        <version>2.7.1</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/itests/jpa-container-testbundle/pom.xml b/itests/jpa-container-testbundle/pom.xml
index 69a7a26..43ec4cb 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.1-SNAPSHOT</version>
+        <version>2.7.1</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/itests/pom.xml b/itests/pom.xml
index ff69d60..10f51c6 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.1-SNAPSHOT</version>
+        <version>2.7.1</version>
         <relativePath>../jpa-parent</relativePath>
     </parent>
     
diff --git a/javax-persistence/2_0/pom.xml b/javax-persistence/2_0/pom.xml
index 9272be8..5ac497b 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.1-SNAPSHOT</version>
+        <version>2.7.1</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/javax-persistence/2_1/pom.xml b/javax-persistence/2_1/pom.xml
index 9ffa7f2..e846b53 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.1-SNAPSHOT</version>
+        <version>2.7.1</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/javax-persistence/pom.xml b/javax-persistence/pom.xml
index 3a424f3..d837541 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.1-SNAPSHOT</version>
+        <version>2.7.1</version>
         <relativePath>../jpa-parent</relativePath>
     </parent>
     
diff --git a/jpa-api/pom.xml b/jpa-api/pom.xml
index 110d396..dde6438 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.1-SNAPSHOT</version>
+        <version>2.7.1</version>
         <relativePath>../jpa-parent</relativePath>
     </parent>
 
diff --git a/jpa-blueprint/pom.xml b/jpa-blueprint/pom.xml
index 5421e10..f27de81 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.1-SNAPSHOT</version>
+        <version>2.7.1</version>
         <relativePath>../jpa-parent</relativePath>
     </parent>
     <artifactId>org.apache.aries.jpa.blueprint</artifactId>
diff --git a/jpa-container-eclipselink-adapter/pom.xml b/jpa-container-eclipselink-adapter/pom.xml
index 19a63da..a61016a 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.1-SNAPSHOT</version>
+        <version>2.7.1</version>
         <relativePath>../jpa-parent</relativePath>
     </parent>
 
diff --git a/jpa-container/pom.xml b/jpa-container/pom.xml
index c7c1a4c..836f196 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.1-SNAPSHOT</version>
+        <version>2.7.1</version>
         <relativePath>../jpa-parent</relativePath>
     </parent>
     <artifactId>org.apache.aries.jpa.container</artifactId>
diff --git a/jpa-features/pom.xml b/jpa-features/pom.xml
index 9f92602..225502d 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.1-SNAPSHOT</version>
+        <version>2.7.1</version>
         <relativePath>../jpa-parent</relativePath>
     </parent>
     <properties>
diff --git a/jpa-parent/pom.xml b/jpa-parent/pom.xml
index 10459ae..94059f2 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.1-SNAPSHOT</version>
+    <version>2.7.1</version>
 
     <name>Apache Aries JPA parent</name>
     <packaging>pom</packaging>
@@ -282,4 +282,8 @@
             </build>
         </profile>
     </profiles>
+
+  <scm>
+    <tag>aries-jpa-2.7.1</tag>
+  </scm>
 </project>
diff --git a/jpa-repository/pom.xml b/jpa-repository/pom.xml
index fc3e4de..83255c4 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.1-SNAPSHOT</version>
+	<version>2.7.1</version>
 	<packaging>pom</packaging>
 	<properties>
 		<bnd.version>3.1.0</bnd.version>
@@ -119,4 +119,8 @@
 			<version>2.1.0</version>
 		</dependency>
 	</dependencies>
+
+  <scm>
+    <tag>aries-jpa-2.7.1</tag>
+  </scm>
 </project>
diff --git a/jpa-support/pom.xml b/jpa-support/pom.xml
index 1d01ce2..f3ba4bf 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.1-SNAPSHOT</version>
+        <version>2.7.1</version>
         <relativePath>../jpa-parent</relativePath>
     </parent>
     <artifactId>org.apache.aries.jpa.support</artifactId>
diff --git a/pom.xml b/pom.xml
index b9093b6..ecb0a52 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.1-SNAPSHOT</version>
+        <version>2.7.1</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>HEAD</tag>
+        <tag>aries-jpa-2.7.1</tag>
     </scm>
 
     <modules>


[aries-jpa] 02/02: Adjust for committing to github

Posted by cs...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

cschneider pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-jpa.git

commit 7229fdf8aa77c84103155da444e2c9127a4eff93
Author: Christian Schneider <cs...@adobe.com>
AuthorDate: Mon Dec 3 17:03:54 2018 +0100

    Adjust for committing to github
---
 pom.xml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index ecb0a52..fb6cde0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,10 +35,10 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     </properties>
-    
+
     <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>
+        <connection>scm:git:git@github.com:apache/aries-jpa.git</connection>
+        <developerConnection>scm:git:git@github.com:apache/aries-jpa.git</developerConnection>
         <tag>aries-jpa-2.7.1</tag>
     </scm>
 
@@ -58,4 +58,3 @@
     </modules>
 
 </project>
-