[xmlsectool] branch main updated: POM cleanup, update snapshot versions.
Scott Cantor
cantor.2 at osu.edu
Mon Mar 18 12:18:19 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository xmlsectool.
View the commit online:
http://git.shibboleth.net/view/?p=xmlsectool.git;a=commit;h=0d186d5dc9628f66045f1c4f73db6001dd00b5da
The following commit(s) were added to refs/heads/main by this push:
new 0d186d5 POM cleanup, update snapshot versions.
0d186d5 is described below
commit 0d186d5dc9628f66045f1c4f73db6001dd00b5da
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Mar 18 08:18:17 2024 -0400
POM cleanup, update snapshot versions.
---
pom.xml | 19 +++----------------
1 file changed, 3 insertions(+), 16 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4efc2bf..ab08ede 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>17.0.3-SNAPSHOT</version>
+ <version>17.1.1-SNAPSHOT</version>
</parent>
<groupId>net.shibboleth.tool</groupId>
@@ -24,9 +24,9 @@
<properties>
<opensaml.groupId>org.opensaml</opensaml.groupId>
- <opensaml.version>5.0.1-SNAPSHOT</opensaml.version>
+ <opensaml.version>5.1.1-SNAPSHOT</opensaml.version>
<shib-shared.groupId>net.shibboleth</shib-shared.groupId>
- <shib-shared.version>9.1.0-SNAPSHOT</shib-shared.version>
+ <shib-shared.version>9.1.1-SNAPSHOT</shib-shared.version>
<dependenciesDirectory>${project.build.directory}/dependencies</dependenciesDirectory>
</properties>
@@ -230,19 +230,6 @@
</plugins>
</build>
- <scm>
- <connection>${shibboleth.scm.connection}${project.artifactId}</connection>
- <developerConnection>${shibboleth.scm.developerConnection}${project.artifactId}</developerConnection>
- <url>${shibboleth.scm.url}${project.artifactId}.git</url>
- </scm>
-
- <distributionManagement>
- <site>
- <id>site</id>
- <url>dav:${shibboleth.site.url}${project.artifactId}/${project.version}/</url>
- </site>
- </distributionManagement>
-
<issueManagement>
<system>JIRA</system>
<url>https://issues.shibboleth.net/jira/projects/XSTJ</url>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list