From 535d4f432522ef3a381f01d7ed29c7c454d5173d Mon Sep 17 00:00:00 2001 From: Roberto Zanoli Date: Mon, 22 Dec 2014 09:03:32 +0100 Subject: [PATCH 1/5] [maven-release-plugin] prepare for next development iteration --- alignmentedas/pom.xml | 6 +++--- biutee/pom.xml | 4 ++-- common/pom.xml | 2 +- core/pom.xml | 10 +++++----- distsim/pom.xml | 8 ++++---- globalgraphoptimizer/pom.xml | 4 ++-- lap/pom.xml | 4 ++-- lexicalinferenceminer/pom.xml | 8 ++++---- pom.xml | 4 ++-- redis/pom.xml | 4 ++-- transformations/pom.xml | 10 +++++----- util/pom.xml | 10 +++++----- 12 files changed, 37 insertions(+), 37 deletions(-) diff --git a/alignmentedas/pom.xml b/alignmentedas/pom.xml index aae11626..8dac0cbf 100644 --- a/alignmentedas/pom.xml +++ b/alignmentedas/pom.xml @@ -4,7 +4,7 @@ eu.excitementproject eop - 1.2.0 + 1.2.1-SNAPSHOT alignmentedas alignmentedas @@ -17,12 +17,12 @@ eu.excitementproject core - 1.2.0 + 1.2.1-SNAPSHOT eu.excitementproject lap - 1.2.0 + 1.2.1-SNAPSHOT diff --git a/biutee/pom.xml b/biutee/pom.xml index aa3dd9c1..e44de3ed 100644 --- a/biutee/pom.xml +++ b/biutee/pom.xml @@ -4,7 +4,7 @@ eu.excitementproject eop - 1.2.0 + 1.2.1-SNAPSHOT biutee biutee @@ -36,7 +36,7 @@ eu.excitementproject transformations - 1.2.0 + 1.2.1-SNAPSHOT diff --git a/common/pom.xml b/common/pom.xml index a30bf093..aec3be33 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -3,7 +3,7 @@ eu.excitementproject eop - 1.2.0 + 1.2.1-SNAPSHOT common common diff --git a/core/pom.xml b/core/pom.xml index 2718b392..109345fe 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -3,7 +3,7 @@ eu.excitementproject eop - 1.2.0 + 1.2.1-SNAPSHOT core core @@ -22,13 +22,13 @@ eu.excitementproject common - 1.2.0 + 1.2.1-SNAPSHOT eu.excitementproject distsim - 1.2.0 + 1.2.1-SNAPSHOT @@ -57,7 +57,7 @@ eu.excitementproject lap - 1.2.0 + 1.2.1-SNAPSHOT unituebingen @@ -159,7 +159,7 @@ eu.excitementproject lexicalminer - 1.2.0 + 1.2.1-SNAPSHOT diff --git a/distsim/pom.xml b/distsim/pom.xml index e63e5282..ddd89290 100644 --- a/distsim/pom.xml +++ b/distsim/pom.xml @@ -3,7 +3,7 @@ eu.excitementproject eop - 1.2.0 + 1.2.1-SNAPSHOT distsim distsim @@ -43,19 +43,19 @@ eu.excitementproject common - 1.2.0 + 1.2.1-SNAPSHOT eu.excitementproject redis - 1.2.0 + 1.2.1-SNAPSHOT eu.excitementproject lap - 1.2.0 + 1.2.1-SNAPSHOT diff --git a/util/pom.xml b/util/pom.xml index 44926633..3a10d07f 100644 --- a/util/pom.xml +++ b/util/pom.xml @@ -4,7 +4,7 @@ eu.excitementproject eop - 1.2.0 + 1.2.1-SNAPSHOT util util @@ -25,17 +25,17 @@ eu.excitementproject common - 1.2.0 + 1.2.1-SNAPSHOT eu.excitementproject core - 1.2.0 + 1.2.1-SNAPSHOT eu.excitementproject lap - 1.2.0 + 1.2.1-SNAPSHOT args4j @@ -46,7 +46,7 @@ eu.excitementproject biutee - 1.2.0 + 1.2.1-SNAPSHOT From c95f549b3f5f114767886ac1e035ee874c46e9d6 Mon Sep 17 00:00:00 2001 From: rzanoli Date: Mon, 22 Dec 2014 16:35:05 +0100 Subject: [PATCH 2/5] Update pom.xml update to the latest SNAPSHOT 1.2.1 --- tracer/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tracer/pom.xml b/tracer/pom.xml index 7cf9c40e..6033d144 100644 --- a/tracer/pom.xml +++ b/tracer/pom.xml @@ -5,7 +5,7 @@ eu.excitementproject eop - 1.1.3-SNAPSHOT + 1.2.1-SNAPSHOT tracer war @@ -22,7 +22,7 @@ eu.excitementproject common - 1.1.3-SNAPSHOT + 1.2.1-SNAPSHOT From 3c51a466ee827624b6c64b35efa55459a3f34145 Mon Sep 17 00:00:00 2001 From: Roberto Zanoli Date: Tue, 23 Dec 2014 12:36:22 +0100 Subject: [PATCH 3/5] Include the tracer maven submodules --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 95b3e532..adc8b240 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,8 @@ distsim globalgraphoptimizer lexicalinferenceminer - alignmentedas + alignmentedas + tracer From a0bbf77e148671447382fc1d87c348634506438e Mon Sep 17 00:00:00 2001 From: Roberto Zanoli Date: Tue, 23 Dec 2014 12:39:16 +0100 Subject: [PATCH 4/5] Add SuppressWarnings The value of the local variable jcas is not used --- .../eop/tracer/server/EntailmentServiceImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/tracer/src/main/java/eu/excitementproject/eop/tracer/server/EntailmentServiceImpl.java b/tracer/src/main/java/eu/excitementproject/eop/tracer/server/EntailmentServiceImpl.java index 3ba1dce7..b0580336 100644 --- a/tracer/src/main/java/eu/excitementproject/eop/tracer/server/EntailmentServiceImpl.java +++ b/tracer/src/main/java/eu/excitementproject/eop/tracer/server/EntailmentServiceImpl.java @@ -23,6 +23,7 @@ public EntailmentServiceImpl() { @Override public String resolve(String text,String hypothesis) throws EntailmentServiceException { try { + @SuppressWarnings("unused") org.apache.uima.jcas.JCas jcas = UimaUtils.newJcas(); return "Hello World"; } catch (UimaUtilsException e) { From 8e3ac1cd2f99cb25b3b948eef9fbc4f1f72a4086 Mon Sep 17 00:00:00 2001 From: Roberto Zanoli Date: Tue, 23 Dec 2014 12:58:06 +0100 Subject: [PATCH 5/5] [maven-release-plugin] prepare release v1.2.0 --- alignmentedas/pom.xml | 6 +++--- biutee/pom.xml | 4 ++-- common/pom.xml | 2 +- core/pom.xml | 10 +++++----- distsim/pom.xml | 8 ++++---- globalgraphoptimizer/pom.xml | 4 ++-- lap/pom.xml | 4 ++-- lexicalinferenceminer/pom.xml | 8 ++++---- pom.xml | 4 ++-- redis/pom.xml | 4 ++-- tracer/pom.xml | 7 +++---- transformations/pom.xml | 10 +++++----- util/pom.xml | 10 +++++----- 13 files changed, 40 insertions(+), 41 deletions(-) diff --git a/alignmentedas/pom.xml b/alignmentedas/pom.xml index 8dac0cbf..aae11626 100644 --- a/alignmentedas/pom.xml +++ b/alignmentedas/pom.xml @@ -4,7 +4,7 @@ eu.excitementproject eop - 1.2.1-SNAPSHOT + 1.2.0 alignmentedas alignmentedas @@ -17,12 +17,12 @@ eu.excitementproject core - 1.2.1-SNAPSHOT + 1.2.0 eu.excitementproject lap - 1.2.1-SNAPSHOT + 1.2.0 diff --git a/biutee/pom.xml b/biutee/pom.xml index e44de3ed..aa3dd9c1 100644 --- a/biutee/pom.xml +++ b/biutee/pom.xml @@ -4,7 +4,7 @@ eu.excitementproject eop - 1.2.1-SNAPSHOT + 1.2.0 biutee biutee @@ -36,7 +36,7 @@ eu.excitementproject transformations - 1.2.1-SNAPSHOT + 1.2.0 diff --git a/common/pom.xml b/common/pom.xml index aec3be33..a30bf093 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -3,7 +3,7 @@ eu.excitementproject eop - 1.2.1-SNAPSHOT + 1.2.0 common common diff --git a/core/pom.xml b/core/pom.xml index 109345fe..2718b392 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -3,7 +3,7 @@ eu.excitementproject eop - 1.2.1-SNAPSHOT + 1.2.0 core core @@ -22,13 +22,13 @@ eu.excitementproject common - 1.2.1-SNAPSHOT + 1.2.0 eu.excitementproject distsim - 1.2.1-SNAPSHOT + 1.2.0 @@ -57,7 +57,7 @@ eu.excitementproject lap - 1.2.1-SNAPSHOT + 1.2.0 unituebingen @@ -159,7 +159,7 @@ eu.excitementproject lexicalminer - 1.2.1-SNAPSHOT + 1.2.0 diff --git a/distsim/pom.xml b/distsim/pom.xml index ddd89290..e63e5282 100644 --- a/distsim/pom.xml +++ b/distsim/pom.xml @@ -3,7 +3,7 @@ eu.excitementproject eop - 1.2.1-SNAPSHOT + 1.2.0 distsim distsim @@ -43,19 +43,19 @@ eu.excitementproject common - 1.2.1-SNAPSHOT + 1.2.0 eu.excitementproject redis - 1.2.1-SNAPSHOT + 1.2.0 eu.excitementproject lap - 1.2.1-SNAPSHOT + 1.2.0 diff --git a/util/pom.xml b/util/pom.xml index 3a10d07f..44926633 100644 --- a/util/pom.xml +++ b/util/pom.xml @@ -4,7 +4,7 @@ eu.excitementproject eop - 1.2.1-SNAPSHOT + 1.2.0 util util @@ -25,17 +25,17 @@ eu.excitementproject common - 1.2.1-SNAPSHOT + 1.2.0 eu.excitementproject core - 1.2.1-SNAPSHOT + 1.2.0 eu.excitementproject lap - 1.2.1-SNAPSHOT + 1.2.0 args4j @@ -46,7 +46,7 @@ eu.excitementproject biutee - 1.2.1-SNAPSHOT + 1.2.0