From 5c678105bd57126f64dcd522965487be18385033 Mon Sep 17 00:00:00 2001 From: Egon Willighagen Date: Sun, 11 Jun 2023 16:55:47 +0200 Subject: [PATCH] Updates for Release 6 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 888339f..c2ccfb7 100644 --- a/Makefile +++ b/Makefile @@ -5,8 +5,8 @@ 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-5 -JENAVERSION=4.6.1 +FRAMEWORKVERSION=release-6 +JENAVERSION=4.8.0 GPMLRDFJAR=GPML2RDF-3.0.0-SNAPSHOT.jar WPCURJAR=wikipathways.curator-1-SNAPSHOT.jar