Skip to content

Commit c3ff149

Browse files
committed
build: Build release 7.1.0.RC1
--- Signed-off-by: Peter Kriens <[email protected]> Signed-off-by: Peter Kriens <[email protected]>
1 parent 2fc3187 commit c3ff149

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cnf/build.bnd

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Bundle-Version: ${base.version}.${tstamp}-SNAPSHOT
4949
# -snapshot unset (commented out) is a snapshot build. (e.g. 6.0.0-SNAPSHOT)
5050
# -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)
5151
# -snapshot set to the empty string is a release build with no Maven version qualifier. (e.g. 6.0.0)
52-
#-snapshot:
52+
-snapshot: RC1
5353

5454
Automatic-Module-Name: ${def;bsn}
5555
Bundle-Vendor: Bndtools https://bndtools.org/

gradle-plugins/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ org.gradle.jvmargs=-Xms1024m -Xmx2048m
44
systemProp.org.gradle.internal.publish.checksums.insecure=true
55

66
bnd_group: biz.aQute.bnd
7-
bnd_version: 7.1.0-SNAPSHOT
7+
bnd_version: 7.1.0-RC1
88
bnd_distrepo: ../dist/bundles

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ bnd_cnf=cnf
77
# bnd_version is the version of the Bnd Gradle plugin
88
# We use `+` for the master branch to use the latest snapshot.
99
# We use a range, e.g. `[6.1.0-RC,6.2)` for the next branch.
10-
bnd_version=+
10+
bnd_version=[7.1.0-RC,7.2)
1111

1212
# The URLs to the repos for the Bnd Gradle plugin
1313
bnd_snapshots=https://bndtools.jfrog.io/bndtools/libs-snapshot-local

maven-plugins/bnd-plugin-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<version>${revision}</version>
1313

1414
<properties>
15-
<revision>7.1.0-SNAPSHOT</revision>
15+
<revision>7.1.0-RC1</revision>
1616
<project.build.outputTimestamp>1980-02-01T00:00:00Z</project.build.outputTimestamp>
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1818
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

0 commit comments

Comments
 (0)