[java-idp-jetty-base] 01/05: JJETTY-3 Version Numbering

Rod Widdowson rdw at steadingsoftware.com
Fri Oct 25 12:35:21 UTC 2024


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

rdw pushed a commit to branch 12
in repository java-idp-jetty-base.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=40ae220cf6dd47946889794693c94ba446af2ba3

commit 40ae220cf6dd47946889794693c94ba446af2ba3
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Oct 24 11:15:02 2024 +0100

    JJETTY-3 Version Numbering
    
    https://shibboleth.atlassian.net/browse/JJETTY-3
    
    Version number is now IdpVersion.CollapsedjettyVersion.PatchVersion
---
 jetty-base-dist/pom.xml                                                 | 2 +-
 jetty-base-impl/pom.xml                                                 | 2 +-
 .../resources/net/shibboleth/idp/plugin/jettybase/plugin.properties     | 2 +-
 jetty-base-packages/pom.xml                                             | 2 +-
 pom.xml                                                                 | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/jetty-base-dist/pom.xml b/jetty-base-dist/pom.xml
index 593360f..05feaab 100644
--- a/jetty-base-dist/pom.xml
+++ b/jetty-base-dist/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp.plugin.jetty-base</groupId>
         <artifactId>jetty-base-plugin-parent</artifactId>
-        <version>12.0.14-SNAPSHOT</version>
+        <version>5.12014.0-SNAPSHOT</version>
     </parent>
 
     <name>Jettty Base: Plugin and Module Distribution</name>
diff --git a/jetty-base-impl/pom.xml b/jetty-base-impl/pom.xml
index f3ed233..2b16644 100644
--- a/jetty-base-impl/pom.xml
+++ b/jetty-base-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp.plugin.jetty-base</groupId>
         <artifactId>jetty-base-plugin-parent</artifactId>
-        <version>12.0.14-SNAPSHOT</version>
+        <version>5.12014.0-SNAPSHOT</version>
     </parent>
 
     <name>Jettty Base: Plugin and Module implementation </name>
diff --git a/jetty-base-impl/src/main/resources/net/shibboleth/idp/plugin/jettybase/plugin.properties b/jetty-base-impl/src/main/resources/net/shibboleth/idp/plugin/jettybase/plugin.properties
index 1aea369..838a434 100644
--- a/jetty-base-impl/src/main/resources/net/shibboleth/idp/plugin/jettybase/plugin.properties
+++ b/jetty-base-impl/src/main/resources/net/shibboleth/idp/plugin/jettybase/plugin.properties
@@ -2,7 +2,7 @@
 
 plugin.id = net.shibboleth.idp.plugin.jetty-base
 # Only used when package manifest is not available
-plugin.version = 12.0.14
+plugin.version = 5.12014.0
 plugin.license =
 
 plugin.package.1.source=packages/jetty-home.tar.gz
diff --git a/jetty-base-packages/pom.xml b/jetty-base-packages/pom.xml
index 06eeb6f..15df9fb 100644
--- a/jetty-base-packages/pom.xml
+++ b/jetty-base-packages/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp.plugin.jetty-base</groupId>
         <artifactId>jetty-base-plugin-parent</artifactId>
-        <version>12.0.14-SNAPSHOT</version>
+        <version>5.12014.0-SNAPSHOT</version>
     </parent>
 
     <name>Jettty Base: Collect the packages </name>
diff --git a/pom.xml b/pom.xml
index 3c49fa6..528a619 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>12.0.14-SNAPSHOT</version>
+    <version>5.12014.0-SNAPSHOT</version>
 
     <properties>
 	<!-- Reset when the enforcer release next happens -->

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


More information about the commits mailing list