You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2017/12/26 12:31:27 UTC

[sling-org-apache-sling-crankstart-launcher] 02/03: use sling.java.version and remove versions managed in parent

This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-crankstart-launcher.git

commit 42b95618e8be73b7534b04edeaa6bd2a7c9f3958
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Dec 26 13:27:34 2017 +0100

    use sling.java.version and remove versions managed in parent
---
 pom.xml | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3f1553b..0723b93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,6 +48,7 @@
     </scm>
 
     <properties>
+        <sling.java.version>6</sling.java.version>
         <pax.url.version>2.1.0</pax.url.version>
         <org.ops4j.pax.url.mvn.repositories/>
     </properties>
@@ -86,17 +87,8 @@
                     </execution>
                 </executions>
              </plugin>
-           <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>1.6</source>
-                    <target>1.6</target>
-                </configuration>
-            </plugin>
             <plugin>
                 <artifactId>maven-clean-plugin</artifactId>
-                <version>2.2</version>
                 <configuration>
                     <filesets>
                         <fileset>
@@ -178,7 +170,6 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>4.12</version>
             <scope>provided</scope>
         </dependency>
         <dependency>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.