File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
maven-plugins/bnd-plugin-parent Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Bundle-Version: ${base.version}.${tstamp}-SNAPSHOT
4646-groupid: biz.aQute.bnd
4747-pom: version=${if;${def;-snapshot};${versionmask;===;${@version}}-${def;-snapshot};${versionmask;===s;${@version}}}
4848-maven-release: pom;path=JAR,javadoc;-classpath="${project.buildpath}"
49- -snapshot: RC1
49+ -snapshot: RC2
5050
5151# -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)
5252# -snapshot set to the empty string is a release build with no Maven version qualifier. (e.g. 6.0.0)
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ org.gradle.jvmargs=-Xms1024m -Xmx2048m
44systemProp.org.gradle.internal.publish.checksums.insecure =true
55
66bnd_group : biz.aQute.bnd
7- bnd_version : 7.0.0-RC1
7+ bnd_version : 7.0.0-RC2
88bnd_distrepo : ../dist/bundles
Original file line number Diff line number Diff line change 1212 <version >${revision} </version >
1313
1414 <properties >
15- <revision >7.0.0-RC1 </revision >
15+ <revision >7.0.0-RC2 </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>
You can’t perform that action at this time.
0 commit comments