[java-plugin-storage-jdbc] branch maint-1 updated: Unlock parent, add Javadoc config, remove repos.
Scott Cantor
cantor.2 at osu.edu
Fri Oct 6 19:56:24 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-plugin-storage-jdbc.
View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-storage-jdbc.git;a=commit;h=fd6ab9dc98a92776711c0abc542fc8144916ae8f
The following commit(s) were added to refs/heads/maint-1 by this push:
new fd6ab9d Unlock parent, add Javadoc config, remove repos.
fd6ab9d is described below
commit fd6ab9dc98a92776711c0abc542fc8144916ae8f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Oct 6 15:56:19 2023 -0400
Unlock parent, add Javadoc config, remove repos.
---
pom.xml | 42 ++++++++++++++++++++++++------------------
1 file changed, 24 insertions(+), 18 deletions(-)
diff --git a/pom.xml b/pom.xml
index 3e968a6..b8616aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,51 +1,43 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>11.3.4</version>
+ <version>11.3.6-SNAPSHOT</version>
</parent>
+
<groupId>net.shibboleth.plugin.storage.jdbc</groupId>
<artifactId>jdbc-storage-parent</artifactId>
<version>1.0.5-SNAPSHOT</version>
<name>Shibboleth :: Plugins :: jdbc-storage</name>
<packaging>pom</packaging>
<description>jdbc-storage plugin for the Shibboleth Projects.</description>
+
<properties>
<idp.groupId>net.shibboleth.idp</idp.groupId>
<idp.version>4.1.0</idp.version>
<opensaml.groupId>org.opensaml</opensaml.groupId>
<opensaml.version>4.1.0</opensaml.version>
+ <java-support.groupId>net.shibboleth.utilities</java-support.groupId>
+ <java-support.version>8.1.0</java-support.version>
<checkstyle.configLocation>${project.basedir}/checkstyle.xml</checkstyle.configLocation>
</properties>
+
<distributionManagement>
<site>
<id>site</id>
<url>scp:${shibboleth.site.deploy.url}java-idp-plugin-jdbc-storage/${project.version}/</url>
</site>
</distributionManagement>
+
<scm>
<connection>${shibboleth.scm.connection}java-idp-plugin-jdbc-storage</connection>
<developerConnection>${shibboleth.scm.developerConnection}java-idp-plugin-jdbc-storage</developerConnection>
<url>${shibboleth.scm.url}java-idp-plugin-jdbc-storage.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>
@@ -63,6 +55,7 @@
<scope>test</scope>
</dependency>
</dependencies>
+
<dependencyManagement>
<!-- jdbc-storage project dependencies -->
<dependencies>
@@ -76,7 +69,7 @@
</dependency>
<!-- Provided shibboleth support dependencies -->
<dependency>
- <groupId>net.shibboleth.utilities</groupId>
+ <groupId>${java-support.groupId}</groupId>
<artifactId>java-support</artifactId>
<version>${java-support.version}</version>
<scope>provided</scope>
@@ -91,8 +84,20 @@
</dependency>
</dependencies>
</dependencyManagement>
+
<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-opensaml/4.3.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>
@@ -108,6 +113,7 @@
</plugin>
</plugins>
</build>
+
<modules>
<module>jdbc-storage-impl</module>
<module>jdbc-storage-dist</module>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list