[java-support] branch maint-8 updated: Add project name and remove site material in the event we release this.

Scott Cantor cantor.2 at osu.edu
Thu Mar 14 15:34:41 UTC 2024


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

scantor pushed a commit to branch maint-8
in repository java-support.

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

The following commit(s) were added to refs/heads/maint-8 by this push:
     new 03fed02  Add project name and remove site material in the event we release this.
03fed02 is described below

commit 03fed0298a649b5d532b8657720427d70195ae90
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Mar 14 11:34:37 2024 -0400

    Add project name and remove site material in the event we release this.
---
 pom.xml | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7e33419..410c130 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,15 +17,10 @@
     <packaging>jar</packaging>
 
     <properties>
+        <shibboleth.projectName>java-support</shibboleth.projectName>
         <automatic.module.name>net.shibboleth.utilities.java.support</automatic.module.name>
     </properties>
 
-    <scm>
-        <connection>scm:git:https://git.shibboleth.net/git/${project.artifactId}</connection>
-        <developerConnection>scm:git:git at git.shibboleth.net:${project.artifactId}</developerConnection>
-        <url>https://git.shibboleth.net/view/?p=${project.artifactId}.git</url>
-    </scm>
-
     <dependencies>
         <!-- Compile Dependencies -->
         <dependency>
@@ -157,13 +152,6 @@
         </profile>
     </profiles>
 
-    <distributionManagement>
-        <site>
-            <id>site</id>
-            <url>scp:${shibboleth.site.deploy.url}${project.artifactId}/${project.version}/</url>
-        </site>
-    </distributionManagement>
-
     <build>
         <plugins>
             <plugin>

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


More information about the commits mailing list