From df1246e38897d30ba661c8675b119e813ccbc222 Mon Sep 17 00:00:00 2001 From: salil2303 <30712531+salil2303@users.noreply.github.com> Date: Sat, 21 Apr 2018 19:44:36 -0400 Subject: [PATCH 1/3] Update pom.xml using new version of gmaven plugin --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 489440e4..b5ed7c83 100644 --- a/pom.xml +++ b/pom.xml @@ -129,7 +129,7 @@ org.codehaus.gmavenplus gmavenplus-plugin - 1.5 + 1.6 From 38da6b4a37d5ec8a1859621d5e315e5b7494adb0 Mon Sep 17 00:00:00 2001 From: salil2303 <30712531+salil2303@users.noreply.github.com> Date: Sat, 21 Apr 2018 19:57:17 -0400 Subject: [PATCH 2/3] Update pom.xml reverting --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b5ed7c83..489440e4 100644 --- a/pom.xml +++ b/pom.xml @@ -129,7 +129,7 @@ org.codehaus.gmavenplus gmavenplus-plugin - 1.6 + 1.5 From 717aaaba193cb1db33d893c23cd56adca47d7787 Mon Sep 17 00:00:00 2001 From: salil2303 <30712531+salil2303@users.noreply.github.com> Date: Sat, 21 Apr 2018 21:03:39 -0400 Subject: [PATCH 3/3] Update manifest.yml increasing memory --- manifest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.yml b/manifest.yml index 8a85c21a..f595b7f9 100644 --- a/manifest.yml +++ b/manifest.yml @@ -1,7 +1,7 @@ applications: - name: articulate path: target/articulate-1.0.jar - memory: 512M + memory: 1024M random-route: true # host: articulate-jl instances: 1