This is an automated email from the ASF dual-hosted git repository.

sejer pushed a commit to branch rel/1.1.0-rc1
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git


The following commit(s) were added to refs/heads/rel/1.1.0-rc1 by this push:
     new 47e9a5e00 set version 1.1.0
47e9a5e00 is described below

commit 47e9a5e007049bdf548195bc7a208209a0d5788e
Author: mspruc <[email protected]>
AuthorDate: Mon Jun 23 16:43:10 2025 +0200

    set version 1.1.0
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index ccbe187d3..e069a5eca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.wayang</groupId>
     <artifactId>wayang</artifactId>
-    <version>1.0.0</version>
+    <version>1.1.0</version>
     <packaging>pom</packaging>
 
     <name>Apache Wayang (incubating)</name>
@@ -160,7 +160,7 @@
                 <dependency>
                     <groupId>org.apache.wayang</groupId>
                     <artifactId>wayang-resources</artifactId>
-                    <version>1.0.0</version>
+                    <version>1.1.0</version>
                     <type>zip</type>
                     <optional>true</optional>
                 </dependency>
@@ -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.1.0-rc1</tag>
-                    <scmReleaseCommitComment>@{prefix} prepare release 
1.0.0</scmReleaseCommitComment>
+                    <scmReleaseCommitComment>@{prefix} prepare release 
1.1.0</scmReleaseCommitComment>
                     
<tagNameFormat>apache-@{project.artifactId}-@{project.version}-incubating</tagNameFormat>
                     <tagNameFormat>v${project.version}</tagNameFormat>
                 </configuration>

Reply via email to