Skip to content

Commit 423000e

Browse files
Upload java-libkiwix to the new Maven repository with version code 1.0.0
1 parent c928e30 commit 423000e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ ext["ossrhPassword"] = properties.getProperty("ossrhPassword", System.getenv('OS
1919
ext["sonatypeStagingProfileId"] = properties.getProperty("sonatypeStagingProfileId", System.getenv('SONATYPE_STAGING_PROFILE_ID'))
2020

2121
ext {
22-
set("GROUP_ID", "org.kiwix.kiwixlib")
23-
set("ARTIFACT_ID", "kiwixlib")
24-
set("VERSION", "11.0.0")
22+
set("GROUP_ID", "org.kiwix.libkiwix")
23+
set("ARTIFACT_ID", "libkiwix")
24+
set("VERSION", "1.0.0")
2525
}
2626

2727
apply from: 'publish.gradle'

0 commit comments

Comments
 (0)