Skip to content

Commit

Permalink
Merge pull request #11 from LSI-UniKonstanz/develop
Browse files Browse the repository at this point in the history
Version 2.8.2
  • Loading branch information
dgarkov authored Jan 4, 2022
2 parents 6f26c18 + 4bde3b0 commit 6c89a59
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
9 changes: 4 additions & 5 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@
<classpathentry exported="true" kind="lib" path="/vanted-libraries/jruby.jar"/>
<classpathentry exported="true" kind="lib" path="/vanted-libraries/junit-4.8.jar"/>
<classpathentry exported="true" kind="lib" path="/vanted-libraries/keggapi.jar"/>
<classpathentry exported="true" kind="lib" path="/vanted-libraries/log4j-1.2.13.jar"/>
<classpathentry exported="true" kind="lib" path="/vanted-libraries/mail.jar"/>
<classpathentry exported="true" kind="lib" path="/vanted-libraries/paxtools-4.1.1-no-jena.jar"/>
<classpathentry exported="true" kind="lib" path="/vanted-libraries/poi-3.7-20101029.jar"/>
<classpathentry exported="true" kind="lib" path="/vanted-libraries/poi-examples-3.7-20101029.jar"/>
<classpathentry exported="true" kind="lib" path="/vanted-libraries/poi-ooxml-3.7-20101029.jar"/>
Expand All @@ -65,9 +63,10 @@
<classpathentry exported="true" kind="lib" path="/vanted-libraries/xstream-1.3.1.jar"/>
<classpathentry exported="true" kind="lib" path="/vanted-libraries/rome-1.12.2.jar"/>
<classpathentry exported="true" kind="lib" path="/vanted-libraries/jdom-2.0.6.jar"/>
<classpathentry exported="true" kind="lib" path="/vanted-libraries/jsbml-1.5-with-dependencies.jar"/>
<classpathentry exported="true" kind="lib" path="/vanted-libraries/rome-utils-1.12.2.jar"/>
<classpathentry kind="lib" path="/vanted-libraries/commons-math3-3.6.1.jar"/>
<classpathentry kind="lib" path="/vanted-libraries/json-20201115.jar"/>
<classpathentry exported="true" kind="lib" path="/vanted-libraries/commons-math3-3.6.1.jar"/>
<classpathentry exported="true" kind="lib" path="/vanted-libraries/json-20201115.jar"/>
<classpathentry kind="lib" path="/vanted-libraries/paxtools-4.1.1-no-jena.jar"/>
<classpathentry kind="lib" path="/vanted-libraries/jsbml-1.6-with-dependencies.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<h3>Changelog</h3>

<h4>VANTED v2.8.2 release (03/01/2022)</h4>
<ul>
<li>Fix Log4j vulnerability</li>
</ul>

<h4>VANTED v2.8.1 release (14/05/2021)</h4>
<ul>
<li>Bugfixes and internal improvements: Algorithms</li>
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ If you have questions or suggestions regarding VANTED, please contact us at:

## News ##

### VANTED v2.8.2 release (03/01/2022) ###
Fix Log4j vulnerability

### VANTED v2.8.1 release (14/05/2021) ###
Bugfixes and internal improvements: Algorithms
Bugfixes and internal improvements: Default graph format
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/build.number
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Vanted version and build information. ONLY EDIT THE VANTED VERSION PROPERTY!
build.number=13
build.date=20201222
vanted.version.number=2.8.1
build.number=14
build.date=20220103
vanted.version.number=2.8.2
vanted.min.compatibility=2.5.0

0 comments on commit 6c89a59

Please sign in to comment.