This is an automated email from the ASF dual-hosted git repository.
lahirujayathilake pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-custos.git
The following commit(s) were added to refs/heads/master by this push:
new 244764211 [maven-release-plugin] prepare for next development iteration
244764211 is described below
commit 244764211a59a7ff0da3dadcd92b67bc027d1c9a
Author: lahiruj <[email protected]>
AuthorDate: Fri Dec 6 02:18:08 2024 -0500
[maven-release-plugin] prepare for next development iteration
---
api/pom.xml | 2 +-
application/pom.xml | 2 +-
core/pom.xml | 2 +-
pom.xml | 4 ++--
services/pom.xml | 2 +-
5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/api/pom.xml b/api/pom.xml
index a9efa4e83..42f413e1a 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.custos</groupId>
<artifactId>custos</artifactId>
- <version>1.1</version>
+ <version>1.2-SNAPSHOT</version>
</parent>
<artifactId>custos-api</artifactId>
diff --git a/application/pom.xml b/application/pom.xml
index 5559d57f6..4643d7908 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.custos</groupId>
<artifactId>custos</artifactId>
- <version>1.1</version>
+ <version>1.2-SNAPSHOT</version>
</parent>
<groupId>org.apache.custos</groupId>
diff --git a/core/pom.xml b/core/pom.xml
index ee185af0f..22cbcd540 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -23,7 +23,7 @@
<parent>
<artifactId>custos</artifactId>
<groupId>org.apache.custos</groupId>
- <version>1.1</version>
+ <version>1.2-SNAPSHOT</version>
</parent>
<artifactId>custos-core</artifactId>
diff --git a/pom.xml b/pom.xml
index dc6484fe1..e45b67eaa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.custos</groupId>
<artifactId>custos</artifactId>
<packaging>pom</packaging>
- <version>1.1</version>
+ <version>1.2-SNAPSHOT</version>
<inceptionYear>2019</inceptionYear>
@@ -38,7 +38,7 @@
<connection>scm:git:https://github.com/apache/airavata.git</connection>
<developerConnection>scm:git:https://github.com/apache/airavata-custos.git</developerConnection>
<url>https://github.com/apache/airavata-custos</url>
- <tag>custos-1.1</tag>
+ <tag>HEAD</tag>
</scm>
<modules>
diff --git a/services/pom.xml b/services/pom.xml
index ec43db4d4..47c05e8e3 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>custos</artifactId>
<groupId>org.apache.custos</groupId>
- <version>1.1</version>
+ <version>1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>