hltfbk / Excitement-Open-Platform

Excitement Open Platform for Recognizing Textual Entailments
http://hltfbk.github.io/Excitement-Open-Platform/
86 stars 74 forks source link

util pom file: wrong LAP version #470

Closed rzanoli closed 9 years ago

rzanoli commented 9 years ago

It seems that the util maven submodule is using a wrong version of LAP (1.1.2 instead of 1.1.4-SNAPSHOT). And this seems to affect both EOP1.1.4-SNAPSHOT and EOP1.1.3 that we are currently distributing.

In fact the pom file of the util submodule in EOP1.1.4-SNAPSHOT contains this dependency:

eu.excitementproject lap 1.1.2

Before creating the new release I think we would need to change that version from 1.1.2 to 1.1.4-SNAPSHOT.

vnastase commented 9 years ago

True. Is this something I should change, or will you change util's pom directly? If I have to do it, then later today or tomorrow.

Vivi

On Tue, Sep 30, 2014 at 12:15 PM, rzanoli notifications@github.com wrote:

It seems that the util maven submodule is using a wrong version of LAP (1.1.2 instead of 1.1.4-SNAPSHOT). And this seems to affect both EOP1.1.4-SNAPSHOT and EOP1.1.3 that we are currently distributing.

In fact the pom file of the util submodule in EOP1.1.4-SNAPSHOT contains this dependency:

eu.excitementproject lap 1.1.2

Before creating the new release I think we would need to change that version from 1.1.2 to 1.1.4-SNAPSHOT.

— Reply to this email directly or view it on GitHub https://github.com/hltfbk/Excitement-Open-Platform/issues/470.


Dr. Vivi Nastase

Human Language Technologies Research Unit Fondazione Bruno Kessler Via Sommarive 18, 38123 Povo - Trento (Italy) nastase@fbk.eu

vnastase commented 9 years ago

util's pom updated.