diff --git a/README.md b/README.md index 0cb67a5..797ba97 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# android-PlacesAutocompleteTextView +# android-PlacesAutocompleteTextView [![Build Status](https://travis-ci.org/seatgeek/android-PlacesAutocompleteTextView.svg)](https://travis-ci.org/seatgeek/android-PlacesAutocompleteTextView) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-PlacesAutocompleteTextView-green.svg?style=true)](https://android-arsenal.com/details/1/2777) diff --git a/buildscripts/deploy_snapshot.sh b/buildscripts/deploy_snapshot.sh index 68b9e82..f938e92 100755 --- a/buildscripts/deploy_snapshot.sh +++ b/buildscripts/deploy_snapshot.sh @@ -6,7 +6,7 @@ # http://benlimmer.com/2013/12/26/automatically-publish-javadoc-to-gh-pages-with-travis-ci/ and # https://github.com/JakeWharton/butterknife/blob/master/.buildscript/deploy_snapshot.sh -SLUG="seatgeek/android-PlacesAutocompleteTextView" +SLUG="KrishnaM0618/android-PlacesAutocompleteTextView" JDK="oraclejdk8" BRANCH="master" diff --git a/gradle.properties b/gradle.properties index 96663c9..6590704 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,16 +1,16 @@ -VERSION_NAME=0.3-SNAPSHOT -VERSION_CODE=3 -GROUP=com.seatgeek +VERSION_NAME=1.0.0 +VERSION_CODE=1 +GROUP=com.KrishnaM0618 POM_DESCRIPTION=An AutocompleteTextView that interacts with the Google Maps Places API to provide location results -POM_URL=https://github.com/seatgeek/android-PlacesAutocompleteTextView -POM_SCM_URL=https://github.com/seatgeek/android-PlacesAutocompleteTextView -POM_SCM_CONNECTION=scm:git@github.com:seatgeek/android-PlacesAutocompleteTextView.git -POM_SCM_DEV_CONNECTION=scm:git@github.com:seatgeek/android-PlacesAutocompleteTextView.git +POM_URL=https://github.com/KrishnaM0618/android-PlacesAutocompleteTextView +POM_SCM_URL=https://github.com/KrishnaM0618/android-PlacesAutocompleteTextView +POM_SCM_CONNECTION=scm:git@github.com:KrishnaM0618/android-PlacesAutocompleteTextView.git +POM_SCM_DEV_CONNECTION=scm:git@github.com:krishnKrishnaM0618am0618/android-PlacesAutocompleteTextView.git POM_LICENCE_NAME=The BSD 2-Clause License POM_LICENCE_URL=http://opensource.org/licenses/BSD-2-Clause POM_LICENCE_DIST=repo -POM_DEVELOPER_ID=seatgeek +POM_DEVELOPER_ID=KrishnaM0618 POM_DEVELOPER_NAME=SeatGeek, Inc ANDROID_PLUGIN_VERSION=2.3.3