Skip to content

Commit fbcf410

Browse files
committed
[maven-release-plugin] prepare branch @{releaseLabel}
1 parent 30db547 commit fbcf410

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<connection>scm:git:https://gitbox.apache.org/repos/asf/incubator-wayang.git</connection>
6767
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/incubator-wayang.git</developerConnection>
6868
<url>https://github.com/apache/incubator-wayang</url>
69-
<tag>rel/1.0.0-SNAPSHOT</tag>
69+
<tag>rel/v1.0.0-rc5</tag>
7070
</scm>
7171

7272
<issueManagement>
@@ -100,7 +100,7 @@
100100
<maven.kotlin.skip>false</maven.kotlin.skip>
101101

102102
<!-- Timestamp for the reproducible builds -->
103-
<project.build.outputTimestamp>2024-02-05T12:46:07Z</project.build.outputTimestamp>
103+
<project.build.outputTimestamp>2025-01-31T13:17:28Z</project.build.outputTimestamp>
104104

105105
<scala.version>2.12.12</scala.version>
106106
<scala.mayor.version>2.12</scala.mayor.version>

wayang-applications/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
specific language governing permissions and limitations
1717
under the License.
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2120

2221
<modelVersion>4.0.0</modelVersion>
2322
<parent>

wayang-platforms/wayang-tensorflow/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@
1717
specific language governing permissions and limitations
1818
under the License.
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0"
21-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2321
<parent>
2422
<artifactId>wayang-platforms</artifactId>
2523
<groupId>org.apache.wayang</groupId>

0 commit comments

Comments
 (0)