[java-idp-plugin-duo] branch maint-1 updated: Unlock parent POM, remove repos, add javadoc links.
Scott Cantor
cantor.2 at osu.edu
Tue Oct 10 14:56:25 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-1
in repository java-idp-plugin-duo.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=611e899401936d150d97403e4ca7dd99b244fee6
The following commit(s) were added to refs/heads/maint-1 by this push:
new 611e899 Unlock parent POM, remove repos, add javadoc links.
611e899 is described below
commit 611e899401936d150d97403e4ca7dd99b244fee6
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Oct 10 10:56:21 2023 -0400
Unlock parent POM, remove repos, add javadoc links.
---
pom.xml | 35 ++++++++++++++---------------------
1 file changed, 14 insertions(+), 21 deletions(-)
diff --git a/pom.xml b/pom.xml
index 48a7b32..3e3bb1e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>11.3.5</version>
+ <version>11.3.6-SNAPSHOT</version>
</parent>
<groupId>net.shibboleth.idp.plugin.authn</groupId>
@@ -54,24 +54,6 @@
<url>https://git.shibboleth.net/view/?p=java-${project.artifactId}.git</url>
</scm>
- <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>
<!-- Project wide test Dependencies -->
<dependency>
@@ -166,6 +148,19 @@
<build>
<plugins>
+ <plugin>
+ <groupId>net.shibboleth.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <links combine.children="append">
+ <link>${javadoc.url}/java-support/8.4.0</link>
+ <link>${javadoc.url}/spring-extensions/6.3.0</link>
+ <link>${javadoc.url}/java-opensaml/4.3.0</link>
+ <link>${javadoc.url}/java-identity-provider/4.3.1</link>
+ <link>${javadoc.url}/java-oidc-common/2.2.1</link>
+ </links>
+ </configuration>
+ </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
@@ -182,6 +177,4 @@
</plugins>
</build>
-
-
</project>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list