From 6dfbb4ada219bc31875a037ee48834da73c30eb3 Mon Sep 17 00:00:00 2001 From: Manuele Simi Date: Fri, 20 Sep 2019 23:11:51 -0400 Subject: [PATCH] Extend documentation. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5e12b33..ef8486a 100644 --- a/README.md +++ b/README.md @@ -16,18 +16,18 @@ A parent pom for all the gCube artifacts. * Deployments of releases artifacts are not permitted ## jenkins-snapshots -* Dependencies resolved against local-snapshots and gcube-releases +* Dependencies resolved against local-snapshots, gcube-snapshots and gcube-releases * Snapshot artifacts installed to local-snapshots * Snapshot artifacts deployed to gcube-snapshots * Deployments of release artifacts are not permitted ## jenkins-staging -* Dependencies resolved against local-staging and gcube-jenkins-staging +* Dependencies resolved against local-staging, gcube-jenkins-staging, gcube-staging and gcube-releases * Release/snapshot artifacts installed to local-staging * Release/snapshot artifacts deployed to gcube-jenkins-staging ## jenkins-releases -* Dependencies resolved against local-releases and gcube-releases +* Dependencies resolved against local-releases, gcube-releases, gcube-jenkins-staging and gcube staging * Release artifacts installed to local-releases * Deployments of snapshot artifacts are not permitted * Release artifacts deployed to gcube-releases