[java-idp-plugin-jetty] 01/01: Update version for release and bump back antrun plugin.

Codeberg noreply at shibboleth.net
Mon Dec 22 16:14:11 UTC 2025


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

codeberg pushed a commit to annotated tag 1.0.0
in repository java-idp-plugin-jetty.

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

commit 948786d163422566338d30b0ebf11d1c6408c2e5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Dec 22 11:05:19 2025 -0500

    Update version for release and bump back antrun plugin.
---
 jetty-cli/pom.xml  | 2 +-
 jetty-dist/pom.xml | 2 +-
 jetty-impl/pom.xml | 3 ++-
 pom.xml            | 2 +-
 4 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/jetty-cli/pom.xml b/jetty-cli/pom.xml
index d2deab1..4992eab 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>1.0.1-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <name>Jettty: Command line code </name>
diff --git a/jetty-dist/pom.xml b/jetty-dist/pom.xml
index f3a8aee..c6aa85c 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>1.0.1-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <name>Jettty: Plugin and Module Distribution</name>
diff --git a/jetty-impl/pom.xml b/jetty-impl/pom.xml
index edc36e3..24985e5 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>1.0.1-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <name>Jettty: Plugin and Module implementation </name>
@@ -115,6 +115,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-antrun-plugin</artifactId>
+                <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 c83cc30..24dd077 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
     <groupId>net.shibboleth.idp.plugin.jetty-base</groupId>
     <artifactId>jetty-base-plugin-parent</artifactId>
     <packaging>pom</packaging>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.0</version>
 
     <properties>
         <idp.groupId>net.shibboleth.idp</idp.groupId>

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


More information about the commits mailing list