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
commit 8a1584bae089977bac1d181458bc4069cb2b5bc1 Author: lahiruj <[email protected]> AuthorDate: Thu Sep 26 12:35:33 2024 -0400 [maven-release-plugin] prepare release 1.1 --- 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 451f3d8c6..a9efa4e83 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-SNAPSHOT</version> + <version>1.1</version> </parent> <artifactId>custos-api</artifactId> diff --git a/application/pom.xml b/application/pom.xml index 7e52c40de..807d8bb3d 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-SNAPSHOT</version> + <version>1.1</version> </parent> <groupId>org.apache</groupId> diff --git a/core/pom.xml b/core/pom.xml index 693549d30..ee185af0f 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-SNAPSHOT</version> + <version>1.1</version> </parent> <artifactId>custos-core</artifactId> diff --git a/pom.xml b/pom.xml index a24453ab5..5c4d993c8 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-SNAPSHOT</version> + <version>1.1</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>HEAD</tag> + <tag>1.1</tag> </scm> <modules> diff --git a/services/pom.xml b/services/pom.xml index c9fb5665d..ec43db4d4 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-SNAPSHOT</version> + <version>1.1</version> </parent> <modelVersion>4.0.0</modelVersion>
