[java-idp-tomcat-base] branch 9.0 updated: POM updates
Tom Zeller
tzeller at dragonacea.biz
Sat Jan 7 18:51:28 UTC 2023
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch 9.0
in repository java-idp-tomcat-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-tomcat-base.git;a=commit;h=7a4b21e5cb81ec3ac9c9e9671eca7fea31d79390
The following commit(s) were added to refs/heads/9.0 by this push:
new 7a4b21e POM updates
7a4b21e is described below
commit 7a4b21e5cb81ec3ac9c9e9671eca7fea31d79390
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Sat Jan 7 12:51:21 2023 -0600
POM updates
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index e857d81..6872bdb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,8 +6,8 @@
<parent>
<groupId>net.shibboleth</groupId>
- <artifactId>parent-v3</artifactId>
- <version>TRUNK-SNAPSHOT</version>
+ <artifactId>parent</artifactId>
+ <version>17.0.0-SNAPSHOT</version>
</parent>
<name>idp-tomcat-base</name>
@@ -23,14 +23,14 @@
<repositories>
<repository>
<id>shib-release</id>
- <url>https://build.shibboleth.net/nexus/content/groups/public</url>
+ <url>https://build.shibboleth.net/maven/releases/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>shib-snapshot</id>
- <url>https://build.shibboleth.net/nexus/content/repositories/snapshots</url>
+ <url>https://build.shibboleth.net/maven/snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list