[java-idp-jetty-base] 02/02: Unlock parent and remove our repositories from POM

Tom Zeller tzeller at dragonacea.biz
Thu May 18 23:57:02 UTC 2023


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch 10
in repository java-idp-jetty-base.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=c80fe9a2381e3ac121d577530f5e1f23c171c234

commit c80fe9a2381e3ac121d577530f5e1f23c171c234
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu May 18 18:56:30 2023 -0500

    Unlock parent and remove our repositories from POM
---
 pom.xml | 19 +------------------
 1 file changed, 1 insertion(+), 18 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7de15be..7c18e94 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>11.3.4</version>
+        <version>11.3.6-SNAPSHOT</version>
     </parent>
 
     <name>idp-jetty-base</name>
@@ -22,23 +22,6 @@
         <logback.version>1.3.6</logback.version>
     </properties>
 
-    <repositories>
-        <repository>
-            <id>shib-release</id>
-            <url>https://build.shibboleth.net/nexus/content/groups/public</url>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-        </repository>
-        <repository>
-            <id>shib-snapshot</id>
-            <url>https://build.shibboleth.net/nexus/content/repositories/snapshots</url>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-        </repository>
-    </repositories>
-
     <dependencies>
         <!-- Compile Dependencies -->
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list