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 fb7869fbc6e08a0ec943e97f5f857fac826b8a8c Author: Justin Edelson <[email protected]> AuthorDate: Wed Jul 20 17:53:29 2011 +0000 SLING-2144 - downgrading bundle plugin as 2.3.5 doesn't work with Java 5 git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/servlet@1148867 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/resources/archetype-resources/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/archetype-resources/pom.xml b/src/main/resources/archetype-resources/pom.xml index 5e62c99..6e09b4f 100644 --- a/src/main/resources/archetype-resources/pom.xml +++ b/src/main/resources/archetype-resources/pom.xml @@ -44,7 +44,7 @@ <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <extensions>true</extensions> - <version>2.3.5</version> + <version>2.0.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
