[java-idp-plugin-jetty] 01/02: Update files to be tagged for release
Codeberg
noreply at shibboleth.net
Mon Dec 22 15:16:20 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/2a43c30b420cb82ea31b8456aa7c575e7a523e52
commit 2a43c30b420cb82ea31b8456aa7c575e7a523e52
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Dec 22 10:15:15 2025 -0500
Update files to be tagged for release
---
jetty-cli/pom.xml | 2 +-
jetty-dist/pom.xml | 2 +-
jetty-impl/pom.xml | 5 ++---
pom.xml | 4 ++--
4 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/jetty-cli/pom.xml b/jetty-cli/pom.xml
index 4db85d8..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.0-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 8458a13..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.0-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 3a2c927..f208de3 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.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<name>Jettty: Plugin and Module implementation </name>
@@ -76,7 +76,7 @@
<groupId>net.shibboleth.idp</groupId>
<artifactId>idp-jetty-base</artifactId>
<type>jar</type>
- <version>12.1.0-SNAPSHOT</version>
+ <version>12.1.0</version>
<outputDirectory>${project.build.outputDirectory}/</outputDirectory>
<overWrite>true</overWrite>
<!-- We only want the net/shibboleth/idp/.... bit and NOT META-INF -->
@@ -115,7 +115,6 @@
<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 8cec0cf..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.0-SNAPSHOT</version>
+ <version>1.0.0</version>
<properties>
<idp.groupId>net.shibboleth.idp</idp.groupId>
@@ -29,7 +29,7 @@
<shib-profile.groupId>net.shibboleth</shib-profile.groupId>
<shib-profile.version>5.1.0</shib-profile.version>
- <maven-dist-enforcer-data.version>2.0.0</maven-dist-enforcer-data.version>
+ <maven-dist-enforcer-data.version>2.0.1</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