Skip to content

Commit

Permalink
build: Build Release 5.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: BJ Hargrave <bj@hargrave.dev>
  • Loading branch information
bjhargrave committed Feb 22, 2021
1 parent 8ffbc93 commit fe6b49c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cnf/build.bnd
Expand Up @@ -23,7 +23,7 @@ baseline.version: 5.2.0
# biz.aQute.bndlib:aQute.bnd.osgi.About.CURRENT needs to be kept in sync with the base.version.
base.version: 5.3.0
# Uncomment the following line to build the non-snapshot version.
#-snapshot:
-snapshot:
Bundle-Version: ${base.version}.${tstamp}-SNAPSHOT
# Don't baseline Bundle-Version
-diffignore: Bundle-Version
Expand Down
2 changes: 1 addition & 1 deletion maven/pom.xml
Expand Up @@ -12,7 +12,7 @@
<version>${revision}</version>

<properties>
<revision>5.3.0-SNAPSHOT</revision>
<revision>5.3.0</revision>
<project.build.outputTimestamp>1980-02-01T00:00:00Z</project.build.outputTimestamp>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
Expand Down

0 comments on commit fe6b49c

Please sign in to comment.