[java-idp-plugin-jetty] 01/02: Update files to be tagged for release

Codeberg noreply at shibboleth.net
Tue May 12 18:24:05 UTC 2026


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/4a738daf86b0ff147945f39199760822dd7699f5

commit 4a738daf86b0ff147945f39199760822dd7699f5
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Tue May 12 14:22:20 2026 -0400

    Update files to be tagged for release
---
 jetty-cli/pom.xml  | 2 +-
 jetty-dist/pom.xml | 2 +-
 jetty-impl/pom.xml | 2 +-
 pom.xml            | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/jetty-cli/pom.xml b/jetty-cli/pom.xml
index d2deab1..87c748e 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.1</version>
     </parent>
 
     <name>Jettty: Command line code </name>
diff --git a/jetty-dist/pom.xml b/jetty-dist/pom.xml
index f3a8aee..74083e0 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.1</version>
     </parent>
 
     <name>Jettty: Plugin and Module Distribution</name>
diff --git a/jetty-impl/pom.xml b/jetty-impl/pom.xml
index e80aff6..8615e21 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.1</version>
     </parent>
 
     <name>Jettty: Plugin and Module implementation </name>
diff --git a/pom.xml b/pom.xml
index f0ac6ef..1e3f593 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,12 +19,12 @@
     <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.1</version>
 
     <properties>
         <idp.groupId>net.shibboleth.idp</idp.groupId>
         <idp.version>5.1.0</idp.version>
-	<jetty-base.version>12.1.1-SNAPSHOT</jetty-base.version>
+	<jetty-base.version>12.1.1</jetty-base.version>
         <shib-shared.groupId>net.shibboleth</shib-shared.groupId>
 
         <shib-profile.groupId>net.shibboleth</shib-profile.groupId>

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


More information about the commits mailing list