[java-idp-plugin-jetty] 02/02: Bump version after release

Codeberg noreply at shibboleth.net
Tue May 12 18:24:06 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/d0af3ef38fd7789ff53f13f4679da05081811073

commit d0af3ef38fd7789ff53f13f4679da05081811073
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Tue May 12 14:23:46 2026 -0400

    Bump version after release
---
 jetty-cli/pom.xml  | 2 +-
 jetty-dist/pom.xml | 2 +-
 jetty-impl/pom.xml | 2 +-
 pom.xml            | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/jetty-cli/pom.xml b/jetty-cli/pom.xml
index 87c748e..f7ac3fd 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</version>
+        <version>1.0.2-SNAPSHOT</version>
     </parent>
 
     <name>Jettty: Command line code </name>
diff --git a/jetty-dist/pom.xml b/jetty-dist/pom.xml
index 74083e0..f1de7b3 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</version>
+        <version>1.0.2-SNAPSHOT</version>
     </parent>
 
     <name>Jettty: Plugin and Module Distribution</name>
diff --git a/jetty-impl/pom.xml b/jetty-impl/pom.xml
index 8615e21..873099b 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</version>
+        <version>1.0.2-SNAPSHOT</version>
     </parent>
 
     <name>Jettty: Plugin and Module implementation </name>
diff --git a/pom.xml b/pom.xml
index 1e3f593..f91d40e 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</version>
+    <version>1.0.2-SNAPSHOT</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