[java-idp-plugin-jetty] branch main updated: Set parent, dependency, enforcer data back to released versions.

Codeberg noreply at shibboleth.net
Fri Dec 19 20:40:16 UTC 2025


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

codeberg pushed a commit to branch main
in repository java-idp-plugin-jetty.

View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-jetty/commit/64483ff515eb7800eade7c0934086673707f4faa

The following commit(s) were added to refs/heads/main by this push:
     new 64483ff  Set parent, dependency, enforcer data back to released versions.
64483ff is described below

commit 64483ff515eb7800eade7c0934086673707f4faa
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Dec 19 15:39:46 2025 -0500

    Set parent, dependency, enforcer data back to released versions.
---
 .gitignore         | 1 +
 jetty-cli/pom.xml  | 2 +-
 jetty-dist/pom.xml | 2 +-
 jetty-impl/pom.xml | 4 ++--
 pom.xml            | 8 ++++----
 5 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/.gitignore b/.gitignore
index 378e3dc..5bf5a58 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,6 +16,7 @@
 .*.swp
 .DS_store
 # Simulated Subversion default ignores end here
+/target
 */target
 */test-output
 .settings
diff --git a/jetty-cli/pom.xml b/jetty-cli/pom.xml
index 6a7f1f1..4db85d8 100644
--- a/jetty-cli/pom.xml
+++ b/jetty-cli/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp.plugin.jetty-base</groupId>
         <artifactId>jetty-base-plugin-parent</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
 
     <name>Jettty: Command line code </name>
diff --git a/jetty-dist/pom.xml b/jetty-dist/pom.xml
index a6226b3..8458a13 100644
--- a/jetty-dist/pom.xml
+++ b/jetty-dist/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp.plugin.jetty-base</groupId>
         <artifactId>jetty-base-plugin-parent</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
 
     <name>Jettty: Plugin and Module Distribution</name>
diff --git a/jetty-impl/pom.xml b/jetty-impl/pom.xml
index 5384bb7..3a2c927 100644
--- a/jetty-impl/pom.xml
+++ b/jetty-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp.plugin.jetty-base</groupId>
         <artifactId>jetty-base-plugin-parent</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
 
     <name>Jettty: Plugin and Module implementation </name>
@@ -115,7 +115,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-antrun-plugin</artifactId>
-                <version>${maven-antrun-plugin.version}</version>
+                <version>3.1.0</version>
                 <executions>
                     <execution>
                         <!-- Copy CLI jar into the target, giving it a non changing name -->
diff --git a/pom.xml b/pom.xml
index 82f4015..8cec0cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>17.2.0-SNAPSHOT</version>
+        <version>17.1.6</version>
     </parent>
 
     <name>Jetty: Plugin Parent Project</name>
@@ -19,7 +19,7 @@
     <groupId>net.shibboleth.idp.plugin.jetty-base</groupId>
     <artifactId>jetty-base-plugin-parent</artifactId>
     <packaging>pom</packaging>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
 
     <properties>
         <idp.groupId>net.shibboleth.idp</idp.groupId>
@@ -27,9 +27,9 @@
         <shib-shared.groupId>net.shibboleth</shib-shared.groupId>
 
         <shib-profile.groupId>net.shibboleth</shib-profile.groupId>
-        <shib-profile.version>5.2.0-SNAPSHOT</shib-profile.version>
+        <shib-profile.version>5.1.0</shib-profile.version>
 
-        <maven-dist-enforcer-data.version>2.0.1-SNAPSHOT</maven-dist-enforcer-data.version>
+        <maven-dist-enforcer-data.version>2.0.0</maven-dist-enforcer-data.version>
     </properties>
 
     <dependencies/>

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


More information about the commits mailing list