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-servlet-archetype.git
commit db7c8d3db8dbb06138789a1a2af2ae112e8f457f Author: Robert Munteanu <[email protected]> AuthorDate: Fri Oct 16 22:46:19 2015 +0000 servlet-archetype: fix reference project after parent rollback git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1709123 13f79535-47bb-0310-9956-ffa450edef68 --- src/test/resources/projects/normal/reference/pom.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/test/resources/projects/normal/reference/pom.xml b/src/test/resources/projects/normal/reference/pom.xml index 5e9e75a..b7969bb 100644 --- a/src/test/resources/projects/normal/reference/pom.xml +++ b/src/test/resources/projects/normal/reference/pom.xml @@ -30,7 +30,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-scr-plugin</artifactId> - <version>1.21.0</version> + <version>1.16.0</version> <executions> <execution> <id>generate-scr-descriptor</id> @@ -44,21 +44,21 @@ <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <extensions>true</extensions> - <version>3.0.0</version> + <version>2.4.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.3</version> + <version>3.1</version> <configuration> - <source>7</source> - <target>7</target> + <source>6</source> + <target>6</target> </configuration> </plugin> <plugin> <groupId>org.apache.sling</groupId> <artifactId>maven-sling-plugin</artifactId> - <version>2.1.2</version> + <version>2.1.0</version> <configuration> <slingUrl>http://localhost:8080/system/console</slingUrl> <user>admin</user> @@ -95,25 +95,25 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.api</artifactId> - <version>2.9.0</version> + <version>2.2.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> - <version>1.7.6</version> + <version>1.5.10</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.scr.annotations</artifactId> - <version>1.9.12</version> + <version>1.9.8</version> <scope>provided</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.12</version> + <version>3.8.1</version> <scope>test</scope> </dependency> </dependencies> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
