[java-plugin-storage-jdbc] branch main updated: Add project name property to POM.

Scott Cantor cantor.2 at osu.edu
Thu Jan 25 16:01:08 UTC 2024


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

scantor pushed a commit to branch main
in repository java-plugin-storage-jdbc.

View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-storage-jdbc.git;a=commit;h=9a5500c2186d6cb7a1e29fc35533ceb1ca513fc4

The following commit(s) were added to refs/heads/main by this push:
     new 9a5500c  Add project name property to POM.
9a5500c is described below

commit 9a5500c2186d6cb7a1e29fc35533ceb1ca513fc4
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jan 25 11:01:04 2024 -0500

    Add project name property to POM.
---
 pom.xml | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index ef834a2..9f2bc3e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,13 +6,16 @@
         <artifactId>parent</artifactId>
         <version>17.0.2</version>
     </parent>
+
     <groupId>net.shibboleth.plugin.storage.jdbc</groupId>
     <artifactId>jdbc-storage-parent</artifactId>
     <version>2.0.1-SNAPSHOT</version>
     <name>Shibboleth :: Plugins :: jdbc-storage</name>
     <packaging>pom</packaging>
     <description>jdbc-storage plugin for the Shibboleth Projects.</description>
+
     <properties>
+        <shibboleth.projectName>java-plugin-jdbc-storage</shibboleth.projectName>
         <idp.groupId>net.shibboleth.idp</idp.groupId>
         <idp.version>5.0.0</idp.version>
         <shib-profile.groupId>net.shibboleth</shib-profile.groupId>
@@ -23,17 +26,7 @@
         <shib-shared.version>9.0.0</shib-shared.version>
 	<checkstyle.configLocation>${project.basedir}/resources/checkstyle/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>
+
     <dependencies>
         <!-- Project wide test Dependencies -->
         <dependency>
@@ -51,6 +44,7 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+
     <dependencyManagement>
         <dependencies>
             <!-- Import Dependencies:  Shared -->
@@ -79,6 +73,13 @@
             </dependency>
         </dependencies>
     </dependencyManagement>
+
+    <scm>
+        <connection>${shibboleth.scm.connection}${shibboleth.projectName}</connection>
+        <developerConnection>${shibboleth.scm.developerConnection}${shibboleth.projectName}</developerConnection>
+        <url>${shibboleth.scm.url}${shibboleth.projectName}.git</url>
+    </scm>
+
     <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