Summary: This allows breaking changes in Litho to be landed. I'm also adding some helpers to determine if Flipper itself is currently in a release or snapshot release train. N.B. We don't publish snapshot releases for Flipper right now, but will in the future where this will come in handy. Reviewed By: jknoxville Differential Revision: D9359035 fbshipit-source-id: d21b607eca5d57caf4cc34234f6ba3cb0d8f307d
21 lines
675 B
Properties
21 lines
675 B
Properties
# POM publishing constants
|
|
VERSION_NAME=0.6.18-SNAPSHOT
|
|
GROUP=com.facebook.flipper
|
|
POM_URL=https://github.com/facebook/flipper
|
|
POM_SCM_URL=https://github.com/facebook/flipper.git
|
|
POM_SCM_CONNECTION=scm:git:https://github.com/facebook/flipper.git
|
|
POM_SCM_DEV_CONNECTION=scm:git:git@github.com:facebook/flipper.git
|
|
POM_LICENSE_NAME=MIT
|
|
POM_LICENSE_URL=https://github.com/facebook/flipper/blob/master/LICENSE
|
|
POM_LICENSE_DIST=repo
|
|
POM_DEVELOPER_ID=facebook
|
|
POM_DEVELOPER_NAME=facebook
|
|
|
|
# Shared version numbers
|
|
LITHO_VERSION=0.18.1-SNAPSHOT
|
|
|
|
# Deps for publishing
|
|
GRADLE_BINTRAY_PLUGIN_VERSION=1.8.0
|
|
GRADLE_VERSIONS_PLUGIN_VERSION=0.15.0
|
|
ANDROID_MAVEN_GRADLE_PLUGIN_VERSION=2.1
|