[java-plugin-storage-jdbc] 01/02: Update files to be tagged for release

Rod Widdowson rdw at steadingsoftware.com
Mon Jul 11 14:53:50 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=cfbaa173869b927728d22b482bf0f6a972c2f6be

commit cfbaa173869b927728d22b482bf0f6a972c2f6be
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Jul 11 14:45:17 2022 +0000

    Update files to be tagged for release
---
 jdbc-storage-dist/pom.xml                                               | 2 +-
 jdbc-storage-impl/pom.xml                                               | 2 +-
 .../resources/net/shibboleth/plugin/storage/jdbc/impl/plugin.properties | 2 +-
 pom.xml                                                                 | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/jdbc-storage-dist/pom.xml b/jdbc-storage-dist/pom.xml
index 3d43d58..5c6454c 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.3-SNAPSHOT</version>
+        <version>1.0.3</version>
     </parent>
 
     <artifactId>java-plugin-jdbc-storage</artifactId>
diff --git a/jdbc-storage-impl/pom.xml b/jdbc-storage-impl/pom.xml
index dd09f18..e810076 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.3-SNAPSHOT</version>
+        <version>1.0.3</version>
     </parent>
 
     <artifactId>jdbc-storage-impl</artifactId>
diff --git a/jdbc-storage-impl/src/main/resources/net/shibboleth/plugin/storage/jdbc/impl/plugin.properties b/jdbc-storage-impl/src/main/resources/net/shibboleth/plugin/storage/jdbc/impl/plugin.properties
index e036d70..8673f51 100644
--- a/jdbc-storage-impl/src/main/resources/net/shibboleth/plugin/storage/jdbc/impl/plugin.properties
+++ b/jdbc-storage-impl/src/main/resources/net/shibboleth/plugin/storage/jdbc/impl/plugin.properties
@@ -2,7 +2,7 @@
 
 plugin.id = net.shibboleth.plugin.storage.jdbc
 # Only used when package manifest is not available
-plugin.version = 1.0.2
+plugin.version = 1.0.3
 
 # No prereqs
 #plugin.modules.required =
diff --git a/pom.xml b/pom.xml
index 1a1e99e..4e2c9c1 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.3-SNAPSHOT</version>
+    <version>1.0.3</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