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