This is an automated email from the ASF dual-hosted git repository. bertty pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
commit 70212ef2ad4d950a41c6cf984d8744951e3bd0f8 Author: bertty <[email protected]> AuthorDate: Thu Oct 14 20:40:36 2021 +0200 [maven-release-plugin] prepare branch @{releaseLabel} --- pom.xml | 4 ++-- wayang-api/wayang-api-scala-java/wayang-api-scala-java_2.11/pom.xml | 4 +--- wayang-api/wayang-api-scala-java/wayang-api-scala-java_2.12/pom.xml | 4 +--- wayang-benchmark/wayang-benchmark_2.11/pom.xml | 4 +--- wayang-benchmark/wayang-benchmark_2.12/pom.xml | 4 +--- wayang-platforms/wayang-flink/wayang-flink_2.11/pom.xml | 4 +--- wayang-platforms/wayang-flink/wayang-flink_2.12/pom.xml | 4 +--- wayang-platforms/wayang-spark/wayang-spark_2.11/pom.xml | 4 +--- wayang-platforms/wayang-spark/wayang-spark_2.12/pom.xml | 4 +--- wayang-plugins/wayang-iejoin/wayang-iejoin_2.11/pom.xml | 4 +--- wayang-plugins/wayang-iejoin/wayang-iejoin_2.12/pom.xml | 4 +--- wayang-profiler/wayang-profiler_2.11/pom.xml | 4 +--- wayang-profiler/wayang-profiler_2.12/pom.xml | 4 +--- wayang-tests-integration/wayang-tests-integration_2.11/pom.xml | 4 +--- wayang-tests-integration/wayang-tests-integration_2.12/pom.xml | 4 +--- 15 files changed, 16 insertions(+), 44 deletions(-) diff --git a/pom.xml b/pom.xml index f172d3e..8aa627a 100644 --- a/pom.xml +++ b/pom.xml @@ -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>v0.6.0</tag> + <tag>rel/0.6.0</tag> </scm> <issueManagement> @@ -100,7 +100,7 @@ <maven.kotlin.skip>false</maven.kotlin.skip> <!-- Timestamp for the reproducible builds --> - <project.build.outputTimestamp>2021-10-14T18:30:09Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2021-10-14T18:40:36Z</project.build.outputTimestamp> <assertj.version>3.17.2</assertj.version> <commons-io.version>2.5</commons-io.version> diff --git a/wayang-api/wayang-api-scala-java/wayang-api-scala-java_2.11/pom.xml b/wayang-api/wayang-api-scala-java/wayang-api-scala-java_2.11/pom.xml index 00c1593..861014e 100644 --- a/wayang-api/wayang-api-scala-java/wayang-api-scala-java_2.11/pom.xml +++ b/wayang-api/wayang-api-scala-java/wayang-api-scala-java_2.11/pom.xml @@ -17,9 +17,7 @@ specific language governing permissions and limitations under the License. --> -<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"> +<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"> <parent> <artifactId>wayang-api-scala-java</artifactId> <groupId>org.apache.wayang</groupId> diff --git a/wayang-api/wayang-api-scala-java/wayang-api-scala-java_2.12/pom.xml b/wayang-api/wayang-api-scala-java/wayang-api-scala-java_2.12/pom.xml index 3ac0753..edc5dd3 100644 --- a/wayang-api/wayang-api-scala-java/wayang-api-scala-java_2.12/pom.xml +++ b/wayang-api/wayang-api-scala-java/wayang-api-scala-java_2.12/pom.xml @@ -17,9 +17,7 @@ specific language governing permissions and limitations under the License. --> -<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"> +<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"> <parent> <artifactId>wayang-api-scala-java</artifactId> <groupId>org.apache.wayang</groupId> diff --git a/wayang-benchmark/wayang-benchmark_2.11/pom.xml b/wayang-benchmark/wayang-benchmark_2.11/pom.xml index 0d863bb..9784513 100644 --- a/wayang-benchmark/wayang-benchmark_2.11/pom.xml +++ b/wayang-benchmark/wayang-benchmark_2.11/pom.xml @@ -17,9 +17,7 @@ specific language governing permissions and limitations under the License. --> -<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"> +<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"> <parent> <artifactId>wayang-benchmark</artifactId> <groupId>org.apache.wayang</groupId> diff --git a/wayang-benchmark/wayang-benchmark_2.12/pom.xml b/wayang-benchmark/wayang-benchmark_2.12/pom.xml index 94eb66d..f678a6f 100644 --- a/wayang-benchmark/wayang-benchmark_2.12/pom.xml +++ b/wayang-benchmark/wayang-benchmark_2.12/pom.xml @@ -17,9 +17,7 @@ specific language governing permissions and limitations under the License. --> -<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"> +<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"> <parent> <artifactId>wayang-benchmark</artifactId> <groupId>org.apache.wayang</groupId> diff --git a/wayang-platforms/wayang-flink/wayang-flink_2.11/pom.xml b/wayang-platforms/wayang-flink/wayang-flink_2.11/pom.xml index a917f86..7a8ac16 100644 --- a/wayang-platforms/wayang-flink/wayang-flink_2.11/pom.xml +++ b/wayang-platforms/wayang-flink/wayang-flink_2.11/pom.xml @@ -17,9 +17,7 @@ specific language governing permissions and limitations under the License. --> -<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"> +<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"> <parent> <artifactId>wayang-flink</artifactId> <groupId>org.apache.wayang</groupId> diff --git a/wayang-platforms/wayang-flink/wayang-flink_2.12/pom.xml b/wayang-platforms/wayang-flink/wayang-flink_2.12/pom.xml index cb796a7..651d96a 100644 --- a/wayang-platforms/wayang-flink/wayang-flink_2.12/pom.xml +++ b/wayang-platforms/wayang-flink/wayang-flink_2.12/pom.xml @@ -17,9 +17,7 @@ specific language governing permissions and limitations under the License. --> -<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"> +<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"> <parent> <artifactId>wayang-flink</artifactId> <groupId>org.apache.wayang</groupId> diff --git a/wayang-platforms/wayang-spark/wayang-spark_2.11/pom.xml b/wayang-platforms/wayang-spark/wayang-spark_2.11/pom.xml index 50859a6..27a80eb 100644 --- a/wayang-platforms/wayang-spark/wayang-spark_2.11/pom.xml +++ b/wayang-platforms/wayang-spark/wayang-spark_2.11/pom.xml @@ -17,9 +17,7 @@ specific language governing permissions and limitations under the License. --> -<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"> +<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"> <parent> <artifactId>wayang-spark</artifactId> <groupId>org.apache.wayang</groupId> diff --git a/wayang-platforms/wayang-spark/wayang-spark_2.12/pom.xml b/wayang-platforms/wayang-spark/wayang-spark_2.12/pom.xml index 49c15af..4d3d71d 100644 --- a/wayang-platforms/wayang-spark/wayang-spark_2.12/pom.xml +++ b/wayang-platforms/wayang-spark/wayang-spark_2.12/pom.xml @@ -17,9 +17,7 @@ specific language governing permissions and limitations under the License. --> -<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"> +<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"> <parent> <artifactId>wayang-spark</artifactId> <groupId>org.apache.wayang</groupId> diff --git a/wayang-plugins/wayang-iejoin/wayang-iejoin_2.11/pom.xml b/wayang-plugins/wayang-iejoin/wayang-iejoin_2.11/pom.xml index 1ec3af0..810af13 100644 --- a/wayang-plugins/wayang-iejoin/wayang-iejoin_2.11/pom.xml +++ b/wayang-plugins/wayang-iejoin/wayang-iejoin_2.11/pom.xml @@ -17,9 +17,7 @@ specific language governing permissions and limitations under the License. --> -<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"> +<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"> <parent> <artifactId>wayang-iejoin</artifactId> <groupId>org.apache.wayang</groupId> diff --git a/wayang-plugins/wayang-iejoin/wayang-iejoin_2.12/pom.xml b/wayang-plugins/wayang-iejoin/wayang-iejoin_2.12/pom.xml index 18bcb69..2f49376 100644 --- a/wayang-plugins/wayang-iejoin/wayang-iejoin_2.12/pom.xml +++ b/wayang-plugins/wayang-iejoin/wayang-iejoin_2.12/pom.xml @@ -17,9 +17,7 @@ specific language governing permissions and limitations under the License. --> -<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"> +<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"> <parent> <artifactId>wayang-iejoin</artifactId> <groupId>org.apache.wayang</groupId> diff --git a/wayang-profiler/wayang-profiler_2.11/pom.xml b/wayang-profiler/wayang-profiler_2.11/pom.xml index 8e4558a..6825181 100644 --- a/wayang-profiler/wayang-profiler_2.11/pom.xml +++ b/wayang-profiler/wayang-profiler_2.11/pom.xml @@ -17,9 +17,7 @@ specific language governing permissions and limitations under the License. --> -<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"> +<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"> <parent> <artifactId>wayang-profiler</artifactId> <groupId>org.apache.wayang</groupId> diff --git a/wayang-profiler/wayang-profiler_2.12/pom.xml b/wayang-profiler/wayang-profiler_2.12/pom.xml index 9b198e0..0371486 100644 --- a/wayang-profiler/wayang-profiler_2.12/pom.xml +++ b/wayang-profiler/wayang-profiler_2.12/pom.xml @@ -17,9 +17,7 @@ specific language governing permissions and limitations under the License. --> -<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"> +<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"> <parent> <artifactId>wayang-profiler</artifactId> <groupId>org.apache.wayang</groupId> diff --git a/wayang-tests-integration/wayang-tests-integration_2.11/pom.xml b/wayang-tests-integration/wayang-tests-integration_2.11/pom.xml index ca0f939..8f5ff74 100644 --- a/wayang-tests-integration/wayang-tests-integration_2.11/pom.xml +++ b/wayang-tests-integration/wayang-tests-integration_2.11/pom.xml @@ -17,9 +17,7 @@ specific language governing permissions and limitations under the License. --> -<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"> +<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"> <parent> <artifactId>wayang-tests-integration</artifactId> <groupId>org.apache.wayang</groupId> diff --git a/wayang-tests-integration/wayang-tests-integration_2.12/pom.xml b/wayang-tests-integration/wayang-tests-integration_2.12/pom.xml index f2b5ca2..bf39175 100644 --- a/wayang-tests-integration/wayang-tests-integration_2.12/pom.xml +++ b/wayang-tests-integration/wayang-tests-integration_2.12/pom.xml @@ -17,9 +17,7 @@ specific language governing permissions and limitations under the License. --> -<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"> +<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"> <parent> <artifactId>wayang-tests-integration</artifactId> <groupId>org.apache.wayang</groupId>
