aboutsummaryrefslogtreecommitdiff
path: root/openpgp-ktx
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp-ktx')
-rw-r--r--openpgp-ktx/build.gradle.kts2
-rw-r--r--openpgp-ktx/gradle.properties11
2 files changed, 7 insertions, 6 deletions
diff --git a/openpgp-ktx/build.gradle.kts b/openpgp-ktx/build.gradle.kts
index ad6d4da1..f286b2b7 100644
--- a/openpgp-ktx/build.gradle.kts
+++ b/openpgp-ktx/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/openpgp-ktx/gradle.properties b/openpgp-ktx/gradle.properties
index b510e282..462ec77d 100644
--- a/openpgp-ktx/gradle.properties
+++ b/openpgp-ktx/gradle.properties
@@ -1,16 +1,17 @@
-GROUP=com.github.androidpasswordstore
VERSION_NAME=2.2.0
POM_ARTIFACT_ID=openpgp-ktx
-POM_ARTIFACT_DESCRIPTION=Reimplementation of OpenKeychain's integration library in Kotlin
+POM_NAME=openpgp-ktx
+POM_DESCRIPTION=Reimplementation of OpenKeychain's integration library in Kotlin
+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