We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f07d8 commit c77fef1Copy full SHA for c77fef1
build-packages.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-VERSION="2.0.3"
+VERSION="2.0.4-SNAPSHOT"
3
BUILD="1"
4
JAR="./dist/jrrd2-api-$VERSION.jar"
5
LIB="./dist/libjrrd2.so"
java/pom.xml
@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.opennms</groupId>
<artifactId>jrrd2-api</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
6
<name>JRrd2 API</name>
7
<packaging>bundle</packaging>
8
jrrd2.spec
@@ -7,7 +7,7 @@
%endif
9
Name: jrrd2
10
-Version: 2.0.3
+Version: 2.0.4
11
Release: 1
12
License: GPL
13
Group: Applications/Databases
0 commit comments