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 20b40045a [maven-release-plugin] rollback the release of 1.1
20b40045a is described below
commit 20b40045aaad224aa78813dc03ae9341b42ea054
Author: lahiruj <[email protected]>
AuthorDate: Fri Dec 6 01:47:40 2024 -0500
[maven-release-plugin] rollback the release of 1.1
---
pom.xml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index ad2fa5e43..c9d47cb21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,9 +151,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
- <version>3.1.1</version>
+ <version>3.0.1</version>
<configuration>
-
<tagNameFormat>@{project.artifactId}-@{project.version}</tagNameFormat>
+ <tagNameFormat>@{project.version}</tagNameFormat>
+ <checkModificationExcludes>
+
<checkModificationExclude>pom.xml</checkModificationExclude>
+ </checkModificationExcludes>
</configuration>
</plugin>
<plugin>