Skip to content

Commit 6da2085

Browse files
committed
fix javadoc links [COMMONSSITE-74]
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1452095 13f79535-47bb-0310-9956-ffa450edef68
1 parent a0c7b5f commit 6da2085

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

pom.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -241,15 +241,7 @@ limitations under the License.
241241
<plugin>
242242
<groupId>org.apache.maven.plugins</groupId>
243243
<artifactId>maven-site-plugin</artifactId>
244-
<version>3.1</version>
245-
<dependencies>
246-
<dependency>
247-
<!-- add support for ssh/scp -->
248-
<groupId>org.apache.maven.wagon</groupId>
249-
<artifactId>wagon-ssh</artifactId>
250-
<version>1.0</version>
251-
</dependency>
252-
</dependencies>
244+
<version>3.2</version>
253245
</plugin>
254246
</plugins>
255247
</pluginManagement>

src/site/site.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<item name="Overview" href="/index.html"/>
2828
<item name="Download" href="http://commons.apache.org/codec/download_codec.cgi"/>
2929
<item name="Users guide" href="/userguide.html"/>
30-
<item name="Javadoc v1.7" href="api-release/index.html"/>
30+
<item name="Javadoc v1.7" href="javadocs/api-release/index.html"/>
3131
</menu>
3232

3333
<menu name="Development">

0 commit comments

Comments
 (0)