Skip to content

Commit 82aa10e

Browse files
committed
build: Build release 6.2.0.RC4
Signed-off-by: BJ Hargrave <[email protected]>
1 parent 2d151b9 commit 82aa10e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: cnf/build.bnd

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Bundle-Version: ${base.version}.${tstamp}-SNAPSHOT
3434
# -snapshot unset (commented out) is a snapshot build. (e.g. 6.0.0-SNAPSHOT)
3535
# -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)
3636
# -snapshot set to the empty string is a release build with no Maven version qualifier. (e.g. 6.0.0)
37-
-snapshot: RC3
37+
-snapshot: RC4
3838

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

Diff for: gradle-plugins/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
org.gradle.jvmargs=-Xms1024m -Xmx2048m
33

44
bnd_group: biz.aQute.bnd
5-
bnd_version: 6.2.0-RC3
5+
bnd_version: 6.2.0-RC4
66
bnd_distrepo: ../dist/bundles

Diff for: maven/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>6.2.0-RC3</revision>
15+
<revision>6.2.0-RC4</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)