[java-idp-testbed] branch maint-4 updated: JPAR-197 - Bump parent and remove our Maven repositories from POMs

Tom Zeller tzeller at dragonacea.biz
Fri Jan 13 14:54:08 UTC 2023


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

tzeller pushed a commit to branch maint-4
in repository java-idp-testbed.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=1101e587603fe32194a0369aeb78fa58150c0f25

The following commit(s) were added to refs/heads/maint-4 by this push:
     new 1101e58  JPAR-197 - Bump parent and remove our Maven repositories from POMs
1101e58 is described below

commit 1101e587603fe32194a0369aeb78fa58150c0f25
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Jan 13 08:53:58 2023 -0600

    JPAR-197 - Bump parent and remove our Maven repositories from POMs
    
    https://shibboleth.atlassian.net/browse/JPAR-197
---
 pom.xml | 19 +------------------
 1 file changed, 1 insertion(+), 18 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8f53785..db45916 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>11.3.4</version>
+        <version>11.3.5-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -33,23 +33,6 @@
         -->
      </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 scope -->
         <dependency>

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


More information about the commits mailing list