Author: olamy
Date: Thu Sep 6 08:28:21 2012
New Revision: 1381522
URL: http://svn.apache.org/viewvc?rev=1381522&view=rev
Log:
maven-project-info-reports-plugin 2.5.1 and fix typo
Modified:
sqoop/site/trunk/pom.xml
Modified: sqoop/site/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/sqoop/site/trunk/pom.xml?rev=1381522&r1=1381521&r2=1381522&view=diff
==============================================================================
--- sqoop/site/trunk/pom.xml (original)
+++ sqoop/site/trunk/pom.xml Thu Sep 6 08:28:21 2012
@@ -61,7 +61,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
- <version>2.4</version>
+ <version>2.5.1</version>
<reportSets>
<reportSet>
<reports>
@@ -82,7 +82,7 @@
<configuration>
<checkoutDirectoryName>sqoop</checkoutDirectoryName>
<webAccessUrl>https://git-wip-us.apache.org/repos/asf?p=sqoop.git</webAccessUrl>
-
<anonyumousConnection>scm:git:http://git-wip-us.apache.org/repos/asf/sqoop.git</anonyumousConnection>
+
<anonymousConnection>scm:git:http://git-wip-us.apache.org/repos/asf/sqoop.git</anonymousConnection>
<developerConnection>scm:git:http://git-wip-us.apache.org/repos/asf/sqoop.git</developerConnection>
</configuration>
</plugin>