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:00:55 UTC

[db-jdo] branch 3.2.1 updated: [maven-release-plugin] prepare release v3.2.1-rc1

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 f6c7dd01 [maven-release-plugin] prepare release v3.2.1-rc1
f6c7dd01 is described below

commit f6c7dd01694c7de0f8c7d7ab45189b9076740900
Author: Tilmann <zo...@gmx.de>
AuthorDate: Thu May 12 13:00:49 2022 +0200

    [maven-release-plugin] prepare release v3.2.1-rc1
---
 api/pom.xml        |  4 ++--
 exectck/pom.xml    |  4 ++--
 parent-pom/pom.xml | 16 ++++++++--------
 pom.xml            |  4 ++--
 tck/pom.xml        |  6 +++---
 5 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index 86b76d07..adc45cb0 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-SNAPSHOT</version>
+        <version>3.2.1-RC1</version>
         <relativePath>../parent-pom</relativePath>
     </parent>
 
     <groupId>javax.jdo</groupId>
     <artifactId>jdo-api</artifactId>
-    <version>3.2.1-SNAPSHOT</version>
+    <version>3.2.1-RC1</version>
     <name>JDO API</name>
 
     <dependencies>
diff --git a/exectck/pom.xml b/exectck/pom.xml
index ff7d73e6..e6c2adb5 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-SNAPSHOT</version>
+        <version>3.2.1-RC1</version>
         <relativePath>../parent-pom</relativePath>
     </parent>
 
     <groupId>org.apache.jdo</groupId>
     <artifactId>jdo-exectck</artifactId>
-    <version>3.2.1-SNAPSHOT</version>
+    <version>3.2.1-RC1</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 4785ed85..5a16c40f 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-SNAPSHOT</version>
+    <version>3.2.1-RC1</version>
     <packaging>pom</packaging>
 
     <name>JDO PARENT</name>
@@ -154,15 +154,15 @@
         </mailingList>
     </mailingLists>
 
-    <scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false"
-         child.scm.url.inherit.append.path="false">
+    <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>
-    </scm>
+      <tag>v3.2.1-rc1</tag>
+  </scm>
 
     <properties>
-        <project.build.outputTimestamp>1</project.build.outputTimestamp>
+        <project.build.outputTimestamp>1652353178</project.build.outputTimestamp>
     </properties>
 
     <dependencyManagement>
@@ -170,17 +170,17 @@
             <dependency>
                 <groupId>javax.jdo</groupId>
                 <artifactId>jdo-api</artifactId>
-                <version>3.2.1-SNAPSHOT</version>
+                <version>3.2.1-RC1</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.jdo</groupId>
                 <artifactId>jdo-exectck</artifactId>
-                <version>3.2.1-SNAPSHOT</version>
+                <version>3.2.1-RC1</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.jdo</groupId>
                 <artifactId>jdo-tck</artifactId>
-                <version>3.2.1-SNAPSHOT</version>
+                <version>3.2.1-RC1</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.maven</groupId>
diff --git a/pom.xml b/pom.xml
index b3a50c24..d6b190db 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-SNAPSHOT</version>
+        <version>3.2.1-RC1</version>
         <relativePath>parent-pom</relativePath>
     </parent>
 
     <groupId>org.apache</groupId>
     <artifactId>jdo</artifactId>
-    <version>3.2.1-SNAPSHOT</version>
+    <version>3.2.1-RC1</version>
     <packaging>pom</packaging>
 
     <name>JDO Root POM</name>
diff --git a/tck/pom.xml b/tck/pom.xml
index 85910b09..4484f51d 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-SNAPSHOT</version>
+        <version>3.2.1-RC1</version>
         <relativePath>../parent-pom</relativePath>
     </parent>
 
     <groupId>org.apache.jdo</groupId>
     <artifactId>jdo-tck</artifactId>
-    <version>3.2.1-SNAPSHOT</version>
+    <version>3.2.1-RC1</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-SNAPSHOT</version>
+                <version>3.2.1-RC1</version>
                 <executions>
                     <execution>
                         <goals>