You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2018/11/05 18:02:51 UTC

[sling-org-apache-sling-models-integration-tests] branch master updated: update model dependencies to latest snapshots

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

sseifert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-integration-tests.git


The following commit(s) were added to refs/heads/master by this push:
     new 0ddbbf2  update model dependencies to latest snapshots
0ddbbf2 is described below

commit 0ddbbf265c073c26b5a21f024d30a1d695616409
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Mon Nov 5 19:02:41 2018 +0100

    update model dependencies to latest snapshots
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3fb3fc0..e36f4cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -327,19 +327,19 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.models.api</artifactId>
-            <version>1.3.6</version>
+            <version>1.3.9-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.models.impl</artifactId>
-            <version>1.4.9-SNAPSHOT</version>
+            <version>1.4.11-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.models.jacksonexporter</artifactId>
-            <version>1.0.8</version>
+            <version>1.0.9-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>