Update rrd4j version

their upcoming release will be 3.10;
we have most of it, will apply the remaining changes after our release
This commit is contained in:
zzz
2024-07-14 09:17:31 -04:00
parent 70d6e126a7
commit c5cd8f0859
2 changed files with 2 additions and 2 deletions

View File

@ -267,7 +267,7 @@ Applications:
See licenses/LICENSE-Apache2.0.txt See licenses/LICENSE-Apache2.0.txt
See licenses/LICENSE-ECLIPSE-1.0.html See licenses/LICENSE-ECLIPSE-1.0.html
RRD4J 3.9.1 (jrobin.jar): RRD4J 3.10 (jrobin.jar):
Copyright (c) 2001-2005 Sasa Markovic and Ciaran Treanor. Copyright (c) 2001-2005 Sasa Markovic and Ciaran Treanor.
Copyright (c) 2011 The OpenNMS Group, Inc. Copyright (c) 2011 The OpenNMS Group, Inc.
Copyright 2011 The RRD4J Authors. Copyright 2011 The RRD4J Authors.

View File

@ -66,7 +66,7 @@
<property name="workspace.changes.tr" value="" /> <property name="workspace.changes.tr" value="" />
<jar destfile="./build/jrobin.jar" basedir="./build/obj" includes="**/*.class"> <jar destfile="./build/jrobin.jar" basedir="./build/obj" includes="**/*.class">
<manifest> <manifest>
<attribute name="Implementation-Version" value="3.9.1" /> <attribute name="Implementation-Version" value="3.10" />
<attribute name="Built-By" value="${build.built-by}" /> <attribute name="Built-By" value="${build.built-by}" />
<attribute name="Build-Date" value="${build.timestamp}" /> <attribute name="Build-Date" value="${build.timestamp}" />
<attribute name="Base-Revision" value="${workspace.version}" /> <attribute name="Base-Revision" value="${workspace.version}" />