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 mb...@apache.org on 2022/08/25 18:46:50 UTC

[db-jdo] branch tck-compiler-warnings updated: JDO-817: Change pom version to 3.3-SNAPSHOT

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

mbo pushed a commit to branch tck-compiler-warnings
in repository https://gitbox.apache.org/repos/asf/db-jdo.git


The following commit(s) were added to refs/heads/tck-compiler-warnings by this push:
     new f9c2b35c JDO-817: Change pom version to 3.3-SNAPSHOT
f9c2b35c is described below

commit f9c2b35cae7faac4a3a3ad68ca0a866d56a23cb0
Author: Michael Bouschen <Mi...@akquinet.de>
AuthorDate: Thu Aug 25 20:46:36 2022 +0200

    JDO-817: Change pom version to 3.3-SNAPSHOT
---
 api/pom.xml        |  4 ++--
 exectck/pom.xml    |  4 ++--
 parent-pom/pom.xml | 10 +++++-----
 pom.xml            |  4 ++--
 tck/pom.xml        |  6 +++---
 5 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index b889f63d..816cf9e4 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.2-SNAPSHOT</version>
+        <version>3.3-SNAPSHOT</version>
         <relativePath>../parent-pom</relativePath>
     </parent>
 
     <groupId>javax.jdo</groupId>
     <artifactId>jdo-api</artifactId>
-    <version>3.2.2-SNAPSHOT</version>
+    <version>3.3-SNAPSHOT</version>
     <!-- The name is used when generating a NOTICE file -->
     <name>JDO API</name>
 
diff --git a/exectck/pom.xml b/exectck/pom.xml
index 7bc67aed..4ad229b1 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.2-SNAPSHOT</version>
+        <version>3.3-SNAPSHOT</version>
         <relativePath>../parent-pom</relativePath>
     </parent>
 
     <groupId>org.apache.jdo</groupId>
     <artifactId>jdo-exectck</artifactId>
-    <version>3.2.2-SNAPSHOT</version>
+    <version>3.3-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 1bb1de63..e0e07b94 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.2-SNAPSHOT</version>
+    <version>3.3-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>JDO PARENT</name>
@@ -163,7 +163,7 @@
   </scm>
 
     <properties>
-        <project.build.outputTimestamp>1653505066</project.build.outputTimestamp>
+        <project.build.outputTimestamp>1661453031</project.build.outputTimestamp>
         <showWarnings></showWarnings>
         <compilerArgument></compilerArgument>
     </properties>
@@ -173,17 +173,17 @@
             <dependency>
                 <groupId>javax.jdo</groupId>
                 <artifactId>jdo-api</artifactId>
-                <version>3.2.2-SNAPSHOT</version>
+                <version>3.3-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.jdo</groupId>
                 <artifactId>jdo-exectck</artifactId>
-                <version>3.2.2-SNAPSHOT</version>
+                <version>3.3-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.jdo</groupId>
                 <artifactId>jdo-tck</artifactId>
-                <version>3.2.2-SNAPSHOT</version>
+                <version>3.3-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.maven</groupId>
diff --git a/pom.xml b/pom.xml
index fcc49905..77e3deca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,13 +22,13 @@
     <parent>
         <groupId>org.apache.jdo</groupId>
         <artifactId>parent-pom</artifactId>
-        <version>3.2.2-SNAPSHOT</version>
+        <version>3.3-SNAPSHOT</version>
         <relativePath>parent-pom</relativePath>
     </parent>
 
     <groupId>org.apache</groupId>
     <artifactId>jdo</artifactId>
-    <version>3.2.2-SNAPSHOT</version>
+    <version>3.3-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>JDO Root POM</name>
diff --git a/tck/pom.xml b/tck/pom.xml
index 7c593716..4d7b6ec1 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.2-SNAPSHOT</version>
+        <version>3.3-SNAPSHOT</version>
         <relativePath>../parent-pom</relativePath>
     </parent>
 
     <groupId>org.apache.jdo</groupId>
     <artifactId>jdo-tck</artifactId>
-    <version>3.2.2-SNAPSHOT</version>
+    <version>3.3-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.
 
@@ -99,7 +99,7 @@
             <plugin>
                 <groupId>org.apache.jdo</groupId>
                 <artifactId>jdo-exectck</artifactId>
-                <version>3.2.2-SNAPSHOT</version>
+                <version>3.3-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <goals>