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-jobs-it.git
commit b7a5cf04e8cbae35093957908c4e6f724fa5515e Author: Oliver Lietz <[email protected]> AuthorDate: Fri Mar 10 20:42:56 2017 +0000 use Sling Parent 30 git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1786438 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 7fe60f9..02a2847 100644 --- a/pom.xml +++ b/pom.xml @@ -19,10 +19,11 @@ --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> + <parent> - <groupId>org.apache</groupId> - <artifactId>apache</artifactId> - <version>10</version> + <groupId>org.apache.sling</groupId> + <artifactId>sling</artifactId> + <version>30</version> <relativePath /> </parent> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
