[java-shib-profile] 01/02: Unlock parent POM and add missing groupId properties.

Scott Cantor cantor.2 at osu.edu
Mon Sep 25 17:25:04 UTC 2023


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

scantor pushed a commit to branch main
in repository java-shib-profile.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-profile.git;a=commit;h=3a4da685fb0df8be873248ae513b8187ccf7e1f0

commit 3a4da685fb0df8be873248ae513b8187ccf7e1f0
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Sep 25 13:24:51 2023 -0400

    Unlock parent POM and add missing groupId properties.
---
 pom.xml                       | 31 +++++++++++++++----------------
 shib-profile-api/pom.xml      |  2 +-
 shib-profile-impl/pom.xml     |  4 ++--
 shib-saml-profile-api/pom.xml |  4 ++--
 4 files changed, 20 insertions(+), 21 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3f047d1..fda1588 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>17.0.1</version>
+        <version>17.0.2-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Profile Components</name>
@@ -36,12 +36,11 @@
         <shib-shared.version>9.0.0</shib-shared.version>
         <opensaml.groupId>org.opensaml</opensaml.groupId>
         <opensaml.version>5.0.0</opensaml.version>
-        <shib-attribute.version>5.0.0</shib-attribute.version>
+        <shib-metadata.groupId>net.shibboleth</shib-metadata.groupId>
         <shib-metadata.version>5.0.0</shib-metadata.version>
+        <shib-attribute.groupId>net.shibboleth</shib-attribute.groupId>
+        <shib-attribute.version>5.0.0</shib-attribute.version>
         <checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
-
-        <!-- TODO: Remove once in project parent: Base URL for all our deployed javadocs. -->
-        <javadoc.url>https://shibboleth.net/api</javadoc.url>
     </properties>
 
     <dependencies>
@@ -85,18 +84,9 @@
         used by all project modules. -->
     <dependencyManagement>
         <dependencies>
-            <!-- Import Dependencies: OpenSAML -->
-            <dependency>
-                <groupId>${opensaml.groupId}</groupId>
-                <artifactId>opensaml-bom</artifactId>
-                <version>${opensaml.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-
             <!-- Import Dependencies: Shibboleth Attribute -->
             <dependency>
-                <groupId>${project.groupId}</groupId>
+                <groupId>${shib-attribute.groupId}</groupId>
                 <artifactId>shib-attribute-bom</artifactId>
                 <version>${shib-attribute.version}</version>
                 <type>pom</type>
@@ -105,13 +95,22 @@
 
             <!-- Import Dependencies: Shibboleth Metadata -->
             <dependency>
-                <groupId>${project.groupId}</groupId>
+                <groupId>${shib-metadata.groupId}</groupId>
                 <artifactId>shib-metadata-bom</artifactId>
                 <version>${shib-metadata.version}</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
 
+            <!-- Import Dependencies: OpenSAML -->
+            <dependency>
+                <groupId>${opensaml.groupId}</groupId>
+                <artifactId>opensaml-bom</artifactId>
+                <version>${opensaml.version}</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
+
             <!-- Import Dependencies:  Shared -->
             <dependency>
                 <groupId>${shib-shared.groupId}</groupId>
diff --git a/shib-profile-api/pom.xml b/shib-profile-api/pom.xml
index 4e8c310..5df5f80 100644
--- a/shib-profile-api/pom.xml
+++ b/shib-profile-api/pom.xml
@@ -23,7 +23,7 @@
     <dependencies>
         <!-- Compile Dependencies -->
         <dependency>
-            <groupId>${project.groupId}</groupId>
+            <groupId>${shib-attribute.groupId}</groupId>
             <artifactId>shib-attribute-api</artifactId>
         </dependency>
 
diff --git a/shib-profile-impl/pom.xml b/shib-profile-impl/pom.xml
index b4224b4..7a6071c 100644
--- a/shib-profile-impl/pom.xml
+++ b/shib-profile-impl/pom.xml
@@ -29,12 +29,12 @@
         </dependency>
 
         <dependency>
-            <groupId>${project.groupId}</groupId>
+            <groupId>${shib-attribute.groupId}</groupId>
             <artifactId>shib-attribute-api</artifactId>
         </dependency>
 
         <dependency>
-            <groupId>${project.groupId}</groupId>
+            <groupId>${shib-metadata.groupId}</groupId>
             <artifactId>shib-metadata-spring</artifactId>
         </dependency>
 
diff --git a/shib-saml-profile-api/pom.xml b/shib-saml-profile-api/pom.xml
index f349f09..054a2d5 100644
--- a/shib-saml-profile-api/pom.xml
+++ b/shib-saml-profile-api/pom.xml
@@ -29,7 +29,7 @@
         </dependency>
 
         <dependency>
-            <groupId>${project.groupId}</groupId>
+            <groupId>${shib-attribute.groupId}</groupId>
             <artifactId>shib-attribute-api</artifactId>
         </dependency>
 
@@ -62,7 +62,7 @@
         <!-- Test Dependencies -->
         <!-- Needed despite dependency:analyze -->
         <dependency>
-            <groupId>${project.groupId}</groupId>
+            <groupId>${shib-attribute.groupId}</groupId>
             <artifactId>shib-attribute-impl</artifactId>
             <scope>test</scope>
         </dependency>

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


More information about the commits mailing list