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

Commit

Permalink
add threads module in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianmarco De Francisci Morales committed Jul 8, 2014
1 parent 40d31d6 commit 0210c97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pom.xml
Expand Up @@ -93,8 +93,9 @@
<module>samoa-instances</module>
<module>samoa-api</module>
<module>samoa-local</module>
<module>samoa-s4</module>
<module>samoa-threads</module>
<module>samoa-storm</module>
<module>samoa-s4</module>
<module>samoa-samza</module>
</modules>
</profile>
Expand Down
2 changes: 1 addition & 1 deletion samoa-threads/pom.xml
Expand Up @@ -32,7 +32,7 @@
<parent>
<groupId>com.yahoo.labs.samoa</groupId>
<artifactId>samoa</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.2.0-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 0210c97

Please sign in to comment.