This is an automated email from the ASF dual-hosted git repository. glauesppen pushed a commit to annotated tag wayang-0.7.1 in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
commit 7ecbf388eed23c71136133940bcb610f76452aa5 Author: Glaucia <[email protected]> AuthorDate: Tue Aug 15 12:07:27 2023 +0100 [maven-release-plugin] rollback the release of wayang-0.7.1 --- pom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 8d23912d..0fcad523 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.wayang</groupId> <artifactId>wayang</artifactId> - <version>0.7.0</version> + <version>0.7.1-SNAPSHOT</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>wayang-0.7.0</tag> + <tag>rel/0.7.1</tag> </scm> <issueManagement> @@ -100,7 +100,7 @@ <maven.kotlin.skip>false</maven.kotlin.skip> <!-- Timestamp for the reproducible builds --> - <project.build.outputTimestamp>2023-08-15T10:59:40Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-08-15T10:46:43Z</project.build.outputTimestamp> <assertj.version>3.17.2</assertj.version> <commons-io.version>2.5</commons-io.version> @@ -175,7 +175,7 @@ <dependency> <groupId>org.apache.wayang</groupId> <artifactId>wayang-resources</artifactId> - <version>0.7.0</version> + <version>0.7.1</version> <type>zip</type> <optional>true</optional> </dependency> @@ -1498,11 +1498,11 @@ <releaseProfiles>apache-release</releaseProfiles> <!--<pushChanges>false</pushChanges>--> <!--<dryRun>true</dryRun>--> - <releaseVersion>0.7.0</releaseVersion> + <releaseVersion>0.7.1</releaseVersion> <updateWorkingCopyVersions>true</updateWorkingCopyVersions> <updateDependencies>true</updateDependencies> - <tag>wayang-0.7.0</tag> - <scmReleaseCommitComment>@{prefix} prepare release 0.7.0</scmReleaseCommitComment> + <tag>wayang-0.7.1</tag> + <scmReleaseCommitComment>@{prefix} prepare release 0.7.1</scmReleaseCommitComment> <tagNameFormat>apache-@{project.artifactId}-@{project.version}-incubating</tagNameFormat> <tagNameFormat>v${project.version}</tagNameFormat> </configuration>
