From 7f4ade8255d6e0bcaf03f2d39e94efa2d955642f Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 6 Feb 2021 17:34:17 +0530 Subject: Replace JCenter with Maven Central (#1303) --- autofill-parser/build.gradle.kts | 2 +- autofill-parser/gradle.properties | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'autofill-parser') diff --git a/autofill-parser/build.gradle.kts b/autofill-parser/build.gradle.kts index 9a4d423a..e955d1c0 100644 --- a/autofill-parser/build.gradle.kts +++ b/autofill-parser/build.gradle.kts @@ -1,6 +1,6 @@ plugins { id("com.android.library") - id("maven-publish") + id("com.vanniktech.maven.publish") kotlin("android") `aps-plugin` } diff --git a/autofill-parser/gradle.properties b/autofill-parser/gradle.properties index 6aa624ad..b0a370fe 100644 --- a/autofill-parser/gradle.properties +++ b/autofill-parser/gradle.properties @@ -1,16 +1,17 @@ -GROUP=com.github.androidpasswordstore VERSION_NAME=1.1.0-SNAPSHOT POM_ARTIFACT_ID=autofill-parser -POM_ARTIFACT_DESCRIPTION=Android library for low-level parsing of Autofill structures +POM_NAME=autofill-parser +POM_DESCRIPTION=Android library for low-level parsing of Autofill structures +POM_INCEPTION_YEAR=2020 POM_URL=https://github.com/Android-Password-Store/android-password-store POM_SCM_URL=https://github.com/Android-Password-Store/android-password-store POM_SCM_CONNECTION=scm:git:https://github.com/Android-Password-Store/android-password-store.git POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com:Android-Password-Store/android-password-store -POM_LICENSE_NAME=LGPL-3.0-only WITH LGPL-3.0-linking-exception -POM_LICENSE_URL=https://www.gnu.org/licenses/lgpl-3.0.txt -POM_LICENSE_DIST=repo +POM_LICENCE_NAME=LGPL-3.0-only WITH LGPL-3.0-linking-exception +POM_LICENCE_URL=https://www.gnu.org/licenses/lgpl-3.0.txt +POM_LICENCE_DIST=repo POM_DEVELOPER_ID=android-password-store POM_DEVELOPER_NAME=The Android Password Store Authors -- cgit v1.2.3