From 709285cfa06c1c5265e69bd22697ca70bbd280b6 Mon Sep 17 00:00:00 2001 From: Peter Kriens Date: Fri, 8 Sep 2023 18:30:33 +0200 Subject: [PATCH] build: Build Release 7.0.0.RC1 --- Signed-off-by: Peter Kriens Signed-off-by: Peter Kriens --- cnf/build.bnd | 3 ++- gradle-plugins/gradle.properties | 2 +- gradle.properties | 2 +- maven-plugins/bnd-plugin-parent/pom.xml | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/cnf/build.bnd b/cnf/build.bnd index c05a579a4f..e6bffac9f9 100644 --- a/cnf/build.bnd +++ b/cnf/build.bnd @@ -46,7 +46,8 @@ Bundle-Version: ${base.version}.${tstamp}-SNAPSHOT -groupid: biz.aQute.bnd -pom: version=${if;${def;-snapshot};${versionmask;===;${@version}}-${def;-snapshot};${versionmask;===s;${@version}}} -maven-release: pom;path=JAR,javadoc;-classpath="${project.buildpath}" -# -snapshot unset (commented out) is a snapshot build. (e.g. 6.0.0-SNAPSHOT) +-snapshot: RC1 + # -snapshot set to a value (e.g. RC1) is a release build with the value as the Maven version qualifier. (e.g. 6.0.0-RC1) # -snapshot set to the empty string is a release build with no Maven version qualifier. (e.g. 6.0.0) #-snapshot: diff --git a/gradle-plugins/gradle.properties b/gradle-plugins/gradle.properties index 2edbd03cb2..d19c438d10 100644 --- a/gradle-plugins/gradle.properties +++ b/gradle-plugins/gradle.properties @@ -4,5 +4,5 @@ org.gradle.jvmargs=-Xms1024m -Xmx2048m systemProp.org.gradle.internal.publish.checksums.insecure=true bnd_group: biz.aQute.bnd -bnd_version: 7.0.0-SNAPSHOT +bnd_version: 7.0.0-RC1 bnd_distrepo: ../dist/bundles diff --git a/gradle.properties b/gradle.properties index eab4afd9d7..f070cd15a1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ bnd_cnf=cnf # bnd_version is the version of the Bnd Gradle plugin # We use `+` for the master branch to use the latest snapshot. # We use a range, e.g. `[6.1.0-RC,6.2)` for the next branch. -bnd_version=+ +bnd_version=[7.0.0-RC,7.1.0) # The URLs to the repos for the Bnd Gradle plugin bnd_snapshots=https://bndtools.jfrog.io/bndtools/libs-snapshot-local diff --git a/maven-plugins/bnd-plugin-parent/pom.xml b/maven-plugins/bnd-plugin-parent/pom.xml index 99666ef623..d9b6f70e52 100644 --- a/maven-plugins/bnd-plugin-parent/pom.xml +++ b/maven-plugins/bnd-plugin-parent/pom.xml @@ -12,7 +12,7 @@ ${revision} - 7.0.0-SNAPSHOT + 7.0.0-RC1 1980-02-01T00:00:00Z UTF-8 UTF-8