SWS-592 - Version not specified for build and reporting plugins

This commit is contained in:
Arjen Poutsma
2010-01-06 12:33:36 +00:00
parent 9a36c64d6f
commit b900c0c810
2 changed files with 9 additions and 8 deletions

View File

@@ -23,9 +23,9 @@
</site>
</distributionManagement>
<scm>
<connection>scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-1.5.6</connection>
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-1.5.6</developerConnection>
<url>https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-1.5.6</url>
<connection>scm:svn:https://src.springframework.org/svn/spring-ws/trunk</connection>
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-ws/trunk</developerConnection>
<url>https://fisheye.springframework.org/browse/spring-ws/trunk</url>
</scm>
<properties>
<spring.version>2.5.6</spring.version>

11
pom.xml
View File

@@ -122,6 +122,7 @@
<plugins>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.1</version>
<executions>
<execution>
<id>copy-dependencies</id>
@@ -491,7 +492,7 @@
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2-beta-3</version>
<version>2.2-beta-5</version>
<inherited>false</inherited>
<executions>
<execution>
@@ -516,7 +517,7 @@
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2-beta-3</version>
<version>2.2-beta-5</version>
<inherited>false</inherited>
<executions>
<execution>
@@ -632,18 +633,21 @@
<plugins>
<plugin>
<artifactId>maven-jxr-plugin</artifactId>
<version>2.1</version>
<configuration>
<aggregate>true</aggregate>
</configuration>
</plugin>
<plugin>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.4.2</version>
<configuration>
<aggregate>true</aggregate>
</configuration>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.6.1</version>
<configuration>
<aggregate>true</aggregate>
<breakiterator>true</breakiterator>
@@ -697,9 +701,6 @@
</reportSet>
</reportSets>
</plugin>
<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
</plugin>
</plugins>
</reporting>
<dependencies>