Author: olamy
Date: Sun Mar 3 18:38:28 2013
New Revision: 1452095
URL: http://svn.apache.org/r1452095
Log:
fix javadoc links [COMMONSSITE-74]
Modified:
commons/proper/codec/trunk/pom.xml
commons/proper/codec/trunk/src/site/site.xml
Modified: commons/proper/codec/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1452095&r1=1452094&r2=1452095&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Sun Mar 3 18:38:28 2013
@@ -241,15 +241,7 @@ limitations under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
- <version>3.1</version>
- <dependencies>
- <dependency>
- <!-- add support for ssh/scp -->
- <groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-ssh</artifactId>
- <version>1.0</version>
- </dependency>
- </dependencies>
+ <version>3.2</version>
</plugin>
</plugins>
</pluginManagement>
Modified: commons/proper/codec/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/site/site.xml?rev=1452095&r1=1452094&r2=1452095&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/site/site.xml (original)
+++ commons/proper/codec/trunk/src/site/site.xml Sun Mar 3 18:38:28 2013
@@ -27,7 +27,7 @@
<item name="Overview" href="/index.html"/>
<item name="Download"
href="http://commons.apache.org/codec/download_codec.cgi"/>
<item name="Users guide" href="/userguide.html"/>
- <item name="Javadoc v1.7" href="api-release/index.html"/>
+ <item name="Javadoc v1.7" href="javadocs/api-release/index.html"/>
</menu>
<menu name="Development">