We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34cbe02 commit 66142fdCopy full SHA for 66142fd
cnf/build.bnd
@@ -23,7 +23,7 @@ baseline.version: 5.0.1
23
# biz.aQute.bndlib:aQute.bnd.osgi.About.CURRENT needs to be kept in sync with the base.version.
24
base.version: 5.1.0
25
# Uncomment the following line to build the non-snapshot version.
26
-#-snapshot:
+-snapshot:
27
Bundle-Version: ${base.version}.${tstamp}-SNAPSHOT
28
# Don't baseline Bundle-Version
29
-diffignore: Bundle-Version
maven/pom.xml
@@ -12,7 +12,7 @@
12
<version>${revision}</version>
13
14
<properties>
15
- <revision>5.1.0-SNAPSHOT</revision>
+ <revision>5.1.0</revision>
16
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
17
<maven.target.version>3.1.1</maven.target.version>
18
<aether.version>0.9.0.M2</aether.version>
0 commit comments