Skip to content

Commit 4ab44f8

Browse files
committed
naming
1 parent 52e307e commit 4ab44f8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gradle.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,20 +53,20 @@ kotlinOptions.freeCompilerArgs=["-Xjvm-default=all-compatibility"]
5353

5454
# publishing
5555
GROUP=net.kibotu
56-
POM_ARTIFACT_ID=AndroidVideoTranscoder
56+
POM_ARTIFACT_ID=android-ffmpeg-transcoder
5757

58-
POM_NAME=AndroidVideoTranscoder
58+
POM_NAME=android-ffmpeg-transcoder
5959
POM_DESCRIPTION=Surprisingly fast on device video transcoding.
6060
POM_INCEPTION_YEAR=2024
61-
POM_URL=https://github.com/kibotu/AndroidVideoTranscoder
61+
POM_URL=https://github.com/kibotu/android-ffmpeg-transcoder
6262

6363
POM_LICENSE_NAME=The Apache Software License, Version 2.0
6464
POM_LICENSE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
6565
POM_LICENSE_DIST=repo
6666

67-
POM_SCM_URL=https://github.com/kibotu/AndroidVideoTranscoder
68-
POM_SCM_CONNECTION=scm:git:git://github.com/kibotu/AndroidVideoTranscoder.git
69-
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/kibotu/AndroidVideoTranscoder.git
67+
POM_SCM_URL=https://github.com/kibotu/android-ffmpeg-transcoder
68+
POM_SCM_CONNECTION=scm:git:git://github.com/kibotu/android-ffmpeg-transcoder.git
69+
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/kibotu/android-ffmpeg-transcoder.git
7070

7171
POM_DEVELOPER_ID=kibotu
7272
POM_DEVELOPER_NAME=Jan Rabe

0 commit comments

Comments
 (0)