This is an automated email from the ASF dual-hosted git repository. kamir pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
commit e08cbf979d8e889ada9d6dc591047c22d9ca0497 Author: Mirko Kämpf <[email protected]> AuthorDate: Tue Jan 30 20:29:50 2024 +0100 updated RELEASE NOTES to prep release v1.0.0 --- RELEASE_NOTES | 28 ++++++++++++++++++++++++++++ release.properties | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index f031cea9..cfab47b3 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,3 +1,31 @@ +============================================================== +Apache Wayang (incubating) 1.0.0 +============================================================== + +This is a major release of Apache Wayang (incubating). +Based on this release the projects wants to continue the path towards becoming an +Apache TLP. + +This release supports the following frameworks: +- ... + +Previous updates that are included in this release: +- ... + +NOTE: depending on the scala version the list of the supported platforms available +could be different. + + +New Features +------------ +[WAYANG-...] ... + +Incompatible changes +-------------------- +NONE +- ... + + ============================================================== Apache Wayang (incubating) 0.7.1 ============================================================== diff --git a/release.properties b/release.properties new file mode 100644 index 00000000..ff9fc825 --- /dev/null +++ b/release.properties @@ -0,0 +1,50 @@ +#release configuration +#Tue Jan 30 20:29:12 CET 2024 +projectVersionPolicyId=default +scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel} +project.scm.org.apache.wayang\:wayang-api-scala-java.empty=true +project.scm.org.apache.wayang\:wayang.developerConnection=scm\:git\:https\://gitbox.apache.org/repos/asf/incubator-wayang.git +project.scm.org.apache.wayang\:wayang-jdbc-template.empty=true +projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n +project.scm.org.apache.wayang\:wayang-benchmark.empty=true +project.scm.org.apache.wayang\:wayang-profiler.empty=true +project.scm.org.apache.wayang\:wayang-ml4all.empty=true +scm.commentPrefix=[maven-release-plugin] +releaseStrategyId=default +project.scm.org.apache.wayang\:wayang-assembly.empty=true +project.scm.org.apache.wayang\:wayang-basic.empty=true +project.scm.org.apache.wayang\:wayang-plugins.empty=true +autoResolveSnapshots=all +project.scm.org.apache.wayang\:wayang.tag=wayang-0.7.1 +completedPhase=check-poms +project.scm.org.apache.wayang\:wayang-api-sql.empty=true +project.scm.org.apache.wayang\:wayang-commons.empty=true +project.scm.org.apache.wayang\:wayang-giraph.empty=true +scm.tag=wayang-0.7.1 +preparationGoals=clean verify +exec.pomFileName=pom.xml +project.scm.org.apache.wayang\:wayang-spark.empty=true +project.scm.org.apache.wayang\:wayang-resources.empty=true +pinExternals=false +project.scm.org.apache.wayang\:wayang-generic-jdbc.empty=true +project.scm.org.apache.wayang\:wayang-api-python.empty=true +project.scm.org.apache.wayang\:wayang-platforms.empty=true +project.scm.org.apache.wayang\:wayang-java.empty=true +pushChanges=true +project.scm.org.apache.wayang\:wayang.url=https\://github.com/apache/incubator-wayang +project.scm.org.apache.wayang\:wayang-utils-profile-db.empty=true +project.scm.org.apache.wayang\:wayang-sqlite3.empty=true +project.scm.org.apache.wayang\:wayang-postgres.empty=true +project.scm.org.apache.wayang\:wayang-tests-integration.empty=true +scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel} +remoteTagging=true +project.scm.org.apache.wayang\:wayang-core.empty=true +project.scm.org.apache.wayang\:wayang-flink.empty=true +scm.url=scm\:git\:https\://gitbox.apache.org/repos/asf/incubator-wayang.git +scm.developmentCommitComment=@{prefix} prepare for next development iteration +project.scm.org.apache.wayang\:wayang-iejoin.empty=true +scm.tagNameFormat=v0.7.1-SNAPSHOT +exec.snapshotReleasePluginAllowed=false +project.scm.org.apache.wayang\:wayang.connection=scm\:git\:https\://gitbox.apache.org/repos/asf/incubator-wayang.git +scm.releaseCommitComment=@{prefix} prepare release 0.7.1 +project.scm.org.apache.wayang\:wayang-api.empty=true
