Skip to content

Commit

Permalink
Finalized release
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Bauer committed Apr 9, 2015
1 parent 1befa07 commit 23b171d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fourthline.lemma</groupId>
<artifactId>parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>

<name>Lemma Core</name>
Expand Down
2 changes: 1 addition & 1 deletion dist-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<groupId>org.fourthline.lemma</groupId>
<artifactId>lemma</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<packaging>pom</packaging>

<!-- ##################################################################################################### -->
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fourthline.lemma</groupId>
<artifactId>parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>

<name>Lemma Maven Plugin</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>org.fourthline.lemma</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<version>1.1.0</version>
<version>1.1.1</version>

<modules>
<module>core</module>
Expand Down Expand Up @@ -63,7 +63,7 @@
<maven.compiler.source>6</maven.compiler.source>
<maven.compiler.target>6</maven.compiler.target>

<seamless.version>1.1.0</seamless.version>
<seamless.version>1.1.1</seamless.version>
<testng.version>6.8.21</testng.version>
<args4j.version>2.32</args4j.version>

Expand Down

0 comments on commit 23b171d

Please sign in to comment.