[java-metadata-aggregator] 01/02: Set version for 1.0.0 release
Codeberg
noreply at shibboleth.net
Thu Mar 12 16:38:44 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-metadata-aggregator.
View the commit online:
https://codeberg.org/Shibboleth/java-metadata-aggregator/commit/b76043b2a97fc222ed5fbaf78ddb3b4dacf36591
commit b76043b2a97fc222ed5fbaf78ddb3b4dacf36591
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Mar 12 15:48:52 2026 +0000
Set version for 1.0.0 release
---
mda-cli/pom.xml | 2 +-
mda-distribution/pom.xml | 2 +-
mda-framework/pom.xml | 2 +-
mda-keylists-rsa-legacy/pom.xml | 2 +-
mda-keylists-rsa/pom.xml | 2 +-
pom.xml | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/mda-cli/pom.xml b/mda-cli/pom.xml
index 700a979..e1fb2d8 100644
--- a/mda-cli/pom.xml
+++ b/mda-cli/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth.metadata</groupId>
<artifactId>mda-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<name>Command Line Interface</name>
diff --git a/mda-distribution/pom.xml b/mda-distribution/pom.xml
index dcec322..83a7103 100644
--- a/mda-distribution/pom.xml
+++ b/mda-distribution/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth.metadata</groupId>
<artifactId>mda-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<name>Distribution Packages</name>
diff --git a/mda-framework/pom.xml b/mda-framework/pom.xml
index f742879..7d58135 100644
--- a/mda-framework/pom.xml
+++ b/mda-framework/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth.metadata</groupId>
<artifactId>mda-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<name>Processing Framework</name>
diff --git a/mda-keylists-rsa-legacy/pom.xml b/mda-keylists-rsa-legacy/pom.xml
index 8f1498f..44d37e4 100644
--- a/mda-keylists-rsa-legacy/pom.xml
+++ b/mda-keylists-rsa-legacy/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth.metadata</groupId>
<artifactId>mda-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<name>Legacy RSA Key Lists</name>
diff --git a/mda-keylists-rsa/pom.xml b/mda-keylists-rsa/pom.xml
index 2b69f2e..e122f6e 100644
--- a/mda-keylists-rsa/pom.xml
+++ b/mda-keylists-rsa/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth.metadata</groupId>
<artifactId>mda-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<name>RSA Key Lists</name>
diff --git a/pom.xml b/pom.xml
index 760326e..e56cf53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
<groupId>net.shibboleth.metadata</groupId>
<artifactId>mda-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
<packaging>pom</packaging>
<modules>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list