Skip to content

Commit

Permalink
JRRD2 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Oct 21, 2016
1 parent de80f19 commit 93c27c1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-packages.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
VERSION="2.0.4-SNAPSHOT"
VERSION="2.0.4"
BUILD="1"
JAR="./dist/jrrd2-api-$VERSION.jar"
LIB="./dist/libjrrd2.so"
Expand Down
13 changes: 13 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
jrrd2 (2.0.4) stable; urgency=low

* Change the debian packages to use an unversioned filename.
* Use new rrdtool 1.6 soname. (librrd_th is gone)

-- Benjamin Reed <[email protected]> Fri, 21 Oct 2016 14:39:08 -0400

jrrd2 (2.0.3) stable; urgency=low

* Add better support for initializing the JNI shared library.

-- Benjamin Reed <[email protected]> Tue, 08 Dec 2015 12:03:00 -0400

jrrd2 (2.0.3) stable; urgency=low

* Add better support for initializing the JNI shared library.
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.opennms</groupId>
<artifactId>jrrd2-api</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.4</version>
<name>JRrd2 API</name>
<packaging>bundle</packaging>

Expand Down

0 comments on commit 93c27c1

Please sign in to comment.