From e2d728d217fae67a653f0b2b736a000ec9aa8595 Mon Sep 17 00:00:00 2001 From: Krishnamurthy Manjini Date: Tue, 2 Mar 2021 23:33:03 +0530 Subject: [PATCH 1/5] Test commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) From 1c16f79b35418efb46ed13e7061b3e949bd6bd05 Mon Sep 17 00:00:00 2001 From: Krishnamurthy Manjini Date: Tue, 2 Mar 2021 23:58:14 +0530 Subject: [PATCH 2/5] Test commit --- gradle.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index 96663c9..abdccf5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,16 +1,16 @@ VERSION_NAME=0.3-SNAPSHOT VERSION_CODE=3 -GROUP=com.seatgeek +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:krishnam0618/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 From ccf83e75e39b4b208ca2c27bb56ddcdfd9fb6b1b Mon Sep 17 00:00:00 2001 From: Krishnamurthy Manjini Date: Wed, 3 Mar 2021 15:05:26 +0530 Subject: [PATCH 3/5] updated snapshot details --- buildscripts/deploy_snapshot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From 9c435634eb9ebcc90b1dccf03cf490bf61137392 Mon Sep 17 00:00:00 2001 From: Krishnamurthy Manjini Date: Wed, 3 Mar 2021 15:08:41 +0530 Subject: [PATCH 4/5] updated gradle properties --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index abdccf5..c82fa25 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -VERSION_NAME=0.3-SNAPSHOT -VERSION_CODE=3 +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 From 8abd4910a9fc9455e8f64034ca1b6b60a9ca8f74 Mon Sep 17 00:00:00 2001 From: Krishnamurthy Manjini Date: Wed, 3 Mar 2021 15:38:45 +0530 Subject: [PATCH 5/5] updated gradle properties --- gradle.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index c82fa25..6590704 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,16 +1,16 @@ VERSION_NAME=1.0.0 VERSION_CODE=1 -GROUP=com.krishnam0618 +GROUP=com.KrishnaM0618 POM_DESCRIPTION=An AutocompleteTextView that interacts with the Google Maps Places API to provide location results -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:krishnam0618/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=krishnam0618 +POM_DEVELOPER_ID=KrishnaM0618 POM_DEVELOPER_NAME=SeatGeek, Inc ANDROID_PLUGIN_VERSION=2.3.3