Skip to content

Commit

Permalink
Java doc build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratler committed Sep 11, 2011
1 parent 50a5276 commit 4738c6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>edu.internet2.middleware</groupId>
<artifactId>mongodb-connector</artifactId>
<version>1.0</version>
<version>1.0.1</version>
<packaging>jar</packaging>
<name>MongoDB data connector</name>
<description>MongoDB data and persistent ID connector for Shibboleth IdP</description>
Expand Down Expand Up @@ -113,7 +113,7 @@
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<links>
<link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
<link>http://java.sun.com/j2se/1.6.0/docs/api/</link>
</links>
<quiet>true</quiet>
<version>true</version>
Expand Down

0 comments on commit 4738c6d

Please sign in to comment.