[java-plugin-storage-jdbc] branch main updated: JJDBC-1 Release JDBCStorageService V1.0
Rod Widdowson
rdw at steadingsoftware.com
Mon Jun 13 13:38:06 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=b49b4fdc9b00c9a9add70df2a48dfc9c467b68a9
The following commit(s) were added to refs/heads/main by this push:
new b49b4fd JJDBC-1 Release JDBCStorageService V1.0
b49b4fd is described below
commit b49b4fdc9b00c9a9add70df2a48dfc9c467b68a9
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Jun 13 14:37:54 2022 +0100
JJDBC-1 Release JDBCStorageService V1.0
https://shibboleth.atlassian.net/browse/JJDBC-1
Move child projects versions to 1.0.0-SNAPSHPOT
---
jdbc-storage-api/pom.xml | 2 +-
jdbc-storage-dist/pom.xml | 2 +-
jdbc-storage-impl/pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/jdbc-storage-api/pom.xml b/jdbc-storage-api/pom.xml
index cd7c459..49de8b7 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>0.0.1-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>jdbc-storage-api</artifactId>
diff --git a/jdbc-storage-dist/pom.xml b/jdbc-storage-dist/pom.xml
index 4689667..84d19b4 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>0.0.1-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>jdbc-storage-dist</artifactId>
diff --git a/jdbc-storage-impl/pom.xml b/jdbc-storage-impl/pom.xml
index 20a06da..1ac4f23 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>0.0.1-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>jdbc-storage-impl</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list