diff --git a/Procfile b/Procfile index 4b5712a0..9df117cd 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: java -jar reciter-1.1.jar +web: java -jar reciter-2.0.0.jar diff --git a/buildspec.yml b/buildspec.yml index b33038ab..9eb9561f 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -11,12 +11,12 @@ phases: commands: - echo Build started on `date` - mvn clean install -Dmaven.test.skip=true - - cp target/reciter-1.1.jar . + - cp target/reciter-2.0.0.jar . post_build: commands: - echo Build completed on `date` artifacts: files: - - reciter-1.1.jar + - reciter-2.0.0.jar - .ebextensions/**/* - Procfile diff --git a/pom.xml b/pom.xml index 69ff566d..5a5fe87e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 edu.cornell.weill.reciter reciter - 1.1 + 2.0.0 ReCiter ReCiter is a publication suggestions engine https://github.com/wcmc-its/ReCiter