You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by ti...@apache.org on 2021/11/01 22:23:59 UTC

[db-jdo] branch 3.2 updated: [maven-release-plugin] prepare for next development iteration

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

tilmannz pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/db-jdo.git


The following commit(s) were added to refs/heads/3.2 by this push:
     new 70547fb  [maven-release-plugin] prepare for next development iteration
70547fb is described below

commit 70547fb7318e03e230860bbdfebf568ba62f4c58
Author: Tilmann <zo...@gmx.de>
AuthorDate: Mon Nov 1 23:23:56 2021 +0100

    [maven-release-plugin] prepare for next development iteration
---
 api/pom.xml        |  8 ++------
 exectck/pom.xml    |  8 ++------
 parent-pom/pom.xml | 15 ++++-----------
 pom.xml            |  9 ++-------
 tck/pom.xml        | 11 +++--------
 5 files changed, 13 insertions(+), 38 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index ff151a3..709ad8f 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -21,13 +21,13 @@
     <parent>
         <groupId>org.apache.jdo</groupId>
         <artifactId>parent-pom</artifactId>
-        <version>3.2-RC1</version>
+        <version>3.2-RC2-SNAPSHOT</version>
         <relativePath>../parent-pom</relativePath>
     </parent>
 
     <groupId>javax.jdo</groupId>
     <artifactId>jdo-api</artifactId>
-    <version>3.2-RC1</version>
+    <version>3.2-RC2-SNAPSHOT</version>
     <name>JDO API</name>
 
     <dependencies>
@@ -141,8 +141,4 @@
             </plugin>
         </plugins>
     </reporting>
-
-  <scm>
-    <tag>v3.2-rc1</tag>
-  </scm>
 </project>
diff --git a/exectck/pom.xml b/exectck/pom.xml
index 5836761..0b7a851 100644
--- a/exectck/pom.xml
+++ b/exectck/pom.xml
@@ -21,13 +21,13 @@
     <parent>
         <groupId>org.apache.jdo</groupId>
         <artifactId>parent-pom</artifactId>
-        <version>3.2-RC1</version>
+        <version>3.2-RC2-SNAPSHOT</version>
         <relativePath>../parent-pom</relativePath>
     </parent>
 
     <groupId>org.apache.jdo</groupId>
     <artifactId>jdo-exectck</artifactId>
-    <version>3.2-RC1</version>
+    <version>3.2-RC2-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
     <name>JDO TCK Execution Maven Mojo</name>
 
@@ -99,8 +99,4 @@
             </activation>
         </profile>
     </profiles>
-
-  <scm>
-    <tag>v3.2-rc1</tag>
-  </scm>
 </project>
diff --git a/parent-pom/pom.xml b/parent-pom/pom.xml
index 2655242..10e5b10 100644
--- a/parent-pom/pom.xml
+++ b/parent-pom/pom.xml
@@ -27,7 +27,7 @@
 
     <groupId>org.apache.jdo</groupId>
     <artifactId>parent-pom</artifactId>
-    <version>3.2-RC1</version>
+    <version>3.2-RC2-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>JDO PARENT</name>
@@ -153,29 +153,22 @@ Requests (JSR 12 and 243) under the auspices of the Java Community Process.</des
         </mailingList>
     </mailingLists>
 
-    <scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
-        <connection>scm:git:https://gitbox.apache.org/repos/asf/db-jdo.git</connection>
-        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/db-jdo.git</developerConnection>
-        <url>https://gitbox.apache.org/repos/asf?p=db-jdo.git</url>
-      <tag>v3.2-rc1</tag>
-  </scm>
-
     <dependencyManagement>
         <dependencies>
             <dependency>
                 <groupId>javax.jdo</groupId>
                 <artifactId>jdo-api</artifactId>
-                <version>3.2-RC1</version>
+                <version>3.2-RC2-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.jdo</groupId>
                 <artifactId>jdo-exectck</artifactId>
-                <version>3.2-RC1</version>
+                <version>3.2-RC2-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.jdo</groupId>
                 <artifactId>jdo-tck</artifactId>
-                <version>3.2-RC1</version>
+                <version>3.2-RC2-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.maven</groupId>
diff --git a/pom.xml b/pom.xml
index c37e297..ddfbcda 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,13 +22,13 @@
     <parent>
         <groupId>org.apache.jdo</groupId>
         <artifactId>parent-pom</artifactId>
-        <version>3.2-RC1</version>
+        <version>3.2-RC2-SNAPSHOT</version>
         <relativePath>parent-pom</relativePath>
     </parent>
 
     <groupId>org.apache</groupId>
     <artifactId>jdo</artifactId>
-    <version>3.2-RC1</version>
+    <version>3.2-RC2-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>JDO Root POM</name>
@@ -118,9 +118,4 @@
             </build>
         </profile>
     </profiles>
-
-
-  <scm>
-    <tag>v3.2-rc1</tag>
-  </scm>
 </project>
diff --git a/tck/pom.xml b/tck/pom.xml
index e5a43d5..e1bd0d2 100644
--- a/tck/pom.xml
+++ b/tck/pom.xml
@@ -21,13 +21,13 @@
     <parent>
         <groupId>org.apache.jdo</groupId>
         <artifactId>parent-pom</artifactId>
-        <version>3.2-RC1</version>
+        <version>3.2-RC2-SNAPSHOT</version>
         <relativePath>../parent-pom</relativePath>
     </parent>
 
     <groupId>org.apache.jdo</groupId>
     <artifactId>jdo-tck</artifactId>
-    <version>3.2-RC1</version>
+    <version>3.2-RC2-SNAPSHOT</version>
     <name>JDO Technology Compatibility Kit (TCK)</name>
     <description>The Java Data Objects (JDO) API is a standard interface-based Java model abstraction of persistence, developed as Java Specification Request JSR 243 under the auspices of the Java Community Process.
 
@@ -98,7 +98,7 @@
             <plugin>
                 <groupId>org.apache.jdo</groupId>
                 <artifactId>jdo-exectck</artifactId>
-                <version>3.2-RC1</version>
+                <version>3.2-RC2-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <goals>
@@ -245,9 +245,4 @@
             </dependencies>
         </profile>
     </profiles>
-
-
-  <scm>
-    <tag>v3.2-rc1</tag>
-  </scm>
 </project>