Skip to content

Commit a77e59c

Browse files
author
gadamc
committed
update for 0.0.8 release of scala library
1 parent 50d0e84 commit a77e59c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

scala/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This library is cross-built on both Scala 2.10 (for Spark 1.6.0) and Scala 2.11
2121
#### SBT library dependency
2222

2323
```
24-
"com.ibm.ibmos2spark" %% "ibmos2spark" % "0.0.7"
24+
"com.ibm.ibmos2spark" %% "ibmos2spark" % "0.0.8"
2525
```
2626

2727
#### Maven Dependency
@@ -32,7 +32,7 @@ This library is cross-built on both Scala 2.10 (for Spark 1.6.0) and Scala 2.11
3232
<dependency>
3333
<groupId>com.ibm.ibmos2spark</groupId>
3434
<artifactId>ibmos2spark_2.10</artifactId>
35-
<version>0.0.7</version>
35+
<version>0.0.8</version>
3636
</dependency>
3737
```
3838

@@ -42,7 +42,7 @@ This library is cross-built on both Scala 2.10 (for Spark 1.6.0) and Scala 2.11
4242
<dependency>
4343
<groupId>com.ibm.ibmos2spark</groupId>
4444
<artifactId>ibmos2spark_2.11</artifactId>
45-
<version>0.0.7</version>
45+
<version>0.0.8</version>
4646
</dependency>
4747
```
4848

@@ -56,13 +56,13 @@ Data Science Experience](http://datascience.ibm.com), will install the package.
5656
##### Spark 1.6.0 (Scala 2.10)
5757

5858
```scala
59-
%AddDeps com.ibm.ibmos2spark ibmos2spark_2.10 0.0.7
59+
%AddDeps com.ibm.ibmos2spark ibmos2spark_2.10 0.0.8
6060
```
6161

6262
##### Spark 2.0.2 (Scala 2.11)
6363

6464
```scala
65-
%AddDeps com.ibm.ibmos2spark ibmos2spark_2.11 0.0.7
65+
%AddDeps com.ibm.ibmos2spark ibmos2spark_2.11 0.0.8
6666
```
6767

6868

@@ -71,12 +71,12 @@ Data Science Experience](http://datascience.ibm.com), will install the package.
7171

7272
From time-to-time, a snapshot version may be released if fixes or new features are added.
7373
The following snipets show how to install snapshot releases.
74-
Replace the version number (`0.0.7`) in the following examples with the version you desire.
74+
Replace the version number (`0.0.8`) in the following examples with the version you desire.
7575

7676
##### SBT library dependency
7777

7878
```
79-
"com.ibm.ibmos2spark" %% "ibmos2spark" % "0.0.7-SNAPSHOT"
79+
"com.ibm.ibmos2spark" %% "ibmos2spark" % "0.0.9-SNAPSHOT"
8080
```
8181

8282
Add SNAPSHOT repository to build.sbt
@@ -91,7 +91,7 @@ resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repo
9191
<dependency>
9292
<groupId>com.ibm.ibmos2spark</groupId>
9393
<artifactId>ibmos2spark_2.10</artifactId>
94-
<version>0.0.7-SNAPSHOT</version>
94+
<version>0.0.9-SNAPSHOT</version>
9595
</dependency>
9696
```
9797

@@ -101,7 +101,7 @@ resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repo
101101
<dependency>
102102
<groupId>com.ibm.ibmos2spark</groupId>
103103
<artifactId>ibmos2spark_2.11</artifactId>
104-
<version>0.0.7-SNAPSHOT</version>
104+
<version>0.0.9-SNAPSHOT</version>
105105
</dependency>
106106
```
107107

@@ -126,13 +126,13 @@ Add SNAPSHOT repository to pom.xml
126126
##### IBM Data Science Experience Spark 1.6.0 (Scala 2.10)
127127

128128
```scala
129-
%AddJar https://oss.sonatype.org/content/repositories/snapshots/com/ibm/ibmos2spark/ibmos2spark_2.10/0.0.7-SNAPSHOT/ibmos2spark_2.10-0.0.7-SNAPSHOT.jar -f
129+
%AddJar https://oss.sonatype.org/content/repositories/snapshots/com/ibm/ibmos2spark/ibmos2spark_2.10/0.0.9-SNAPSHOT/ibmos2spark_2.10-0.0.9-SNAPSHOT.jar -f
130130
```
131131

132132
##### IBM Data Science Experience Spark 2.0.2 (Scala 2.11)
133133

134134
```scala
135-
%AddDeps com.ibm.ibmos2spark ibmos2spark_2.11 0.0.7-SNAPSHOT --repository https://oss.sonatype.org/content/repositories/snapshots/
135+
%AddDeps com.ibm.ibmos2spark ibmos2spark_2.11 0.0.9-SNAPSHOT --repository https://oss.sonatype.org/content/repositories/snapshots/
136136
```
137137

138138
## Usage

0 commit comments

Comments
 (0)