[java-metadata-aggregator] 01/01: Set snapshot version after release
Ian Young
ian at iay.org.uk
Thu May 16 13:01:40 UTC 2024
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch maint-0.10
in repository java-metadata-aggregator.
View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=083bb5e3980b36b2500c4040841d4042e5db9675
commit 083bb5e3980b36b2500c4040841d4042e5db9675
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu May 16 13:01:16 2024 +0000
Set snapshot version after 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 1d1cb1f..c433fa4 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</version>
+ <version>0.10.1-SNAPSHOT</version>
</parent>
<name>Command Line Interface</name>
diff --git a/mda-distribution/pom.xml b/mda-distribution/pom.xml
index a80bdfb..f6ff196 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</version>
+ <version>0.10.1-SNAPSHOT</version>
</parent>
<name>Distribution Packages</name>
diff --git a/mda-framework/pom.xml b/mda-framework/pom.xml
index a916274..361464c 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</version>
+ <version>0.10.1-SNAPSHOT</version>
</parent>
<name>Processing Framework</name>
diff --git a/mda-keylists-rsa-legacy/pom.xml b/mda-keylists-rsa-legacy/pom.xml
index d797a1f..dafc943 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</version>
+ <version>0.10.1-SNAPSHOT</version>
</parent>
<name>Legacy RSA Key Lists</name>
diff --git a/mda-keylists-rsa/pom.xml b/mda-keylists-rsa/pom.xml
index afbe58b..a5ef599 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</version>
+ <version>0.10.1-SNAPSHOT</version>
</parent>
<name>RSA Key Lists</name>
diff --git a/pom.xml b/pom.xml
index 1eb8fa2..0f7ef49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
<groupId>net.shibboleth.metadata</groupId>
<artifactId>mda-parent</artifactId>
- <version>0.10.0</version>
+ <version>0.10.1-SNAPSHOT</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