[java-metadata-aggregator] 01/02: Set version for 0.10.0 release
Ian Young
ian at iay.org.uk
Thu May 16 10:09:19 UTC 2024
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch main
in repository java-metadata-aggregator.
View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=5338fc8f1859f06703aa9e1d0f4626ecf91b7efd
commit 5338fc8f1859f06703aa9e1d0f4626ecf91b7efd
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed May 15 13:46:38 2024 +0000
Set version for 0.10.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 46c19ef..1d1cb1f 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>0.10.0-SNAPSHOT</version>
+ <version>0.10.0</version>
</parent>
<name>Command Line Interface</name>
diff --git a/mda-distribution/pom.xml b/mda-distribution/pom.xml
index 8a2972a..a80bdfb 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>0.10.0-SNAPSHOT</version>
+ <version>0.10.0</version>
</parent>
<name>Distribution Packages</name>
diff --git a/mda-framework/pom.xml b/mda-framework/pom.xml
index 8e2702b..a916274 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>0.10.0-SNAPSHOT</version>
+ <version>0.10.0</version>
</parent>
<name>Processing Framework</name>
diff --git a/mda-keylists-rsa-legacy/pom.xml b/mda-keylists-rsa-legacy/pom.xml
index 3e9cf18..d797a1f 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>0.10.0-SNAPSHOT</version>
+ <version>0.10.0</version>
</parent>
<name>Legacy RSA Key Lists</name>
diff --git a/mda-keylists-rsa/pom.xml b/mda-keylists-rsa/pom.xml
index 2a95dbf..afbe58b 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>0.10.0-SNAPSHOT</version>
+ <version>0.10.0</version>
</parent>
<name>RSA Key Lists</name>
diff --git a/pom.xml b/pom.xml
index ec4dbca..1eb8fa2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
<groupId>net.shibboleth.metadata</groupId>
<artifactId>mda-parent</artifactId>
- <version>0.10.0-SNAPSHOT</version>
+ <version>0.10.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