@@ -21,7 +21,7 @@ This library is cross-built on both Scala 2.10 (for Spark 1.6.0) and Scala 2.11
21
21
#### SBT library dependency
22
22
23
23
```
24
- "com.ibm.ibmos2spark" %% "ibmos2spark" % "0.0.8 "
24
+ "com.ibm.ibmos2spark" %% "ibmos2spark" % "0.0.9 "
25
25
```
26
26
27
27
#### 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
32
32
<dependency>
33
33
<groupId>com.ibm.ibmos2spark</groupId>
34
34
<artifactId>ibmos2spark_2.10</artifactId>
35
- <version>0.0.8 </version>
35
+ <version>0.0.9 </version>
36
36
</dependency>
37
37
```
38
38
@@ -42,7 +42,7 @@ This library is cross-built on both Scala 2.10 (for Spark 1.6.0) and Scala 2.11
42
42
<dependency>
43
43
<groupId>com.ibm.ibmos2spark</groupId>
44
44
<artifactId>ibmos2spark_2.11</artifactId>
45
- <version>0.0.8 </version>
45
+ <version>0.0.9 </version>
46
46
</dependency>
47
47
```
48
48
@@ -56,12 +56,12 @@ service instances created in Bluemix or in Data Science Experience.
56
56
57
57
From time-to-time, a snapshot version may be released if fixes or new features are added.
58
58
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.
60
60
61
61
##### SBT library dependency
62
62
63
63
```
64
- "com.ibm.ibmos2spark" %% "ibmos2spark" % "0 .0.9 -SNAPSHOT"
64
+ "com.ibm.ibmos2spark" %% "ibmos2spark" % "1 .0.0 -SNAPSHOT"
65
65
```
66
66
67
67
Add SNAPSHOT repository to build.sbt
@@ -76,7 +76,7 @@ resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repo
76
76
<dependency>
77
77
<groupId>com.ibm.ibmos2spark</groupId>
78
78
<artifactId>ibmos2spark_2.10</artifactId>
79
- <version>0 .0.9 -SNAPSHOT</version>
79
+ <version>1 .0.0 -SNAPSHOT</version>
80
80
</dependency>
81
81
```
82
82
@@ -86,7 +86,7 @@ resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repo
86
86
<dependency>
87
87
<groupId>com.ibm.ibmos2spark</groupId>
88
88
<artifactId>ibmos2spark_2.11</artifactId>
89
- <version>0 .0.9 -SNAPSHOT</version>
89
+ <version>1 .0.0 -SNAPSHOT</version>
90
90
</dependency>
91
91
```
92
92
@@ -111,13 +111,13 @@ Add SNAPSHOT repository to pom.xml
111
111
##### IBM Data Science Experience Spark 1.6.0 (Scala 2.10)
112
112
113
113
``` 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
115
115
```
116
116
117
117
##### IBM Data Science Experience Spark 2.0.2 (Scala 2.11)
118
118
119
119
``` 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/
121
121
```
122
122
123
123
## Usage
0 commit comments