Skip to content

Commit

Permalink
build: Release 6.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: BJ Hargrave <bj@hargrave.dev>
  • Loading branch information
bjhargrave committed Jun 7, 2022
1 parent d3753d9 commit 30a66dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cnf/build.bnd
Expand Up @@ -57,7 +57,7 @@ Bundle-Version: ${base.version}.${tstamp}-SNAPSHOT
# -snapshot unset (commented out) is a snapshot build. (e.g. 6.0.0-SNAPSHOT)
# -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:
-snapshot:

Automatic-Module-Name: ${def;bsn}
Bundle-Vendor: Bndtools https://bndtools.org/
Expand Down
2 changes: 1 addition & 1 deletion gradle-plugins/gradle.properties
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: 6.3.1-SNAPSHOT
bnd_version: 6.3.1
bnd_distrepo: ../dist/bundles
2 changes: 1 addition & 1 deletion maven/bnd-plugin-parent/pom.xml
Expand Up @@ -12,7 +12,7 @@
<version>${revision}</version>

<properties>
<revision>6.3.1-SNAPSHOT</revision>
<revision>6.3.1</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 30a66dc

Please sign in to comment.