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-whiteboard.git
The following commit(s) were added to refs/heads/master by this push:
new bec8ba4 SLING-7245 - Validate pull requests using Jenkins
bec8ba4 is described below
commit bec8ba49724d489617bdd00839efe213cdfe5f2f
Author: Robert Munteanu <[email protected]>
AuthorDate: Tue Dec 18 12:01:47 2018 +0100
SLING-7245 - Validate pull requests using Jenkins
Disable Jenkins build in sling-module.xml, we now use an org folder
to pick up enabled jobs and a JSON descriptors.
---
mdresourceprovider/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mdresourceprovider/pom.xml b/mdresourceprovider/pom.xml
index 91e353a..b061fc4 100644
--- a/mdresourceprovider/pom.xml
+++ b/mdresourceprovider/pom.xml
@@ -22,7 +22,7 @@
<artifactId>org.apache.sling.mdresourceprovider</artifactId>
<version>0.0.1-SNAPSHOT</version>
- <name>Apache Sling Markdown Resource Provider</name>
+ <name>Apache Sling Markdown Resource Provider </name>
<build>
<plugins>
@@ -98,4 +98,4 @@
<properties>
<sling.java.version>8</sling.java.version>
</properties>
-</project>
\ No newline at end of file
+</project>