[idwsfconsumer] branch main updated: Unlock parent POM for javadoc fixes.

Scott Cantor cantor.2 at osu.edu
Tue Nov 28 14:20:24 UTC 2023


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

scantor pushed a commit to branch main
in repository idwsfconsumer.

View the commit online:
http://git.shibboleth.net/view/?p=idwsfconsumer.git;a=commit;h=a5ad649f102603bee27c07fef4189919bc6b4c06

The following commit(s) were added to refs/heads/main by this push:
     new a5ad649  Unlock parent POM for javadoc fixes.
a5ad649 is described below

commit a5ad649f102603bee27c07fef4189919bc6b4c06
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Nov 28 09:20:19 2023 -0500

    Unlock parent POM for javadoc fixes.
---
 pom.xml | 30 +-----------------------------
 1 file changed, 1 insertion(+), 29 deletions(-)

diff --git a/pom.xml b/pom.xml
index 22ac79e..fbf264b 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>ID-WSF WSC</name>
@@ -29,34 +29,6 @@
         <net.shibboleth.maven.enforcer.rules.checkM2>false</net.shibboleth.maven.enforcer.rules.checkM2>
     </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/thirdparty/</url>
-        </repository>
-    </repositories>
-
-    <pluginRepositories>
-        <pluginRepository>
-            <id>shib-snapshot</id>
-            <url>https://build.shibboleth.net/nexus/content/repositories/snapshots</url>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-            <snapshots>
-                <enabled>true</enabled>
-                <checksumPolicy>fail</checksumPolicy>
-            </snapshots>
-        </pluginRepository>
-    </pluginRepositories>
-    
     <dependencies>
         
         <!-- Compile -->

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


More information about the commits mailing list