build: Build release 7.1.0.RC1 · bndtools/bnd@c3ff149 (original) (raw)
File tree
- maven-plugins/bnd-plugin-parent
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -49,7 +49,7 @@ Bundle-Version: base.version.{base.version}.base.version.{tstamp}-SNAPSHOT | ||
| 49 | 49 | # -snapshot unset (commented out) is a snapshot build. (e.g. 6.0.0-SNAPSHOT) |
| 50 | 50 | # -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) |
| 51 | 51 | # -snapshot set to the empty string is a release build with no Maven version qualifier. (e.g. 6.0.0) |
| 52 | -#-snapshot: | |
| 52 | +-snapshot: RC1 | |
| 53 | 53 | |
| 54 | 54 | Automatic-Module-Name: ${def;bsn} |
| 55 | 55 | 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: 7.1.0-SNAPSHOT | |
| 7 | +bnd_version: 7.1.0-RC1 | |
| 8 | 8 | bnd_distrepo: ../dist/bundles |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -7,7 +7,7 @@ bnd_cnf=cnf | ||
| 7 | 7 | # bnd_version is the version of the Bnd Gradle plugin |
| 8 | 8 | # We use `+` for the master branch to use the latest snapshot. |
| 9 | 9 | # We use a range, e.g. `[6.1.0-RC,6.2)` for the next branch. |
| 10 | -bnd_version=+ | |
| 10 | +bnd_version=[7.1.0-RC,7.2) | |
| 11 | 11 | |
| 12 | 12 | # The URLs to the repos for the Bnd Gradle plugin |
| 13 | 13 | bnd_snapshots=https://bndtools.jfrog.io/bndtools/libs-snapshot-local |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -12,7 +12,7 @@ | ||
| 12 | 12 | <version>${revision}</version> |
| 13 | 13 | |
| 14 | 14 | <properties> |
| 15 | - <revision>7.1.0-SNAPSHOT</revision> | |
| 15 | + <revision>7.1.0-RC1</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> |