diff --git a/README.md b/README.md index 6f651044..a6799082 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The recommended method for obtaining the SDK is via Gradle or Maven through the ### Gradle ```groovy -compile "com.smartcar.sdk:java-sdk:4.5.0" +compile "com.smartcar.sdk:java-sdk:4.5.1" ``` ### Maven @@ -18,16 +18,16 @@ compile "com.smartcar.sdk:java-sdk:4.5.0" com.smartcar.sdk java-sdk - 4.5.0 + 4.5.1 ``` ### Jar Direct Download -* [java-sdk-4.5.0.jar](https://repo1.maven.org/maven2/com/smartcar/sdk/java-sdk/4.5.0/java-sdk-4.5.0.jar) -* [java-sdk-4.5.0-sources.jar](https://repo1.maven.org/maven2/com/smartcar/sdk/java-sdk/4.5.0/java-sdk-4.5.0-sources.jar) -* [java-sdk-4.5.0-javadoc.jar](https://repo1.maven.org/maven2/com/smartcar/sdk/java-sdk/4.5.0/java-sdk-4.5.0-javadoc.jar) +* [java-sdk-4.5.1.jar](https://repo1.maven.org/maven2/com/smartcar/sdk/java-sdk/4.5.1/java-sdk-4.5.1.jar) +* [java-sdk-4.5.1-sources.jar](https://repo1.maven.org/maven2/com/smartcar/sdk/java-sdk/4.5.1/java-sdk-4.5.1-sources.jar) +* [java-sdk-4.5.1-javadoc.jar](https://repo1.maven.org/maven2/com/smartcar/sdk/java-sdk/4.5.1/java-sdk-4.5.1-javadoc.jar) -Signatures and other downloads available at [Maven Central](https://central.sonatype.com/artifact/com.smartcar.sdk/java-sdk/4.5.0). +Signatures and other downloads available at [Maven Central](https://central.sonatype.com/artifact/com.smartcar.sdk/java-sdk/4.5.1). ## Usage @@ -136,7 +136,7 @@ In accordance with the Semantic Versioning specification, the addition of suppor [ci-url]: https://travis-ci.com/smartcar/java-sdk [coverage-image]: https://codecov.io/gh/smartcar/java-sdk/branch/master/graph/badge.svg?token=nZAITx7w3X [coverage-url]: https://codecov.io/gh/smartcar/java-sdk -[javadoc-image]: https://img.shields.io/badge/javadoc-4.5.0-brightgreen.svg +[javadoc-image]: https://img.shields.io/badge/javadoc-4.5.1-brightgreen.svg [javadoc-url]: https://smartcar.github.io/java-sdk [maven-image]: https://img.shields.io/maven-central/v/com.smartcar.sdk/java-sdk.svg?label=Maven%20Central [maven-url]: https://central.sonatype.com/artifact/com.smartcar.sdk/java-sdk diff --git a/build.gradle b/build.gradle index 190ef490..ee3b3729 100644 --- a/build.gradle +++ b/build.gradle @@ -84,9 +84,6 @@ jar { attributes('Implementation-Title': libName, 'Implementation-Version': libVersion) } - from { - configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) } - } } /** diff --git a/gradle.properties b/gradle.properties index 2bbbdf0b..7ccf8e19 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ libGroup=com.smartcar.sdk libName=java-sdk -libVersion=4.5.0 +libVersion=4.5.1 libDescription=Smartcar Java SDK diff --git a/src/integration/java/com/smartcar/sdk/VehicleIntegrationTest.java b/src/integration/java/com/smartcar/sdk/VehicleIntegrationTest.java index a7825c4b..0039236c 100644 --- a/src/integration/java/com/smartcar/sdk/VehicleIntegrationTest.java +++ b/src/integration/java/com/smartcar/sdk/VehicleIntegrationTest.java @@ -230,10 +230,10 @@ public void testActionStopCharge() throws SmartcarException { /** * Test that the vehicle sendDestination action works. */ - @Test(groups = "vehicle") - public void testActionSendDestination() throws SmartcarException { - this.eVehicle.sendDestination(47.6205063, -122.3518523); - } + // @Test(groups = "vehicle") + // public void testActionSendDestination() throws SmartcarException { + // this.eVehicle.sendDestination(47.6205063, -122.3518523); + // } /** * Tests that the batch request method works.