[java-opensaml] branch dev/OSJ-393 updated: Bump parent to 17.1.0-SNAPSHOT, remove site material.

Scott Cantor cantor.2 at osu.edu
Mon Nov 6 14:20:28 UTC 2023


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

scantor pushed a commit to branch dev/OSJ-393
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=edadc762a8915d984512daa8d4a20b2974992636

The following commit(s) were added to refs/heads/dev/OSJ-393 by this push:
     new edadc762a Bump parent to 17.1.0-SNAPSHOT, remove site material.
edadc762a is described below

commit edadc762a8915d984512daa8d4a20b2974992636
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Nov 6 09:20:25 2023 -0500

    Bump parent to 17.1.0-SNAPSHOT, remove site material.
---
 opensaml-parent/pom.xml | 33 +--------------------------------
 1 file changed, 1 insertion(+), 32 deletions(-)

diff --git a/opensaml-parent/pom.xml b/opensaml-parent/pom.xml
index a50ecd2e1..ed5e5548a 100644
--- a/opensaml-parent/pom.xml
+++ b/opensaml-parent/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>17.0.3-SNAPSHOT</version>
+        <version>17.1.0-SNAPSHOT</version>
     </parent>
 
     <name>OpenSAML</name>
@@ -60,8 +60,6 @@
         <shib-shared.groupId>net.shibboleth</shib-shared.groupId>
         <shib-shared.version>9.1.0-SNAPSHOT</shib-shared.version>
         <checkstyle.configLocation>${project.basedir}/../opensaml-parent/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
-        <opensaml-parent.site.url>${shibboleth.site.deploy.url}java-opensaml/${project.version}/</opensaml-parent.site.url>
-        <opensaml-module.site.url>${opensaml-parent.site.url}${project.artifactId}</opensaml-module.site.url>
     </properties>
 
     <!-- Dependencies which are required by every single project module should go here and will be inherited by all modules. -->
@@ -156,12 +154,6 @@
                 <version>${shib-shared.version}</version>
             </dependency>
 
-            <dependency>
-                <groupId>net.spy</groupId>
-                <artifactId>spymemcached</artifactId>
-                <version>2.12.3</version>
-            </dependency>
-
             <!-- Provided Dependencies -->
 
             <!-- Runtime Dependencies -->
@@ -182,13 +174,6 @@
         <url>${shibboleth.scm.url}java-opensaml.git</url>
     </scm>
 
-    <distributionManagement>
-        <site>
-            <id>site</id>
-            <url>scp:${opensaml-parent.site.url}</url>
-        </site>
-    </distributionManagement>
-
     <build>
         <plugins>
             <plugin>
@@ -200,22 +185,6 @@
                     </links>
                 </configuration>
             </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-site-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>attach-descriptor</id>
-                        <goals>
-                            <goal>attach-descriptor</goal>
-                        </goals>
-                    </execution>
-                </executions>
-                <configuration>
-                    <siteDirectory>../opensaml-parent/src/site</siteDirectory>
-                </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