This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.hc.webconsole-1.0.4 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-hc-webconsole.git
commit 98006d183992877a6e500f9038f5e5a2720a1c9c Author: Carsten Ziegeler <[email protected]> AuthorDate: Mon Aug 19 07:41:31 2013 +0000 Clean up maven pom - remove unused dependencies, wrong plugin instructions etc. git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/healthcheck/webconsole@1515301 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 42 ++++++------------------------------------ 1 file changed, 6 insertions(+), 36 deletions(-) diff --git a/pom.xml b/pom.xml index 90afda3..c92392e 100644 --- a/pom.xml +++ b/pom.xml @@ -9,8 +9,8 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling</artifactId> - <version>16</version> - <relativePath>16</relativePath> + <version>17</version> + <relativePath/> </parent> <groupId>org.apache.sling</groupId> @@ -25,6 +25,9 @@ Webconsole plugin for Sling Health Check Services </description> + <properties> + <sling.java.version>6</sling.java.version> + </properties> <build> <plugins> <plugin> @@ -35,32 +38,6 @@ <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <extensions>true</extensions> - <configuration> - <instructions> - <Private-Package> - org.apache.sling.hc.webconsole.* - </Private-Package> - </instructions> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.6</source> - <target>1.6</target> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>animal-sniffer-maven-plugin</artifactId> - <configuration> - <signature> - <groupId>org.codehaus.mojo.signature</groupId> - <artifactId>java16</artifactId> - <version>1.0</version> - </signature> - </configuration> </plugin> </plugins> </build> @@ -69,21 +46,15 @@ <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.core</artifactId> - <scope>provided</scope> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.compendium</artifactId> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.apache.felix</groupId> - <artifactId>org.apache.felix.scr.annotations</artifactId> </dependency> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.hc.api</artifactId> - <version>${project.version}</version> + <version>0.0.2-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> @@ -95,7 +66,6 @@ <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> - <scope>provided</scope> </dependency> </dependencies> </project> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
