Upload java-libkiwix to the new Maven repository with version code 1.0.0

This commit is contained in:
MohitMali 2023-07-18 15:20:03 +05:30
parent c928e30e86
commit 423000e1a6

View File

@ -19,9 +19,9 @@ ext["ossrhPassword"] = properties.getProperty("ossrhPassword", System.getenv('OS
ext["sonatypeStagingProfileId"] = properties.getProperty("sonatypeStagingProfileId", System.getenv('SONATYPE_STAGING_PROFILE_ID')) ext["sonatypeStagingProfileId"] = properties.getProperty("sonatypeStagingProfileId", System.getenv('SONATYPE_STAGING_PROFILE_ID'))
ext { ext {
set("GROUP_ID", "org.kiwix.kiwixlib") set("GROUP_ID", "org.kiwix.libkiwix")
set("ARTIFACT_ID", "kiwixlib") set("ARTIFACT_ID", "libkiwix")
set("VERSION", "11.0.0") set("VERSION", "1.0.0")
} }
apply from: 'publish.gradle' apply from: 'publish.gradle'