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/21 17:21:00 UTC

[db-jdo] branch 3.2 updated: [maven-release-plugin] prepare release v3.2-rc4

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 5ad3db7  [maven-release-plugin] prepare release v3.2-rc4
5ad3db7 is described below

commit 5ad3db764d56c075239b9780d86c6df469aba11f
Author: Tilmann <zo...@gmx.de>
AuthorDate: Sun Nov 21 18:20:54 2021 +0100

    [maven-release-plugin] prepare release v3.2-rc4
---
 api/pom.xml        |  8 ++++++--
 exectck/pom.xml    |  8 ++++++--
 parent-pom/pom.xml | 14 +++++++-------
 pom.xml            |  8 ++++++--
 tck/pom.xml        | 10 +++++++---
 5 files changed, 32 insertions(+), 16 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index dcc6d4d..47cdb98 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-RC4-SNAPSHOT</version>
+        <version>3.2-RC4</version>
         <relativePath>../parent-pom</relativePath>
     </parent>
 
     <groupId>javax.jdo</groupId>
     <artifactId>jdo-api</artifactId>
-    <version>3.2-RC4-SNAPSHOT</version>
+    <version>3.2-RC4</version>
     <name>JDO API</name>
 
     <dependencies>
@@ -141,4 +141,8 @@
             </plugin>
         </plugins>
     </reporting>
+
+  <scm>
+    <tag>v3.2-rc4</tag>
+  </scm>
 </project>
diff --git a/exectck/pom.xml b/exectck/pom.xml
index 8d48f00..abe678e 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-RC4-SNAPSHOT</version>
+        <version>3.2-RC4</version>
         <relativePath>../parent-pom</relativePath>
     </parent>
 
     <groupId>org.apache.jdo</groupId>
     <artifactId>jdo-exectck</artifactId>
-    <version>3.2-RC4-SNAPSHOT</version>
+    <version>3.2-RC4</version>
     <packaging>maven-plugin</packaging>
     <name>JDO TCK Execution Maven Mojo</name>
 
@@ -99,4 +99,8 @@
             </activation>
         </profile>
     </profiles>
+
+  <scm>
+    <tag>v3.2-rc4</tag>
+  </scm>
 </project>
diff --git a/parent-pom/pom.xml b/parent-pom/pom.xml
index ee5f110..306fea3 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-RC4-SNAPSHOT</version>
+    <version>3.2-RC4</version>
     <packaging>pom</packaging>
 
     <name>JDO PARENT</name>
@@ -154,12 +154,12 @@
         </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-rc4</tag>
+  </scm>
 
     <properties>
         <project.build.outputTimestamp>1</project.build.outputTimestamp>
@@ -170,17 +170,17 @@
             <dependency>
                 <groupId>javax.jdo</groupId>
                 <artifactId>jdo-api</artifactId>
-                <version>3.2-RC4-SNAPSHOT</version>
+                <version>3.2-RC4</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.jdo</groupId>
                 <artifactId>jdo-exectck</artifactId>
-                <version>3.2-RC4-SNAPSHOT</version>
+                <version>3.2-RC4</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.jdo</groupId>
                 <artifactId>jdo-tck</artifactId>
-                <version>3.2-RC4-SNAPSHOT</version>
+                <version>3.2-RC4</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.maven</groupId>
diff --git a/pom.xml b/pom.xml
index b4d3b43..c4023c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,13 +22,13 @@
     <parent>
         <groupId>org.apache.jdo</groupId>
         <artifactId>parent-pom</artifactId>
-        <version>3.2-RC4-SNAPSHOT</version>
+        <version>3.2-RC4</version>
         <relativePath>parent-pom</relativePath>
     </parent>
 
     <groupId>org.apache</groupId>
     <artifactId>jdo</artifactId>
-    <version>3.2-RC4-SNAPSHOT</version>
+    <version>3.2-RC4</version>
     <packaging>pom</packaging>
 
     <name>JDO Root POM</name>
@@ -105,4 +105,8 @@
             </build>
         </profile>
     </profiles>
+
+  <scm>
+    <tag>v3.2-rc4</tag>
+  </scm>
 </project>
diff --git a/tck/pom.xml b/tck/pom.xml
index bb5c68f..5d11323 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-RC4-SNAPSHOT</version>
+        <version>3.2-RC4</version>
         <relativePath>../parent-pom</relativePath>
     </parent>
 
     <groupId>org.apache.jdo</groupId>
     <artifactId>jdo-tck</artifactId>
-    <version>3.2-RC4-SNAPSHOT</version>
+    <version>3.2-RC4</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-RC4-SNAPSHOT</version>
+                <version>3.2-RC4</version>
                 <executions>
                     <execution>
                         <goals>
@@ -245,4 +245,8 @@
             </dependencies>
         </profile>
     </profiles>
+
+  <scm>
+    <tag>v3.2-rc4</tag>
+  </scm>
 </project>