File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11name := " pdal-jni"
22
33lazy val commonSettings = Seq (
4- version := " 1.9.0 " + Environment .versionSuffix,
4+ version := " 1.9.1 " + Environment .versionSuffix,
55 scalaVersion := " 2.11.12" ,
66 crossScalaVersions := Seq (" 2.12.8" , " 2.11.12" ),
77 organization := " io.pdal" ,
Original file line number Diff line number Diff line change 1717export PDAL_VERSION_SUFFIX=${PDAL_VERSION_SUFFIX-" -SNAPSHOT" }
1818
1919cd ./native/target
20- rm -f ./pdal-native-1.9.0 ${PDAL_VERSION_SUFFIX} .jar
20+ rm -f ./pdal-native-1.9.1 ${PDAL_VERSION_SUFFIX} .jar
2121rm -rf ./tmp; mkdir -p ./tmp
2222
23- cd tmp; jar -xf ../pdal-native-x86_64-darwin-1.9.0 ${PDAL_VERSION_SUFFIX} .jar; cd ~ -
24- cd tmp; jar -xf ../pdal-native-x86_64-linux-1.9.0 ${PDAL_VERSION_SUFFIX} .jar; cd ~ -
23+ cd tmp; jar -xf ../pdal-native-x86_64-darwin-1.9.1 ${PDAL_VERSION_SUFFIX} .jar; cd ~ -
24+ cd tmp; jar -xf ../pdal-native-x86_64-linux-1.9.1 ${PDAL_VERSION_SUFFIX} .jar; cd ~ -
2525
26- jar -cvf pdal-native-1.9.0 ${PDAL_VERSION_SUFFIX} .jar -C tmp .
26+ jar -cvf pdal-native-1.9.1 ${PDAL_VERSION_SUFFIX} .jar -C tmp .
2727
2828cd ./tmp
2929
You can’t perform that action at this time.
0 commit comments