Remove Litho references

Summary: There were some leftover Litho references.

Reviewed By: danielbuechele

Differential Revision: D17071513

fbshipit-source-id: feec9a5748c359a830746c2f9944e0256b16bc09
This commit is contained in:
Pascal Hartig
2019-08-27 08:48:39 -07:00
committed by Facebook Github Bot
parent 85d098e695
commit 268aee897c
2 changed files with 2 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ POM_LICENSE_URL=https://github.com/facebook/flipper/blob/master/LICENSE
POM_LICENSE_DIST=repo
POM_DEVELOPER_ID=facebook
POM_DEVELOPER_NAME=facebook
POM_ISSUES_URL = 'https://github.com/facebook/flipper/issues/'
# Shared version numbers
LITHO_VERSION=0.29.0

View File

@@ -12,14 +12,12 @@ ext {
bintrayName = "${GROUP}:${POM_ARTIFACT_ID}"
bintrayDescription = POM_DESCRIPTION
projectUrl = POM_URL
issuesUrl = 'https://github.com/facebook/litho/issues'
issuesUrl = POM_ISSUES_URL
scmUrl = POM_SCM_URL
scmConnection = POM_SCM_CONNECTION
scmDeveloperConnection = POM_SCM_DEV_CONNECTION
publishedGroupId = GROUP
libraryName = 'litho'
artifact = 'litho'
developerId = POM_DEVELOPER_ID
developerName = POM_DEVELOPER_NAME