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
commit 97d924c5b63e1ca47c14b2b00b6a7fc6faf9c3e8 Author: mspruc <[email protected]> AuthorDate: Tue Jun 24 08:30:07 2025 +0200 update pom versions --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 1d6b95add..b394c9190 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.wayang</groupId> <artifactId>wayang</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.1.0</version> <packaging>pom</packaging> <name>Apache Wayang (incubating)</name> @@ -66,7 +66,7 @@ <connection>scm:git:https://gitbox.apache.org/repos/asf/incubator-wayang.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/incubator-wayang.git</developerConnection> <url>https://github.com/apache/incubator-wayang</url> - <tag>v1.0.0-rc5</tag> + <tag>v1.1.0-rc2</tag> </scm> <issueManagement> @@ -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-rc5</tag> + <scmReleaseCommitComment>@{prefix} prepare release 1.1.0</scmReleaseCommitComment> <tagNameFormat>apache-@{project.artifactId}-@{project.version}-incubating</tagNameFormat> <tagNameFormat>v${project.version}</tagNameFormat> </configuration>
