[java-plugin-storage-jdbc] branch main updated: Update Files to Correct SNAPSHOT

Rod Widdowson rdw at steadingsoftware.com
Fri Aug 12 10:22:22 UTC 2022


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=cd34118d699f97f8553b62328d41efc28fc52b48

The following commit(s) were added to refs/heads/main by this push:
     new cd34118  Update Files to Correct SNAPSHOT
cd34118 is described below

commit cd34118d699f97f8553b62328d41efc28fc52b48
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Aug 12 11:21:17 2022 +0100

    Update Files to Correct SNAPSHOT
---
 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 8faeccd..08ea314 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.2-SNAPSHOT</version>
+        <version>1.0.4-SNAPSHOT</version>
     </parent>
 
     <artifactId>java-plugin-jdbc-storage</artifactId>
diff --git a/jdbc-storage-impl/pom.xml b/jdbc-storage-impl/pom.xml
index 3983fed..d4f9969 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.2-SNAPSHOT</version>
+        <version>1.0.4-SNAPSHOT</version>
     </parent>
 
     <artifactId>jdbc-storage-impl</artifactId>
diff --git a/pom.xml b/pom.xml
index 3446634..bd6860b 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.2-SNAPSHOT</version>
+    <version>1.0.4-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