Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
glauesppen committed Jul 12, 2023
1 parent 1c475cd commit c2d3997
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>org.apache.wayang</groupId>
<artifactId>wayang</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
<packaging>pom</packaging>

<name>Apache Wayang (incubating)</name>
Expand Down Expand Up @@ -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>rel/0.7.0</tag>
<tag>wayang-0.7.0</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -100,7 +100,7 @@
<maven.kotlin.skip>false</maven.kotlin.skip>

<!-- Timestamp for the reproducible builds -->
<project.build.outputTimestamp>2023-07-11T21:59:33Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-07-12T08:19:57Z</project.build.outputTimestamp>

<assertj.version>3.17.2</assertj.version>
<commons-io.version>2.5</commons-io.version>
Expand Down
2 changes: 1 addition & 1 deletion wayang-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>wayang</artifactId>
<groupId>org.apache.wayang</groupId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
</parent>

<artifactId>wayang-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wayang-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>wayang</artifactId>
<groupId>org.apache.wayang</groupId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion wayang-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>wayang</artifactId>
<groupId>org.apache.wayang</groupId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion wayang-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wayang</groupId>
<artifactId>wayang</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
</parent>

<artifactId>wayang-commons</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wayang-platforms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>wayang</artifactId>
<groupId>org.apache.wayang</groupId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
</parent>

<artifactId>wayang-platforms</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wayang-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>wayang</artifactId>
<groupId>org.apache.wayang</groupId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
</parent>

<artifactId>wayang-plugins</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wayang-profiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>wayang</artifactId>
<groupId>org.apache.wayang</groupId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
</parent>

<artifactId>wayang-profiler</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wayang-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>wayang</artifactId>
<groupId>org.apache.wayang</groupId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion wayang-tests-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>wayang</artifactId>
<groupId>org.apache.wayang</groupId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
</parent>

<artifactId>wayang-tests-integration</artifactId>
Expand Down

0 comments on commit c2d3997

Please sign in to comment.