Skip to content

Commit

Permalink
build: Build Release 7.0.0.RC1
Browse files Browse the repository at this point in the history
---
 Signed-off-by: Peter Kriens <Peter.Kriens@aQute.biz>

Signed-off-by: Peter Kriens <Peter.Kriens@aQute.biz>
  • Loading branch information
pkriens committed Sep 8, 2023
1 parent 7d05252 commit 709285c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion cnf/build.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ Bundle-Version: ${base.version}.${tstamp}-SNAPSHOT
-groupid: biz.aQute.bnd
-pom: version=${if;${def;-snapshot};${versionmask;===;${@version}}-${def;-snapshot};${versionmask;===s;${@version}}}
-maven-release: pom;path=JAR,javadoc;-classpath="${project.buildpath}"
# -snapshot unset (commented out) is a snapshot build. (e.g. 6.0.0-SNAPSHOT)
-snapshot: RC1

# -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:
Expand Down
2 changes: 1 addition & 1 deletion gradle-plugins/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ org.gradle.jvmargs=-Xms1024m -Xmx2048m
systemProp.org.gradle.internal.publish.checksums.insecure=true

bnd_group: biz.aQute.bnd
bnd_version: 7.0.0-SNAPSHOT
bnd_version: 7.0.0-RC1
bnd_distrepo: ../dist/bundles
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bnd_cnf=cnf
# bnd_version is the version of the Bnd Gradle plugin
# We use `+` for the master branch to use the latest snapshot.
# We use a range, e.g. `[6.1.0-RC,6.2)` for the next branch.
bnd_version=+
bnd_version=[7.0.0-RC,7.1.0)

# The URLs to the repos for the Bnd Gradle plugin
bnd_snapshots=https://bndtools.jfrog.io/bndtools/libs-snapshot-local
Expand Down
2 changes: 1 addition & 1 deletion maven-plugins/bnd-plugin-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<version>${revision}</version>

<properties>
<revision>7.0.0-SNAPSHOT</revision>
<revision>7.0.0-RC1</revision>
<project.build.outputTimestamp>1980-02-01T00:00:00Z</project.build.outputTimestamp>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down

0 comments on commit 709285c

Please sign in to comment.