Skip to content

Commit 8061eb2

Browse files
committed
build: Build Release 7.2.1.RC2
Signed-off-by: Christoph Rueger <chrisrueger@gmail.com>
1 parent dedc46e commit 8061eb2

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

cnf/build.bnd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ gpg: gpg --homedir ${def;USERHOME;~}/.gnupg --pinentry-mode loopback
5959
# -snapshot unset (commented out) is a snapshot build. (e.g. 6.0.0-SNAPSHOT)
6060
# -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)
6161
# -snapshot set to the empty string is a release build with no Maven version qualifier. (e.g. 6.0.0)
62-
-snapshot: RC1
62+
-snapshot: RC2
6363

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

gradle-plugins/gradle.properties

Lines changed: 1 addition & 1 deletion
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.2.1-RC1
7+
bnd_version: 7.2.1-RC2
88
bnd_distrepo: ../dist/bundles

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bnd_cnf=cnf
1010
# bnd_version is the version of the Bnd Gradle plugin
1111
# We use `+` for the master branch to use the latest snapshot.
1212
# We use a range, e.g. `[6.1.0-RC,6.2)` for the next branch.
13-
bnd_version=[7.2.0,7.3.0)
13+
bnd_version=[7.2.1-RC,7.3.0)
1414

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<version>${revision}</version>
1313

1414
<properties>
15-
<revision>7.2.1-RC1</revision>
15+
<revision>7.2.1-RC2</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)