aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonios Chalkiopoulos <Antwnis@gmail.com>2014-05-22 22:26:36 +0100
committerAntonios Chalkiopoulos <Antwnis@gmail.com>2014-05-22 22:26:36 +0100
commit6f02a455f89b7f8f8825da2a18a5b60d5773e260 (patch)
tree1b89c013b275dfa1651340eead4f8940075215c7
parenta03777f8328d0b6954ea4393eb24ad89ef66ee0c (diff)
downloadSpyGlass-6f02a455f89b7f8f8825da2a18a5b60d5773e260.tar.gz
SpyGlass-6f02a455f89b7f8f8825da2a18a5b60d5773e260.zip
Adding notes about Scalding 0.9.1 and 0.10.0
-rw-r--r--README.md34
1 files changed, 23 insertions, 11 deletions
diff --git a/README.md b/README.md
index ddc9fec..e1e1b86 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,28 @@ To use SpyGlass as a dependency use the following repository
<url>http://conjars.org/repo</url>
</repository>
</repositories>
+
+ For Scalding 0.10.0 use :
+
+ <dependencies>
+ <dependency>
+ <groupId>parallelai</groupId>
+ <artifactId>parallelai.spyglass</artifactId>
+ <version>2.10_0.10_4.3</version>
+ </dependency>
+ </dependencies>
+
+ For Scalding 0.9.1 use :
+
+ <dependencies>
+ <dependency>
+ <groupId>parallelai</groupId>
+ <artifactId>parallelai.spyglass</artifactId>
+ <version>2.10_0.9_4.3</version>
+ </dependency>
+ </dependencies>
+
+ or for earlier versions :
<dependencies>
<dependency>
@@ -38,7 +60,7 @@ To use SpyGlass as a dependency use the following repository
</dependency>
</dependencies>
- or
+ and
<dependencies>
<dependency>
@@ -48,16 +70,6 @@ To use SpyGlass as a dependency use the following repository
</dependency>
</dependencies>
- or ( for Scalding version 0.9.1 )
-
- <dependencies>
- <dependency>
- <groupId>parallelai</groupId>
- <artifactId>parallelai.spyglass</artifactId>
- <version>2.10.2_4.2rc2</version>
- </dependency>
- </dependencies>
-