diff --git a/biz.aQute.bndlib/src/aQute/bnd/osgi/About.java b/biz.aQute.bndlib/src/aQute/bnd/osgi/About.java index 35921dc126..5506652be1 100644 --- a/biz.aQute.bndlib/src/aQute/bnd/osgi/About.java +++ b/biz.aQute.bndlib/src/aQute/bnd/osgi/About.java @@ -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 = {}; diff --git a/cnf/build.bnd b/cnf/build.bnd index e3204dcf1e..86b347098c 100644 --- a/cnf/build.bnd +++ b/cnf/build.bnd @@ -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 @@ -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/ diff --git a/gradle-plugins/gradle.properties b/gradle-plugins/gradle.properties index 73d974c916..5abd9e0333 100644 --- a/gradle-plugins/gradle.properties +++ b/gradle-plugins/gradle.properties @@ -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 diff --git a/maven/bnd-plugin-parent/pom.xml b/maven/bnd-plugin-parent/pom.xml index 600fbf2a2b..4b7308b74a 100644 --- a/maven/bnd-plugin-parent/pom.xml +++ b/maven/bnd-plugin-parent/pom.xml @@ -12,7 +12,7 @@ ${revision} - 6.3.0 + 6.3.1-SNAPSHOT 1980-02-01T00:00:00Z UTF-8 UTF-8