Skip to content

Commit 8c7aed5

Browse files
committed
Fix version property for source and resources plugins
1 parent d317c9a commit 8c7aed5

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>
@@ -690,7 +690,7 @@
690690
<plugin>
691691
<groupId>org.apache.maven.plugins</groupId>
692692
<artifactId>maven-resources-plugin</artifactId>
693-
<version>${maven.sources.plugin.version}</version>
693+
<version>${maven.resources.plugin.version}</version>
694694
</plugin>
695695
<plugin>
696696
<groupId>org.codehaus.gmaven</groupId>
@@ -899,7 +899,7 @@
899899
<plugin>
900900
<groupId>org.apache.maven.plugins</groupId>
901901
<artifactId>maven-source-plugin</artifactId>
902-
<version>${maven.sources.plugin.version}</version>
902+
<version>${maven.source.plugin.version}</version>
903903
<executions>
904904
<execution>
905905
<goals>

0 commit comments

Comments
 (0)