[java-metadata-aggregator] 02/02: Set snapshot version after release
Ian Young
ian at iay.org.uk
Wed Oct 19 05:44:19 EDT 2016
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch maint-0.9
in repository java-metadata-aggregator.
View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=237022a0927ceeb0359c1ed7bf2e89ab096c5fa8
commit 237022a0927ceeb0359c1ed7bf2e89ab096c5fa8
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Oct 19 09:43:59 2016 +0000
Set snapshot version after release
---
aggregator-cli/pom.xml | 2 +-
aggregator-parent/pom.xml | 2 +-
aggregator-pipeline/pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/aggregator-cli/pom.xml b/aggregator-cli/pom.xml
index 68668ed..006c1a4 100644
--- a/aggregator-cli/pom.xml
+++ b/aggregator-cli/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth.metadata</groupId>
<artifactId>aggregator-parent</artifactId>
- <version>0.9.2</version>
+ <version>0.9.3-SNAPSHOT</version>
<relativePath>../aggregator-parent</relativePath>
</parent>
diff --git a/aggregator-parent/pom.xml b/aggregator-parent/pom.xml
index 2905dc7..805e341 100644
--- a/aggregator-parent/pom.xml
+++ b/aggregator-parent/pom.xml
@@ -21,7 +21,7 @@
<groupId>net.shibboleth.metadata</groupId>
<artifactId>aggregator-parent</artifactId>
- <version>0.9.2</version>
+ <version>0.9.3-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
diff --git a/aggregator-pipeline/pom.xml b/aggregator-pipeline/pom.xml
index 2173b05..ad726f6 100644
--- a/aggregator-pipeline/pom.xml
+++ b/aggregator-pipeline/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth.metadata</groupId>
<artifactId>aggregator-parent</artifactId>
- <version>0.9.2</version>
+ <version>0.9.3-SNAPSHOT</version>
<relativePath>../aggregator-parent</relativePath>
</parent>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list