Skip to content

Commit

Permalink
Preparing to rename repo
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGHSeg committed Jun 15, 2023
1 parent 55548bc commit 8293870
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ POM_ARTIFACT_ID=bugsnag
POM_NAME=bugsnag
POM_DESCRIPTION=Destination Plugin for Bugsnag

POM_URL=https://github.com/segmentio/analytics-kotlin-integration-bugsnag
POM_SCM_URL=https://github.com/segmentio/analytics-kotlin-integration-bugsnag
POM_SCM_CONNECTION=scm:git:git://github.com/segmentio/analytics-kotlin-integration-bugsnag.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/segmentio/analytics-kotlin-integration-bugsnag.git
POM_URL=https://github.com/segmentio/analytics-kotlin-bugsnag
POM_SCM_URL=https://github.com/segmentio/analytics-kotlin-bugsnag
POM_SCM_CONNECTION=scm:git:git://github.com/segmentio/analytics-kotlin-bugsnag.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/segmentio/analytics-kotlin-bugsnag.git

POM_LICENCE_NAME=The MIT License (MIT)
POM_LICENCE_URL=http://opensource.org/licenses/MIT
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rootProject.name = "analytics-kotlin-integration-bugsnag"
rootProject.name = "analytics-kotlin-bugsnag"
include(":lib")
includeBuild("publishing-plugins")
include(":testapp")

0 comments on commit 8293870

Please sign in to comment.