Author: olamy
Date: Fri Jan 25 21:07:33 2013
New Revision: 1438705
URL: http://svn.apache.org/viewvc?rev=1438705&view=rev
Log:
remove inherited configuration
Modified:
maven/jxr/trunk/pom.xml
Modified: maven/jxr/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/jxr/trunk/pom.xml?rev=1438705&r1=1438704&r2=1438705&view=diff
==============================================================================
--- maven/jxr/trunk/pom.xml (original)
+++ maven/jxr/trunk/pom.xml Fri Jan 25 21:07:33 2013
@@ -63,7 +63,7 @@ under the License.
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
- <version>4.8.2</version>
+ <version>4.11</version>
</dependency>
</dependencies>
</dependencyManagement>
@@ -72,13 +72,6 @@ under the License.
<pluginManagement>
<plugins>
<plugin>
- <artifactId>maven-site-plugin</artifactId>
- <version>2.3</version>
- <configuration>
-
<stagingSiteURL>scp://people.apache.org/www/maven.apache.org/jxr/${project.artifactId}-${project.version}</stagingSiteURL>
- </configuration>
- </plugin>
- <plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<tagBase>https://svn.apache.org/repos/asf/maven/jxr/tags</tagBase>