Skip to content

Commit b900c0c

Browse files
committed
SWS-592 - Version not specified for build and reporting plugins
1 parent 9a36c64 commit b900c0c

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

parent/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
</site>
2424
</distributionManagement>
2525
<scm>
26-
<connection>scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-1.5.6</connection>
27-
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-1.5.6</developerConnection>
28-
<url>https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-1.5.6</url>
26+
<connection>scm:svn:https://src.springframework.org/svn/spring-ws/trunk</connection>
27+
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-ws/trunk</developerConnection>
28+
<url>https://fisheye.springframework.org/browse/spring-ws/trunk</url>
2929
</scm>
3030
<properties>
3131
<spring.version>2.5.6</spring.version>

pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@
122122
<plugins>
123123
<plugin>
124124
<artifactId>maven-dependency-plugin</artifactId>
125+
<version>2.1</version>
125126
<executions>
126127
<execution>
127128
<id>copy-dependencies</id>
@@ -491,7 +492,7 @@
491492
</plugin>
492493
<plugin>
493494
<artifactId>maven-assembly-plugin</artifactId>
494-
<version>2.2-beta-3</version>
495+
<version>2.2-beta-5</version>
495496
<inherited>false</inherited>
496497
<executions>
497498
<execution>
@@ -516,7 +517,7 @@
516517
<plugins>
517518
<plugin>
518519
<artifactId>maven-assembly-plugin</artifactId>
519-
<version>2.2-beta-3</version>
520+
<version>2.2-beta-5</version>
520521
<inherited>false</inherited>
521522
<executions>
522523
<execution>
@@ -632,18 +633,21 @@
632633
<plugins>
633634
<plugin>
634635
<artifactId>maven-jxr-plugin</artifactId>
636+
<version>2.1</version>
635637
<configuration>
636638
<aggregate>true</aggregate>
637639
</configuration>
638640
</plugin>
639641
<plugin>
640642
<artifactId>maven-surefire-report-plugin</artifactId>
643+
<version>2.4.2</version>
641644
<configuration>
642645
<aggregate>true</aggregate>
643646
</configuration>
644647
</plugin>
645648
<plugin>
646649
<artifactId>maven-javadoc-plugin</artifactId>
650+
<version>2.6.1</version>
647651
<configuration>
648652
<aggregate>true</aggregate>
649653
<breakiterator>true</breakiterator>
@@ -697,9 +701,6 @@
697701
</reportSet>
698702
</reportSets>
699703
</plugin>
700-
<plugin>
701-
<artifactId>maven-project-info-reports-plugin</artifactId>
702-
</plugin>
703704
</plugins>
704705
</reporting>
705706
<dependencies>

0 commit comments

Comments
 (0)