[java-plugin-storage-jdbc] branch main updated: JJDBC-22 Release V2.0.0
Rod Widdowson
rdw at steadingsoftware.com
Wed Sep 13 14:25:23 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=69c00414b89fd42120792b659aa18f246383b420
The following commit(s) were added to refs/heads/main by this push:
new 69c0041 JJDBC-22 Release V2.0.0
69c0041 is described below
commit 69c00414b89fd42120792b659aa18f246383b420
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Sep 13 14:54:46 2023 +0100
JJDBC-22 Release V2.0.0
https://shibboleth.atlassian.net/browse/JJDBC-22
Pin Parent to 17.0.0 and IdP to 5.0.0 in preparation for release.
Remove pointless and long dead idp-test-bom
---
pom.xml | 14 +++-----------
1 file changed, 3 insertions(+), 11 deletions(-)
diff --git a/pom.xml b/pom.xml
index 04f2141..4eb7d6b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>17.0.0-SNAPSHOT</version>
+ <version>17.0.0</version>
</parent>
<groupId>net.shibboleth.plugin.storage.jdbc</groupId>
<artifactId>jdbc-storage-parent</artifactId>
@@ -14,9 +14,9 @@
<description>jdbc-storage plugin for the Shibboleth Projects.</description>
<properties>
<idp.groupId>net.shibboleth.idp</idp.groupId>
- <idp.version>5.0.0-SNAPSHOT</idp.version>
+ <idp.version>5.0.0</idp.version>
<opensaml.groupId>org.opensaml</opensaml.groupId>
- <opensaml.version>5.0.0-SNAPSHOT</opensaml.version>
+ <opensaml.version>5.0.0</opensaml.version>
<checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
</properties>
<distributionManagement>
@@ -58,14 +58,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
- <!-- Test bom dependencies -->
- <dependency>
- <groupId>${idp.groupId}</groupId>
- <artifactId>idp-tests-bom</artifactId>
- <version>${idp.version}</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
</dependencies>
</dependencyManagement>
<build>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list