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

zkaoudi pushed a commit to branch release-1.0.0-RC4-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git

commit 3a64afdf3d25403613e5c85a4fc22dafd39ea3b6
Author: Zoi <[email protected]>
AuthorDate: Fri Jan 17 18:50:21 2025 +0100

    update versions
---
 pom.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1dbad0a5..8f3e8cf2 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.0.0-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-1.0.0-RC4-SNAPSHOT</tag>
+        <tag>wayang-1.0.0-SNAPSHOT</tag>
     </scm>
 
     <issueManagement>
@@ -100,7 +100,7 @@
         <maven.kotlin.skip>false</maven.kotlin.skip>
 
         <!-- Timestamp for the reproducible builds -->
-        
<project.build.outputTimestamp>2025-01-17T14:13:01Z</project.build.outputTimestamp>
+        
<project.build.outputTimestamp>2025-01-17T17:34:51Z</project.build.outputTimestamp>
 
         <scala.version>2.12.12</scala.version>
         <scala.mayor.version>2.12</scala.mayor.version>
@@ -159,7 +159,7 @@
                 <dependency>
                     <groupId>org.apache.wayang</groupId>
                     <artifactId>wayang-resources</artifactId>
-                    <version>1.0.1-SNAPSHOT</version>
+                    <version>1.0.0-SNAPSHOT</version>
                     <type>zip</type>
                     <optional>true</optional>
                 </dependency>
@@ -1327,11 +1327,11 @@
                     <releaseProfiles>apache-release</releaseProfiles>
                     <!--<pushChanges>false</pushChanges>-->
                     <!--<dryRun>true</dryRun>-->
-                    <releaseVersion>1.0.0-RC4-SNAPSHOT</releaseVersion>
+                    <releaseVersion>1.0.0-SNAPSHOT</releaseVersion>
                     <updateWorkingCopyVersions>true</updateWorkingCopyVersions>
                     <updateDependencies>true</updateDependencies>
-                    <tag>wayang-1.0.0-RC4-SNAPSHOT</tag>
-                    <scmReleaseCommitComment>@{prefix} prepare release 
1.0.0-RC4-SNAPSHOT</scmReleaseCommitComment>
+                    <tag>wayang-1.0.0</tag>
+                    <scmReleaseCommitComment>@{prefix} prepare release 
1.0.0</scmReleaseCommitComment>
                     
<tagNameFormat>apache-@{project.artifactId}-@{project.version}-incubating</tagNameFormat>
                     <tagNameFormat>v${project.version}</tagNameFormat>
                 </configuration>

Reply via email to