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 2022/05/12 11:01:12 UTC

[db-jdo] branch 3.2.1 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.1
in repository https://gitbox.apache.org/repos/asf/db-jdo.git


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

commit 519ce666d8673b07b9f259136e2cd6890e7c89d0
Author: Tilmann <zo...@gmx.de>
AuthorDate: Thu May 12 13:01:06 2022 +0200

    [maven-release-plugin] prepare for next development iteration
---
 api/pom.xml        |  4 ++--
 exectck/pom.xml    |  4 ++--
 parent-pom/pom.xml | 12 ++++++------
 pom.xml            |  4 ++--
 tck/pom.xml        |  6 +++---
 5 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index adc45cb0..2d221c91 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.1-RC1</version>
+        <version>3.2.1-RC2-SNAPSHOT</version>
         <relativePath>../parent-pom</relativePath>
     </parent>
 
     <groupId>javax.jdo</groupId>
     <artifactId>jdo-api</artifactId>
-    <version>3.2.1-RC1</version>
+    <version>3.2.1-RC2-SNAPSHOT</version>
     <name>JDO API</name>
 
     <dependencies>
diff --git a/exectck/pom.xml b/exectck/pom.xml
index e6c2adb5..b368f33f 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.1-RC1</version>
+        <version>3.2.1-RC2-SNAPSHOT</version>
         <relativePath>../parent-pom</relativePath>
     </parent>
 
     <groupId>org.apache.jdo</groupId>
     <artifactId>jdo-exectck</artifactId>
-    <version>3.2.1-RC1</version>
+    <version>3.2.1-RC2-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
     <name>JDO TCK Execution Maven Mojo</name>
 
diff --git a/parent-pom/pom.xml b/parent-pom/pom.xml
index 5a16c40f..1acb0a37 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.1-RC1</version>
+    <version>3.2.1-RC2-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>JDO PARENT</name>
@@ -158,11 +158,11 @@
         <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.1-rc1</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <properties>
-        <project.build.outputTimestamp>1652353178</project.build.outputTimestamp>
+        <project.build.outputTimestamp>1652353265</project.build.outputTimestamp>
     </properties>
 
     <dependencyManagement>
@@ -170,17 +170,17 @@
             <dependency>
                 <groupId>javax.jdo</groupId>
                 <artifactId>jdo-api</artifactId>
-                <version>3.2.1-RC1</version>
+                <version>3.2.1-RC2-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.jdo</groupId>
                 <artifactId>jdo-exectck</artifactId>
-                <version>3.2.1-RC1</version>
+                <version>3.2.1-RC2-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.jdo</groupId>
                 <artifactId>jdo-tck</artifactId>
-                <version>3.2.1-RC1</version>
+                <version>3.2.1-RC2-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.maven</groupId>
diff --git a/pom.xml b/pom.xml
index d6b190db..4ef541de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,13 +22,13 @@
     <parent>
         <groupId>org.apache.jdo</groupId>
         <artifactId>parent-pom</artifactId>
-        <version>3.2.1-RC1</version>
+        <version>3.2.1-RC2-SNAPSHOT</version>
         <relativePath>parent-pom</relativePath>
     </parent>
 
     <groupId>org.apache</groupId>
     <artifactId>jdo</artifactId>
-    <version>3.2.1-RC1</version>
+    <version>3.2.1-RC2-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>JDO Root POM</name>
diff --git a/tck/pom.xml b/tck/pom.xml
index 4484f51d..ec01b495 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.1-RC1</version>
+        <version>3.2.1-RC2-SNAPSHOT</version>
         <relativePath>../parent-pom</relativePath>
     </parent>
 
     <groupId>org.apache.jdo</groupId>
     <artifactId>jdo-tck</artifactId>
-    <version>3.2.1-RC1</version>
+    <version>3.2.1-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.1-RC1</version>
+                <version>3.2.1-RC2-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <goals>