Skip to content

Commit

Permalink
Changes for 0.3.1 release
Browse files Browse the repository at this point in the history
Updates build and readme files only.

Due to some bugs for attributes, I published a release.

Author: hyukjinkwon <gurwls223@gmail.com>

Closes #65 from HyukjinKwon/version-up.
  • Loading branch information
HyukjinKwon committed Jan 18, 2016
1 parent eea3750 commit 3009815
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@ You can link against this library in your program at the following coordiates:
```
groupId: com.databricks
artifactId: spark-xml_2.10
version: 0.3.0
version: 0.3.1
```
### Scala 2.11
```
groupId: com.databricks
artifactId: spark-xml_2.11
version: 0.3.0
version: 0.3.1
```


## Using with Spark shell
This package can be added to Spark using the `--jars` command line option. For example, to include it when starting the spark shell:

```
$ bin/spark-shell --packages com.databricks:spark-xml_2.11:0.3.0
$ bin/spark-shell --packages com.databricks:spark-xml_2.11:0.3.1
```

## Features
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "spark-xml"

version := "0.3.0"
version := "0.3.1"

organization := "com.databricks"

Expand Down

0 comments on commit 3009815

Please sign in to comment.