[java-idp-plugin-archetype] branch main updated: Freshen archetype.

Scott Cantor cantor.2 at osu.edu
Mon Feb 5 20:50:06 UTC 2024


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

scantor pushed a commit to branch main
in repository java-idp-plugin-archetype.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-archetype.git;a=commit;h=0464b6ae2bc719c480b942ce1e93821515f89daa

The following commit(s) were added to refs/heads/main by this push:
     new 0464b6a  Freshen archetype.
0464b6a is described below

commit 0464b6ae2bc719c480b942ce1e93821515f89daa
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Feb 5 15:50:00 2024 -0500

    Freshen archetype.
---
 src/main/resources/archetype-resources/pom.xml | 39 +++++++++-----------------
 1 file changed, 13 insertions(+), 26 deletions(-)

diff --git a/src/main/resources/archetype-resources/pom.xml b/src/main/resources/archetype-resources/pom.xml
index 3b089b7..c3d6ffc 100644
--- a/src/main/resources/archetype-resources/pom.xml
+++ b/src/main/resources/archetype-resources/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>17.0.2-SNAPSHOT</version>
+        <version>17.0.2</version>
     </parent>    
 
     <groupId>${groupId}</groupId>
@@ -18,9 +18,9 @@
     
     <properties>
         <idp.groupId>net.shibboleth.idp</idp.groupId>
-        <idp.version>5.0.0-SNAPSHOT</idp.version>
+        <idp.version>5.0.0</idp.version>
         <opensaml.groupId>org.opensaml</opensaml.groupId>
-        <opensaml.version>5.0.0-SNAPSHOT</opensaml.version>
+        <opensaml.version>5.0.0</opensaml.version>
         <shib-shared.groupId>net.shibboleth</shib-shared.groupId>
         <shib-shared.version>9.0.0</shib-shared.version>
         <shib-profile.groupId>net.shibboleth</shib-profile.groupId>
@@ -32,19 +32,6 @@
         <checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
     </properties>
     
-    <distributionManagement>
-        <site>
-            <id>site</id>
-            <url>scp:...</url>
-        </site>
-    </distributionManagement>
-    
-    <scm>
-        <connection>scm:git:...</connection>
-        <developerConnection>scm:git:...</developerConnection>
-        <url>...</url>
-    </scm>
-    
     <dependencies>
           <!-- Project wide Dependencies -->
         <dependency>
@@ -77,7 +64,7 @@
                 <artifactId>idp-plugin-${pluginBase}-impl</artifactId>
                 <version>${project.version}</version>
             </dependency>     
-            <!-- Import Dependencies: Shib-Metadata/Attribute/Profile/Shared -->
+            <!-- Import Dependencies: Shib-Shared -->
             <dependency>
                 <groupId>${shib-shared.groupId}</groupId>
                 <artifactId>shib-shared-bom</artifactId>
@@ -85,6 +72,15 @@
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
+            <!-- Opensaml BOM for importing opensaml dependencies -->
+            <dependency>
+                <groupId>${opensaml.groupId}</groupId>
+                <artifactId>opensaml-bom</artifactId>
+                <version>${opensaml.version}</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
+            <!-- Import Dependencies: Shib-Metadata/Attribute/Profile -->
             <dependency>
                 <groupId>${shib-profile.groupId}</groupId>
                 <artifactId>shib-profile-bom</artifactId>
@@ -114,15 +110,6 @@
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
-            <!-- Opensaml BOM for importing opensaml dependencies -->
-            <dependency>
-                <groupId>${opensaml.groupId}</groupId>
-                <artifactId>opensaml-bom</artifactId>
-                <version>${opensaml.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-
         </dependencies>
     </dependencyManagement>
     

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


More information about the commits mailing list