This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-testing.git
The following commit(s) were added to refs/heads/master by this push:
new 3a2e928 SLING-8288 - Starter builds do not trigger execution of ITs
3a2e928 is described below
commit 3a2e9285c59e6b80c7cb8c2e2924cd5ffcd3812e
Author: Robert Munteanu <[email protected]>
AuthorDate: Fri Feb 22 13:26:50 2019 +0100
SLING-8288 - Starter builds do not trigger execution of ITs
Correct upstream projects name.
---
.sling-module.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.sling-module.json b/.sling-module.json
index 5ba3268..2701740 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -6,6 +6,6 @@
],
"emailRecipients": ["[email protected]"],
"additionalMavenParams": "-X",
- "upstreamProjects": ["../sling-org-apache-sling-starter/master",
"../sling/sling-org-apache-sling-launchpad-test-bundles"]
+ "upstreamProjects": ["../sling-org-apache-sling-starter/master",
"../sling-org-apache-sling-launchpad-test-bundles/master"]
}
}