Skip to content

Commit 2dd9c29

Browse files
Update Readme File for 0.0.9 release of Scala
1 parent 5500b29 commit 2dd9c29

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

scala/README.md

Lines changed: 9 additions & 9 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.8"
24+
"com.ibm.ibmos2spark" %% "ibmos2spark" % "0.0.9"
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.8</version>
35+
<version>0.0.9</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.8</version>
45+
<version>0.0.9</version>
4646
</dependency>
4747
```
4848

@@ -56,12 +56,12 @@ service instances created in Bluemix or in Data Science Experience.
5656

5757
From time-to-time, a snapshot version may be released if fixes or new features are added.
5858
The following snipets show how to install snapshot releases.
59-
Replace the version number (`0.0.8`) in the following examples with the version you desire.
59+
Replace the version number (`0.0.9`) in the following examples with the version you desire.
6060

6161
##### SBT library dependency
6262

6363
```
64-
"com.ibm.ibmos2spark" %% "ibmos2spark" % "0.0.9-SNAPSHOT"
64+
"com.ibm.ibmos2spark" %% "ibmos2spark" % "1.0.0-SNAPSHOT"
6565
```
6666

6767
Add SNAPSHOT repository to build.sbt
@@ -76,7 +76,7 @@ resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repo
7676
<dependency>
7777
<groupId>com.ibm.ibmos2spark</groupId>
7878
<artifactId>ibmos2spark_2.10</artifactId>
79-
<version>0.0.9-SNAPSHOT</version>
79+
<version>1.0.0-SNAPSHOT</version>
8080
</dependency>
8181
```
8282

@@ -86,7 +86,7 @@ resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repo
8686
<dependency>
8787
<groupId>com.ibm.ibmos2spark</groupId>
8888
<artifactId>ibmos2spark_2.11</artifactId>
89-
<version>0.0.9-SNAPSHOT</version>
89+
<version>1.0.0-SNAPSHOT</version>
9090
</dependency>
9191
```
9292

@@ -111,13 +111,13 @@ Add SNAPSHOT repository to pom.xml
111111
##### IBM Data Science Experience Spark 1.6.0 (Scala 2.10)
112112

113113
```scala
114-
%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
114+
%AddJar https://oss.sonatype.org/content/repositories/snapshots/com/ibm/ibmos2spark/ibmos2spark_2.10/1.0.0-SNAPSHOT/ibmos2spark_2.10-1.0.0-SNAPSHOT.jar -f
115115
```
116116

117117
##### IBM Data Science Experience Spark 2.0.2 (Scala 2.11)
118118

119119
```scala
120-
%AddDeps com.ibm.ibmos2spark ibmos2spark_2.11 0.0.9-SNAPSHOT --repository https://oss.sonatype.org/content/repositories/snapshots/
120+
%AddDeps com.ibm.ibmos2spark ibmos2spark_2.11 1.0.0-SNAPSHOT --repository https://oss.sonatype.org/content/repositories/snapshots/
121121
```
122122

123123
## Usage

0 commit comments

Comments
 (0)