File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
biz.aQute.bndlib/src/aQute/bnd/osgi Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ public class About {
68
68
public static final Version _6_0 = new Version (6 , 0 , 0 );
69
69
public static final Version _6_1 = new Version (6 , 1 , 0 );
70
70
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 );
72
72
public static final Version CURRENT = _6_3 ;
73
73
74
74
public static final String [] CHANGES_6_3 = {};
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ Git-Descriptor: ${system-allow-fail;git describe --dirty --always --abbr
20
20
Git-SHA: ${system-allow-fail;git rev-list -1 --no-abbrev-commit HEAD}
21
21
22
22
# 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
24
24
# 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
26
26
Bundle-Version: ${base.version}.${tstamp}-SNAPSHOT
27
27
# Don't baseline Bundle-Version
28
28
-diffignore: Bundle-Version
@@ -57,7 +57,7 @@ Bundle-Version: ${base.version}.${tstamp}-SNAPSHOT
57
57
# -snapshot unset (commented out) is a snapshot build. (e.g. 6.0.0-SNAPSHOT)
58
58
# -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)
59
59
# -snapshot set to the empty string is a release build with no Maven version qualifier. (e.g. 6.0.0)
60
- -snapshot:
60
+ # -snapshot:
61
61
62
62
Automatic-Module-Name: ${def;bsn}
63
63
Bundle-Vendor: Bndtools https://bndtools.org/
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ org.gradle.jvmargs=-Xms1024m -Xmx2048m
4
4
systemProp.org.gradle.internal.publish.checksums.insecure =true
5
5
6
6
bnd_group : biz.aQute.bnd
7
- bnd_version : 6.3.0
7
+ bnd_version : 6.3.1-SNAPSHOT
8
8
bnd_distrepo : ../dist/bundles
Original file line number Diff line number Diff line change 12
12
<version >${revision} </version >
13
13
14
14
<properties >
15
- <revision >6.3.0 </revision >
15
+ <revision >6.3.1-SNAPSHOT </revision >
16
16
<project .build.outputTimestamp>1980-02-01T00:00:00Z</project .build.outputTimestamp>
17
17
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
18
18
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
You can’t perform that action at this time.
0 commit comments