[java-metadata-aggregator] 02/02: Set snapshot version after release

Ian Young ian at iay.org.uk
Thu May 16 10:09:20 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=b103351a01e1d981c7585050f75322252d2a0deb

commit b103351a01e1d981c7585050f75322252d2a0deb
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed May 15 14:01:09 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..700a979 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>1.0.0-SNAPSHOT</version>
     </parent>
 
     <name>Command Line Interface</name>
diff --git a/mda-distribution/pom.xml b/mda-distribution/pom.xml
index a80bdfb..dcec322 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>1.0.0-SNAPSHOT</version>
     </parent>
 
     <name>Distribution Packages</name>
diff --git a/mda-framework/pom.xml b/mda-framework/pom.xml
index a916274..f742879 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>1.0.0-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..8f1498f 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>1.0.0-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..2b69f2e 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>1.0.0-SNAPSHOT</version>
     </parent>
 
     <name>RSA Key Lists</name>
diff --git a/pom.xml b/pom.xml
index 1eb8fa2..8090443 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>1.0.0-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