Author: dklco Date: Tue May 7 14:30:14 2013 New Revision: 1479921 URL: http://svn.apache.org/r1479921 Log: Cleaning up the site generation and changing to commons-lang 2.4 to increase compatibility with older versions of Sling
Modified:
sling/whiteboard/dklco/sling-proxy/pom.xml
Modified: sling/whiteboard/dklco/sling-proxy/pom.xml
URL:
http://svn.apache.org/viewvc/sling/whiteboard/dklco/sling-proxy/pom.xml?rev=1479921&r1=1479920&r2=1479921&view=diff
==============================================================================
--- sling/whiteboard/dklco/sling-proxy/pom.xml (original)
+++ sling/whiteboard/dklco/sling-proxy/pom.xml Tue May 7 14:30:14 2013
@@ -15,7 +15,7 @@
<parent>
<groupId>org.apache.sling</groupId>
<artifactId>sling</artifactId>
- <version>13</version>
+ <version>16-SNAPSHOT</version>
<relativePath>../../../../parent/pom.xml</relativePath>
</parent>
@@ -47,71 +47,23 @@
</instructions>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-site-plugin</artifactId>
- <version>3.0</version>
- <dependencies>
- <dependency>
-
<groupId>org.apache.maven.doxia</groupId>
-
<artifactId>doxia-module-markdown</artifactId>
- <version>1.3</version>
- </dependency>
- </dependencies>
- <configuration>
- <reportPlugins>
- <plugin>
-
<groupId>org.apache.maven.plugins</groupId>
-
<artifactId>maven-changes-plugin</artifactId>
- <version>2.9</version>
- <reportSets>
- <reportSet>
-
<reports>
-
<report>changes-report</report>
-
</reports>
- </reportSet>
- </reportSets>
- <configuration>
-
<issueManagementSystems>
-
<issueManagementSystem>JIRA</issueManagementSystem>
-
</issueManagementSystems>
- </configuration>
- </plugin>
- <plugin>
-
<groupId>org.apache.maven.plugins</groupId>
-
<artifactId>maven-project-info-reports-plugin</artifactId>
- <version>2.2</version>
- <reportSets>
- <reportSet>
-
<reports>
-
<report>index</report>
-
<report>help</report>
-
<report>summary</report>
-
<report>license</report>
-
<report>dependencies</report>
-
</reports>
- </reportSet>
- </reportSets>
- </plugin>
- <plugin>
-
<groupId>org.apache.maven.plugins</groupId>
-
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.9</version>
- </plugin>
- </reportPlugins>
- </configuration>
- </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>3.0</version>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.maven.doxia</groupId>
+ <artifactId>doxia-module-markdown</artifactId>
+ <version>1.3</version>
+ </dependency>
+ </dependencies>
+ </plugin>
+
</plugins>
</build>
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- </plugin>
- </plugins>
- </reporting>
<dependencies>
<dependency>
@@ -143,7 +95,7 @@
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
- <version>2.5</version>
+ <version>2.4</version>
<scope>provided</scope>
</dependency>
