forked from livekit/client-sdk-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from VamaSingapore/fix/maven-publishing
Fix: Edit maven publishing to use Github packages
- Loading branch information
Showing
2 changed files
with
20 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,25 +22,29 @@ kotlin.code.style=official | |
|
||
############################################################### | ||
|
||
GROUP=io.livekit | ||
VERSION_NAME=2.9.7 | ||
GROUP=io.vama.livekit | ||
VERSION_NAME=2.9.8 | ||
|
||
POM_DESCRIPTION=LiveKit Android SDK, WebRTC Rooms | ||
POM_DESCRIPTION=Vama LiveKit Android SDK, WebRTC Rooms | ||
|
||
POM_URL=https://github.com/livekit/client-sdk-android | ||
POM_SCM_URL=https://github.com/livekit/client-sdk-android | ||
POM_SCM_CONNECTION=scm:git:git://github.com/livekit/client-sdk-android.git | ||
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/livekit/client-sdk-android.git | ||
POM_URL=https://github.com/VamaSingapore/client-sdk-android | ||
POM_SCM_URL=https://github.com/VamaSingapore/client-sdk-android | ||
POM_SCM_CONNECTION=scm:git:git://github.com/VamaSingapore/client-sdk-android.git | ||
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/VamaSingapore/client-sdk-android.git | ||
|
||
POM_LICENCE_NAME=The Apache Software License, Version 2.0 | ||
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt | ||
POM_LICENCE_DIST=repo | ||
|
||
POM_DEVELOPER_ID=livekit | ||
POM_DEVELOPER_NAME=LiveKit | ||
POM_DEVELOPER_ID=vama_livekit | ||
POM_DEVELOPER_NAME=Vama_LiveKit | ||
|
||
RELEASE_REPOSITORY_URL=https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ | ||
SNAPSHOT_REPOSITORY_URL=https://s01.oss.sonatype.org/content/repositories/snapshots/ | ||
RELEASE_REPOSITORY_URL=https://maven.pkg.github.com/VamaSingapore/client-sdk-android/releases/ | ||
SNAPSHOT_REPOSITORY_URL=https://maven.pkg.github.com/VamaSingapore/client-sdk-android/snapshots/ | ||
|
||
# WARNING: Do not edit this and potentially commit to repo. | ||
githubUsername= | ||
githubToken= | ||
|
||
# Variables required to allow build.gradle to parse for publishing. | ||
# WARNING: Do not edit this and potentially commit to repo. | ||
|
@@ -53,7 +57,7 @@ signing.secretKeyRingFile= | |
|
||
STAGING_PROFILE_ID= | ||
|
||
RELEASE_SIGNING_ENABLED=true | ||
RELEASE_SIGNING_ENABLED=false | ||
|
||
# For instrumented tests. | ||
# WARNING: Do not edit this and potentially commit to repo. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters