This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag sling-servlet-archetype-1.0.2 in repository https://gitbox.apache.org/repos/asf/sling-servlet-archetype.git
commit 1b3b239a5b04e18c7c1fd8781a3864e73f53bc0c Author: Carsten Ziegeler <[email protected]> AuthorDate: Wed Jul 20 12:21:40 2011 +0000 SLING-2150 : Update plugins to use the latest available versions git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/servlet@1148722 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 +- src/main/resources/archetype-resources/pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 0771d02..d3d6945 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling</artifactId> - <version>10</version> + <version>11-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> diff --git a/src/main/resources/archetype-resources/pom.xml b/src/main/resources/archetype-resources/pom.xml index 5800038..5e62c99 100644 --- a/src/main/resources/archetype-resources/pom.xml +++ b/src/main/resources/archetype-resources/pom.xml @@ -30,7 +30,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-scr-plugin</artifactId> - <version>1.7.0</version> + <version>1.7.2</version> <executions> <execution> <id>generate-scr-descriptor</id> @@ -94,7 +94,7 @@ <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.scr.annotations</artifactId> - <version>1.5.0</version> + <version>1.6.0</version> <scope>provided</scope> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
