Skip to content

Commit c77fef1

Browse files
author
Benjamin Reed
committed
2.0.3 -> 2.0.4-SNAPSHOT
1 parent 99f07d8 commit c77fef1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build-packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
VERSION="2.0.3"
2+
VERSION="2.0.4-SNAPSHOT"
33
BUILD="1"
44
JAR="./dist/jrrd2-api-$VERSION.jar"
55
LIB="./dist/libjrrd2.so"

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.opennms</groupId>
44
<artifactId>jrrd2-api</artifactId>
5-
<version>2.0.3</version>
5+
<version>2.0.4-SNAPSHOT</version>
66
<name>JRrd2 API</name>
77
<packaging>bundle</packaging>
88

jrrd2.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
%endif
88

99
Name: jrrd2
10-
Version: 2.0.3
10+
Version: 2.0.4
1111
Release: 1
1212
License: GPL
1313
Group: Applications/Databases

0 commit comments

Comments
 (0)