File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Bundle-Version: ${base.version}.${tstamp}-SNAPSHOT
34
34
# -snapshot unset (commented out) is a snapshot build. (e.g. 6.0.0-SNAPSHOT)
35
35
# -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)
36
36
# -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
38
38
39
39
Automatic-Module-Name: ${def;bsn}
40
40
Bundle-Vendor: Bndtools https://bndtools.org/
Original file line number Diff line number Diff line change 2
2
org.gradle.jvmargs =-Xms1024m -Xmx2048m
3
3
4
4
bnd_group : biz.aQute.bnd
5
- bnd_version : 6.2.0-RC3
5
+ bnd_version : 6.2.0-RC4
6
6
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.2.0-RC3 </revision >
15
+ <revision >6.2.0-RC4 </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