This is an automated email from the ASF dual-hosted git repository.
sejer pushed a commit to branch rel/1.1.0-rc2
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
The following commit(s) were added to refs/heads/rel/1.1.0-rc2 by this push:
new c868d66a6 update tag & 1.1.0 version in main pom
c868d66a6 is described below
commit c868d66a612a6d74adf4a11835ec655cb28cb039
Author: mspruc <[email protected]>
AuthorDate: Tue Jun 24 09:11:45 2025 +0200
update tag & 1.1.0 version in main pom
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index dae4363f1..1fc424ada 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1354,11 +1354,11 @@
<releaseProfiles>apache-release</releaseProfiles>
<!--<pushChanges>false</pushChanges>-->
<!--<dryRun>true</dryRun>-->
- <releaseVersion>1.0.0</releaseVersion>
+ <releaseVersion>1.1.0</releaseVersion>
<updateWorkingCopyVersions>true</updateWorkingCopyVersions>
<updateDependencies>true</updateDependencies>
- <tag>v1.0.0-rc5</tag>
- <scmReleaseCommitComment>@{prefix} prepare release
1.0.0</scmReleaseCommitComment>
+ <tag>v1.1.0-rc2</tag>
+ <scmReleaseCommitComment>@{prefix} prepare release
1.1.0</scmReleaseCommitComment>
<tagNameFormat>apache-@{project.artifactId}-@{project.version}-incubating</tagNameFormat>
<tagNameFormat>v${project.version}</tagNameFormat>
</configuration>