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:50 UTC

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

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

commit e1c2a1e722d375daead4a364ad50ba5546f92b28
Author: Tilmann <zo...@gmx.de>
AuthorDate: Mon Nov 1 23:22:59 2021 +0100

    [maven-release-plugin] prepare release v3.2-rc1
---
 api/pom.xml        | 10 +++++++---
 exectck/pom.xml    |  8 ++++++--
 parent-pom/pom.xml | 17 ++++++++---------
 pom.xml            |  8 ++++++--
 tck/pom.xml        | 10 +++++++---
 5 files changed, 34 insertions(+), 19 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index 1a37d93..ff151a3 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-SNAPSHOT</version>
+        <version>3.2-RC1</version>
         <relativePath>../parent-pom</relativePath>
     </parent>
 
     <groupId>javax.jdo</groupId>
     <artifactId>jdo-api</artifactId>
-    <version>3.2-SNAPSHOT</version>
+    <version>3.2-RC1</version>
     <name>JDO API</name>
 
     <dependencies>
@@ -58,7 +58,7 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-source-plugin</artifactId>
                 <executions>
-                    <execution></execution>
+                    <execution />
                 </executions>
             </plugin>
             <plugin>
@@ -141,4 +141,8 @@
             </plugin>
         </plugins>
     </reporting>
+
+  <scm>
+    <tag>v3.2-rc1</tag>
+  </scm>
 </project>
diff --git a/exectck/pom.xml b/exectck/pom.xml
index fd434b5..5836761 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-SNAPSHOT</version>
+        <version>3.2-RC1</version>
         <relativePath>../parent-pom</relativePath>
     </parent>
 
     <groupId>org.apache.jdo</groupId>
     <artifactId>jdo-exectck</artifactId>
-    <version>3.2-SNAPSHOT</version>
+    <version>3.2-RC1</version>
     <packaging>maven-plugin</packaging>
     <name>JDO TCK Execution Maven Mojo</name>
 
@@ -99,4 +99,8 @@
             </activation>
         </profile>
     </profiles>
+
+  <scm>
+    <tag>v3.2-rc1</tag>
+  </scm>
 </project>
diff --git a/parent-pom/pom.xml b/parent-pom/pom.xml
index 22d00a8..2655242 100644
--- a/parent-pom/pom.xml
+++ b/parent-pom/pom.xml
@@ -22,12 +22,12 @@
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
         <version>23</version>
-        <relativePath></relativePath>
+        <relativePath />
     </parent>
 
     <groupId>org.apache.jdo</groupId>
     <artifactId>parent-pom</artifactId>
-    <version>3.2-SNAPSHOT</version>
+    <version>3.2-RC1</version>
     <packaging>pom</packaging>
 
     <name>JDO PARENT</name>
@@ -153,30 +153,29 @@ 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">
+    <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-rc1</tag>
+  </scm>
 
     <dependencyManagement>
         <dependencies>
             <dependency>
                 <groupId>javax.jdo</groupId>
                 <artifactId>jdo-api</artifactId>
-                <version>3.2-SNAPSHOT</version>
+                <version>3.2-RC1</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.jdo</groupId>
                 <artifactId>jdo-exectck</artifactId>
-                <version>3.2-SNAPSHOT</version>
+                <version>3.2-RC1</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.jdo</groupId>
                 <artifactId>jdo-tck</artifactId>
-                <version>3.2-SNAPSHOT</version>
+                <version>3.2-RC1</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.maven</groupId>
diff --git a/pom.xml b/pom.xml
index c8292e9..c37e297 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,13 +22,13 @@
     <parent>
         <groupId>org.apache.jdo</groupId>
         <artifactId>parent-pom</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.2-RC1</version>
         <relativePath>parent-pom</relativePath>
     </parent>
 
     <groupId>org.apache</groupId>
     <artifactId>jdo</artifactId>
-    <version>3.2-SNAPSHOT</version>
+    <version>3.2-RC1</version>
     <packaging>pom</packaging>
 
     <name>JDO Root POM</name>
@@ -119,4 +119,8 @@
         </profile>
     </profiles>
 
+
+  <scm>
+    <tag>v3.2-rc1</tag>
+  </scm>
 </project>
diff --git a/tck/pom.xml b/tck/pom.xml
index 4dc5e0e..e5a43d5 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-SNAPSHOT</version>
+        <version>3.2-RC1</version>
         <relativePath>../parent-pom</relativePath>
     </parent>
 
     <groupId>org.apache.jdo</groupId>
     <artifactId>jdo-tck</artifactId>
-    <version>3.2-SNAPSHOT</version>
+    <version>3.2-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-SNAPSHOT</version>
+                <version>3.2-RC1</version>
                 <executions>
                     <execution>
                         <goals>
@@ -246,4 +246,8 @@
         </profile>
     </profiles>
 
+
+  <scm>
+    <tag>v3.2-rc1</tag>
+  </scm>
 </project>