-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1679 from smartdevicelink/5.1.1
5.1.1
- Loading branch information
Showing
23 changed files
with
177 additions
and
410 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5.1.0 | ||
5.1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
GROUP=com.smartdevicelink | ||
POM_ARTIFACT_ID=sdl_android | ||
VERSION_NAME=5.1.1 | ||
|
||
POM_NAME=sdl_android | ||
POM_PACKAGING=aar | ||
|
||
POM_DESCRIPTION=The app library component of SDL is meant to run on the end user’s smart-device from within SDL enabled apps, as an embedded app, or connected to the cloud. App libraries allow the apps to connect to SDL enabled head-units and hardware through bluetooth, USB, and TCP for Android, and cloud and embedded apps can connect through web sockets, Java Beans, and other custom transports. Once the library establishes a connection between the smart device and head-unit through the preferred method of transport, the two components are able to communicate using the SDL defined protocol. The app integrating this library project is then able to expose its functionality to the head-unit through text, media, and other interactive elements. | ||
POM_INCEPTION_YEAR=2014 | ||
|
||
POM_URL=https://github.com/smartdevicelink/sdl_java_suite | ||
POM_SCM_URL=https://github.com/smartdevicelink/sdl_java_suite | ||
POM_SCM_CONNECTION=scm:[email protected]:smartdevicelink/sdl_java_suite.git | ||
POM_SCM_DEV_CONNECTION=scm:[email protected]:smartdevicelink/sdl_java_suite.git | ||
|
||
POM_LICENCE_NAME=BSD 3-Clause | ||
POM_LICENCE_URL=https://opensource.org/licenses/BSD-3-Clause | ||
POM_LICENCE_DIST=repo | ||
|
||
RELEASE_REPOSITORY_URL=https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ | ||
SNAPSHOT_REPOSITORY_URL=https://s01.oss.sonatype.org/content/repositories/snapshots/ | ||
|
||
POM_DEVELOPER_ID= | ||
POM_DEVELOPER_NAME= | ||
POM_DEVELOPER_URL= | ||
|
||
signing.keyId= | ||
signing.password= | ||
signing.secretKeyRingFile= | ||
SONATYPE_NEXUS_USERNAME= | ||
SONATYPE_NEXUS_PASSWORD= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.