[java-plugin-storage-jdbc] branch main updated: Rev to major version because of JDK change!

Rod Widdowson rdw at steadingsoftware.com
Mon Jul 10 09:55:03 UTC 2023


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch main
in repository java-plugin-storage-jdbc.

View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-storage-jdbc.git;a=commit;h=d3a287346b097c6c462cad575891d395f6198173

The following commit(s) were added to refs/heads/main by this push:
     new d3a2873  Rev to major version because of JDK change!
d3a2873 is described below

commit d3a287346b097c6c462cad575891d395f6198173
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Jul 10 10:54:58 2023 +0100

    Rev to major version because of JDK change!
---
 jdbc-storage-dist/pom.xml | 2 +-
 jdbc-storage-impl/pom.xml | 2 +-
 pom.xml                   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/jdbc-storage-dist/pom.xml b/jdbc-storage-dist/pom.xml
index 1bc7d19..ac0bfa9 100644
--- a/jdbc-storage-dist/pom.xml
+++ b/jdbc-storage-dist/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>net.shibboleth.plugin.storage.jdbc</groupId>
         <artifactId>jdbc-storage-parent</artifactId>
-        <version>1.0.5-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>java-plugin-jdbc-storage-dist</artifactId>
diff --git a/jdbc-storage-impl/pom.xml b/jdbc-storage-impl/pom.xml
index 66a9ac8..11b9e9b 100644
--- a/jdbc-storage-impl/pom.xml
+++ b/jdbc-storage-impl/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>net.shibboleth.plugin.storage.jdbc</groupId>
         <artifactId>jdbc-storage-parent</artifactId>
-        <version>1.0.5-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>jdbc-storage-impl</artifactId>
diff --git a/pom.xml b/pom.xml
index ce1d7e5..af5e6dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
     </parent>
     <groupId>net.shibboleth.plugin.storage.jdbc</groupId>
     <artifactId>jdbc-storage-parent</artifactId>
-    <version>1.0.5-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
     <name>Shibboleth :: Plugins :: jdbc-storage</name>
     <packaging>pom</packaging>
     <description>jdbc-storage plugin for the Shibboleth Projects.</description>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list