[java-idp-plugin-oidc-config] branch maint-1 updated: Unlock parent POM, remove repos, add javadoc links.
Scott Cantor
cantor.2 at osu.edu
Tue Oct 10 15:03:59 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-oidc-config.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-config.git;a=commit;h=8f7748897f471a30f662de81b3af4dc364325e7d
The following commit(s) were added to refs/heads/maint-1 by this push:
new 8f77488 Unlock parent POM, remove repos, add javadoc links.
8f77488 is described below
commit 8f7748897f471a30f662de81b3af4dc364325e7d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Oct 10 11:03:55 2023 -0400
Unlock parent POM, remove repos, add javadoc links.
---
pom.xml | 30 ++++++++++++------------------
1 file changed, 12 insertions(+), 18 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2fa6f40..e8187f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,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.config.oidc</groupId>
@@ -25,23 +25,6 @@
<checkstyle.configLocation>${project.basedir}/checkstyle.xml</checkstyle.configLocation>
</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>
-
<scm>
<connection>${shibboleth.scm.connection}java-idp-plugin-oidc-config</connection>
<developerConnection>${shibboleth.scm.developerConnection}java-idp-plugin-oidc-config</developerConnection>
@@ -54,6 +37,7 @@
<url>scp:${shibboleth.site.deploy.url}java-idp-plugin-oidc-config/${project.version}/</url>
</site>
</distributionManagement>
+
<dependencyManagement>
<dependencies>
<!-- Shibboleth IdP BOM for importing IdP dependencies -->
@@ -74,6 +58,16 @@
<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}/java-identity-provider/4.3.1</link>
+ </links>
+ </configuration>
+ </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list