Skip to content

Commit a7fee6a

Browse files
committed
Update README.md
1 parent 1619bdf commit a7fee6a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PDAL Java bindings
22

3-
[![Build Status](https://api.travis-ci.org/PDAL/java.svg)](http://travis-ci.org/PDAL/java) [![Join the chat at https://gitter.im/PDAL/PDAL](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/PDAL/PDAL?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.pdal/pdal/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.pdal/pdal)
3+
[![Build Status](https://api.travis-ci.org/PDAL/java.svg)](http://travis-ci.org/PDAL/java) [![Join the chat at https://gitter.im/PDAL/PDAL](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/PDAL/PDAL?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.pdal/pdal/badge.svg)](https://search.maven.org/search?q=g:io.pdal)
44

55
Java bindings to use PDAL on JVM (supports PDAL >= 2.0).
66
Mac users can experience some issues with bindings that were build against a different PDAL version,
@@ -18,8 +18,8 @@ resolvers ++= Seq(
1818
)
1919

2020
libraryDependencies ++= Seq(
21-
"io.pdal" %% "pdal" % "2.1.4", // core library
22-
"io.pdal" % "pdal-native" % "2.1.4" // jni bindings
21+
"io.pdal" %% "pdal" % "x.x.x", // core library
22+
"io.pdal" % "pdal-native" % "x.x.x" // jni bindings
2323
)
2424
```
2525

@@ -41,8 +41,8 @@ Scala API allows to build pipeline expressions instead of writing a raw JSON.
4141

4242
```scala
4343
libraryDependencies ++= Seq(
44-
"io.pdal" %% "pdal-scala" % "2.1.4", // scala core library
45-
"io.pdal" % "pdal-native" % "2.1.4" // jni bindings
44+
"io.pdal" %% "pdal-scala" % "x.x.x", // scala core library
45+
"io.pdal" % "pdal-native" % "x.x.x" // jni bindings
4646
)
4747
```
4848

0 commit comments

Comments
 (0)