Skip to content

Commit

Permalink
build: Start 6.3.1 stream
Browse files Browse the repository at this point in the history
Signed-off-by: BJ Hargrave <bj@hargrave.dev>
  • Loading branch information
bjhargrave committed Jun 4, 2022
1 parent 90e7ecf commit ccfff79
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion biz.aQute.bndlib/src/aQute/bnd/osgi/About.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public class About {
public static final Version _6_0 = new Version(6, 0, 0);
public static final Version _6_1 = new Version(6, 1, 0);
public static final Version _6_2 = new Version(6, 2, 0);
public static final Version _6_3 = new Version(6, 3, 0);
public static final Version _6_3 = new Version(6, 3, 1);
public static final Version CURRENT = _6_3;

public static final String[] CHANGES_6_3 = {};
Expand Down
6 changes: 3 additions & 3 deletions cnf/build.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Git-Descriptor: ${system-allow-fail;git describe --dirty --always --abbr
Git-SHA: ${system-allow-fail;git rev-list -1 --no-abbrev-commit HEAD}

# This is the version to baseline this build against. See cnf/ext/baseline.mvn.
baseline.version: 6.2.0
baseline.version: 6.3.0
# biz.aQute.bndlib:aQute.bnd.osgi.About.CURRENT needs to be kept in sync with the base.version.
base.version: 6.3.0
base.version: 6.3.1
Bundle-Version: ${base.version}.${tstamp}-SNAPSHOT
# Don't baseline Bundle-Version
-diffignore: Bundle-Version
Expand Down Expand Up @@ -57,7 +57,7 @@ Bundle-Version: ${base.version}.${tstamp}-SNAPSHOT
# -snapshot unset (commented out) is a snapshot build. (e.g. 6.0.0-SNAPSHOT)
# -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:
#-snapshot:

Automatic-Module-Name: ${def;bsn}
Bundle-Vendor: Bndtools https://bndtools.org/
Expand Down
2 changes: 1 addition & 1 deletion gradle-plugins/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ org.gradle.jvmargs=-Xms1024m -Xmx2048m
systemProp.org.gradle.internal.publish.checksums.insecure=true

bnd_group: biz.aQute.bnd
bnd_version: 6.3.0
bnd_version: 6.3.1-SNAPSHOT
bnd_distrepo: ../dist/bundles
2 changes: 1 addition & 1 deletion maven/bnd-plugin-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<version>${revision}</version>

<properties>
<revision>6.3.0</revision>
<revision>6.3.1-SNAPSHOT</revision>
<project.build.outputTimestamp>1980-02-01T00:00:00Z</project.build.outputTimestamp>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down

0 comments on commit ccfff79

Please sign in to comment.