Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskoenig committed Jul 1, 2016
2 parents fe96e6e + 41e0616 commit 890e802
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ git checkout -b develop --track origin/develop
```

## Changelog
**v0.2.0** [2016/07/01]
* bug fixes

**v0.1.9** [2016/06/28]
* updated test models to BiGG v1.2
* updated test BioModels to release 30
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
<osgi.api.version>4.2.0</osgi.api.version>
<org.osgi.framework.system.packages.extra>javax.xml.namespace</org.osgi.framework.system.packages.extra>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cytoscape.api.version>3.2.1</cytoscape.api.version>
<cytoscape.api.version>3.4.0</cytoscape.api.version>
</properties>

<groupId>org.cysbml</groupId>
<artifactId>cy3sbml</artifactId>
<packaging>bundle</packaging>
<version>0.1.9</version>
<version>0.2.0</version>
<name>cy3sbml</name>
<description>A Cytoscape app for SBML.</description>

Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/log4j.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
################################################################################

# Set the default levels and targets
# log4j.rootCategory=INFO, logfile, console
log4j.rootCategory=INFO, console
log4j.rootCategory=INFO, logfile, console
# log4j.rootCategory=INFO, console

log4j.logger.uk.ac.ebi.miriam.lib.MiriamLink=WARN

Expand Down

0 comments on commit 890e802

Please sign in to comment.