[java-plugin-storage-jdbc] 01/02: Update files to be tagged for release
Rod Widdowson
rdw at steadingsoftware.com
Tue Jun 14 14:24:24 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=9ba72a8c3305c8cc2aa50aca56a031b5cbd3c1ec
commit 9ba72a8c3305c8cc2aa50aca56a031b5cbd3c1ec
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Jun 14 14:18:21 2022 +0000
Update files to be tagged for release
---
jdbc-storage-api/pom.xml | 2 +-
jdbc-storage-dist/pom.xml | 2 +-
jdbc-storage-impl/pom.xml | 2 +-
pom.xml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/jdbc-storage-api/pom.xml b/jdbc-storage-api/pom.xml
index 49de8b7..c0ecb60 100644
--- a/jdbc-storage-api/pom.xml
+++ b/jdbc-storage-api/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>net.shibboleth.plugin.storage.jdbc</groupId>
<artifactId>jdbc-storage-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<artifactId>jdbc-storage-api</artifactId>
diff --git a/jdbc-storage-dist/pom.xml b/jdbc-storage-dist/pom.xml
index 84d19b4..690b131 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.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<artifactId>jdbc-storage-dist</artifactId>
diff --git a/jdbc-storage-impl/pom.xml b/jdbc-storage-impl/pom.xml
index 1ac4f23..5b05afd 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.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<artifactId>jdbc-storage-impl</artifactId>
diff --git a/pom.xml b/pom.xml
index 5bc4243..b5be4b9 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.0-SNAPSHOT</version>
+ <version>1.0.0</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