Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Zanoli committed Feb 12, 2014
1 parent d56589f commit 5b6efc8
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions biutee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>eu.excitementproject</groupId>
<artifactId>eop</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<artifactId>biutee</artifactId>
<name>biutee</name>
Expand Down Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>eu.excitementproject</groupId>
<artifactId>transformations</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>eu.excitementproject</groupId>
<artifactId>eop</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<artifactId>common</artifactId>
<name>common</name>
Expand Down
8 changes: 4 additions & 4 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>eu.excitementproject</groupId>
<artifactId>eop</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<artifactId>core</artifactId>
<name>core</name>
Expand All @@ -17,13 +17,13 @@
<dependency>
<groupId>eu.excitementproject</groupId>
<artifactId>common</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</dependency>

<dependency>
<groupId>eu.excitementproject</groupId>
<artifactId>distsim</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>eu.excitementproject</groupId>
<artifactId>lap</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>unituebingen</groupId>
Expand Down
6 changes: 3 additions & 3 deletions distsim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>eu.excitementproject</groupId>
<artifactId>eop</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<artifactId>distsim</artifactId>
<name>distsim</name>
Expand Down Expand Up @@ -43,13 +43,13 @@
<dependency>
<groupId>eu.excitementproject</groupId>
<artifactId>common</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</dependency>

<dependency>
<groupId>eu.excitementproject</groupId>
<artifactId>lap</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</dependency>

<!-- <dependency>
Expand Down
4 changes: 2 additions & 2 deletions globalgraphoptimizer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>eu.excitementproject</groupId>
<artifactId>eop</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>

<artifactId>globalgraphoptimizer</artifactId>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>eu.excitementproject</groupId>
<artifactId>common</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions lap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>eu.excitementproject</groupId>
<artifactId>eop</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>

<artifactId>lap</artifactId>
Expand Down Expand Up @@ -89,7 +89,7 @@
<dependency>
<groupId>eu.excitementproject</groupId>
<artifactId>common</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.dkpro.core</groupId>
Expand Down
6 changes: 3 additions & 3 deletions lexicalinferenceminer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>eu.excitementproject</groupId>
<artifactId>eop</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>


Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>eu.excitementproject</groupId>
<artifactId>common</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</dependency>


Expand All @@ -41,7 +41,7 @@
<dependency>
<groupId>eu.excitementproject</groupId>
<artifactId>lap</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</dependency>


Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>eu.excitementproject</groupId>
<artifactId>eop</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
<packaging>pom</packaging>
<name>Free Open Source Platform for Recognizing Textual Entailments (RTE)</name>
<description>The Excitement Open Platform (EOP), has created a generic architecture and a comprehensive implementation for a multilingual textual inference platform available to the scientific and technological communities. The EOP is a main product of the EXCITEMENT project. This research project, has two interleaved high-level goals. The first is to set up, for the first time, a generic architecture and a comprehensive implementation for a multilingual textual inference platform and to make it available to the scientific and technological communities. The second goal of the project is to develop a new generation of inference-based industrial text exploration applications for customer interactions, which will enable businesses to better analyze and make sense of their diverse and often unpredicted client content. These goals will be achieved for three languages – English, German and Italian, and for three customer interaction channels – speech (transcriptions), email and social media. </description>

<scm>
<connection>scm:git:[email protected]:hltfbk/Excitement-Open-Platform.git</connection>
<developerConnection>scm:git:[email protected]:hltfbk/Excitement-Open-Platform.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.1.1</tag>
</scm>
<distributionManagement>
<repository>
Expand Down
8 changes: 4 additions & 4 deletions transformations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>eu.excitementproject</groupId>
<artifactId>eop</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<artifactId>transformations</artifactId>
<name>transformations</name>
Expand All @@ -31,17 +31,17 @@
<dependency>
<groupId>eu.excitementproject</groupId>
<artifactId>common</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>eu.excitementproject</groupId>
<artifactId>lap</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>eu.excitementproject</groupId>
<artifactId>core</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</dependency>
<!-- Dependency on legacy code of Bar-Ilan University NLP lab -->
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>eu.excitementproject</groupId>
<artifactId>eop</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<artifactId>util</artifactId>
<name>util</name>
Expand All @@ -25,12 +25,12 @@
<dependency>
<groupId>eu.excitementproject</groupId>
<artifactId>common</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>eu.excitementproject</groupId>
<artifactId>core</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>args4j</groupId>
Expand Down

0 comments on commit 5b6efc8

Please sign in to comment.