diff --git a/Makefile b/Makefile index c2ccfb7..a65f172 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ REPORTS := ${shell cat pathways.txt | sed -e 's/\(.*\)/reports\/\1.md/' } SBMLS := ${shell cat pathways.txt | sed -e 's/\(.*\)/sbml\/\1.sbml/' } ${shell cat pathways.txt | sed -e 's/\(.*\)/sbml\/\1.txt/' } SVGS := ${shell cat pathways.txt | sed -e 's/\(.*\)/sbml\/\1.svg/' } -FRAMEWORKVERSION=release-6 +FRAMEWORKVERSION=release-7 JENAVERSION=4.8.0 GPMLRDFJAR=GPML2RDF-3.0.0-SNAPSHOT.jar WPCURJAR=wikipathways.curator-1-SNAPSHOT.jar