Skip to content

Commit aa67dfe

Browse files
committed
Merge branch '4.0.x-stable' into 4.1.x-stable
2 parents 91b9d74 + 8c7aed5 commit aa67dfe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<maven.release.plugin.version>2.5.3</maven.release.plugin.version>
6767
<versions.maven.plugin.version>2.3</versions.maven.plugin.version>
6868
<maven.resources.plugin.version>3.0.1</maven.resources.plugin.version>
69-
<maven.sources.plugin.version>3.0.1</maven.sources.plugin.version>
69+
<maven.source.plugin.version>3.0.1</maven.source.plugin.version>
7070
<groovy.maven.plugin.version>2.0</groovy.maven.plugin.version>
7171
<groovy.all.version>2.4.8</groovy.all.version>
7272
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
@@ -696,7 +696,7 @@
696696
<plugin>
697697
<groupId>org.apache.maven.plugins</groupId>
698698
<artifactId>maven-resources-plugin</artifactId>
699-
<version>${maven.sources.plugin.version}</version>
699+
<version>${maven.resources.plugin.version}</version>
700700
</plugin>
701701
<plugin>
702702
<groupId>org.codehaus.gmaven</groupId>
@@ -905,7 +905,7 @@
905905
<plugin>
906906
<groupId>org.apache.maven.plugins</groupId>
907907
<artifactId>maven-source-plugin</artifactId>
908-
<version>${maven.sources.plugin.version}</version>
908+
<version>${maven.source.plugin.version}</version>
909909
<executions>
910910
<execution>
911911
<goals>

0 commit comments

Comments
 (0)