Skip to content
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.

Commit

Permalink
Fixed pom and set dependency to testing framework
Browse files Browse the repository at this point in the history
  • Loading branch information
arvid committed Jan 17, 2014
1 parent 167eb11 commit c6442e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>eu.stratosphere</groupId>
<artifactId>hll</artifactId>
<version>0.4</version>
<version>0.4.1</version>

<name>hll</name>
<packaging>pom</packaging>
Expand Down Expand Up @@ -52,7 +52,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<core.version>0.4</core.version>
<stratosphere-testing.version>0.4</stratosphere-testing.version>
<stratosphere-testing.version>0.4.1</stratosphere-testing.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -381,6 +381,6 @@
<module>stratosphere-testutil</module>
<module>sopremo</module>
<module>meteor</module>
<module>stratosphere-dist</module>
<module>sopremo-meteor-dist</module>
</modules>
</project>

0 comments on commit c6442e2

Please sign in to comment.