Skip to content

Commit ccfff79

Browse files
committed
build: Start 6.3.1 stream
Signed-off-by: BJ Hargrave <[email protected]>
1 parent 90e7ecf commit ccfff79

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

biz.aQute.bndlib/src/aQute/bnd/osgi/About.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public class About {
6868
public static final Version _6_0 = new Version(6, 0, 0);
6969
public static final Version _6_1 = new Version(6, 1, 0);
7070
public static final Version _6_2 = new Version(6, 2, 0);
71-
public static final Version _6_3 = new Version(6, 3, 0);
71+
public static final Version _6_3 = new Version(6, 3, 1);
7272
public static final Version CURRENT = _6_3;
7373

7474
public static final String[] CHANGES_6_3 = {};

cnf/build.bnd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Git-Descriptor: ${system-allow-fail;git describe --dirty --always --abbr
2020
Git-SHA: ${system-allow-fail;git rev-list -1 --no-abbrev-commit HEAD}
2121

2222
# This is the version to baseline this build against. See cnf/ext/baseline.mvn.
23-
baseline.version: 6.2.0
23+
baseline.version: 6.3.0
2424
# biz.aQute.bndlib:aQute.bnd.osgi.About.CURRENT needs to be kept in sync with the base.version.
25-
base.version: 6.3.0
25+
base.version: 6.3.1
2626
Bundle-Version: ${base.version}.${tstamp}-SNAPSHOT
2727
# Don't baseline Bundle-Version
2828
-diffignore: Bundle-Version
@@ -57,7 +57,7 @@ Bundle-Version: ${base.version}.${tstamp}-SNAPSHOT
5757
# -snapshot unset (commented out) is a snapshot build. (e.g. 6.0.0-SNAPSHOT)
5858
# -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)
5959
# -snapshot set to the empty string is a release build with no Maven version qualifier. (e.g. 6.0.0)
60-
-snapshot:
60+
#-snapshot:
6161

6262
Automatic-Module-Name: ${def;bsn}
6363
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: 6.3.0
7+
bnd_version: 6.3.1-SNAPSHOT
88
bnd_distrepo: ../dist/bundles

maven/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>6.3.0</revision>
15+
<revision>6.3.1-SNAPSHOT</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)