From a35d7ca4dc8576c5955e5155ced51b4c1f4405f0 Mon Sep 17 00:00:00 2001 From: Robert Csakany Date: Wed, 15 Apr 2015 21:19:07 +0200 Subject: [PATCH] Default shippable settings added for projects --- shippable-settings.xml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 shippable-settings.xml diff --git a/shippable-settings.xml b/shippable-settings.xml new file mode 100644 index 0000000..7f4f57c --- /dev/null +++ b/shippable-settings.xml @@ -0,0 +1,42 @@ + + + + livesense-distribution-snapshots + ${CI_DEPLOY_USERNAME} + ${CI_DEPLOY_PASSWORD} + + + livesense-distribution-releases + ${CI_DEPLOY_USERNAME} + ${CI_DEPLOY_PASSWORD} + + + livesense-distribution-staging + ${CI_DEPLOY_USERNAME} + ${CI_DEPLOY_PASSWORD} + + + + + sonatype-oss + + + sonatype-oss-snapshot + https://oss.sonatype.org/content/repositories/snapshots/ + + false + + + true + + + + + + + sonatype-oss + + \ No newline at end of file