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-archetype-parent.git
commit 152636be91c1d227e58a3febb7bc6468d1185e6e Author: Robert Munteanu <[email protected]> AuthorDate: Thu Oct 15 15:16:48 2015 +0000 SLING-5155 - Update dependency versions to Sling 8 baseline git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1708837 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index f770661..970a22e 100644 --- a/pom.xml +++ b/pom.xml @@ -45,13 +45,13 @@ <jettyplugin.version>6.1.23</jettyplugin.version> <!-- various properties which influence generated archetypes --> - <archetype.java.version>6</archetype.java.version> + <archetype.java.version>7</archetype.java.version> <!-- dependency versions to use in generated archetypes --> - <junit.version>3.8.1</junit.version> + <junit.version>4.12</junit.version> <scrannotations.version>1.9.12</scrannotations.version> - <slingapi.version>2.2.0</slingapi.version> - <slf4japi.version>1.5.10</slf4japi.version> + <slingapi.version>2.9.0</slingapi.version> + <slf4japi.version>1.7.6</slf4japi.version> <!-- define archetype tooling version in a central place --> <archetype.version>2.2</archetype.version> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
