File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
66
<maven .release.plugin.version>2.5.3</maven .release.plugin.version>
67
67
<versions .maven.plugin.version>2.3</versions .maven.plugin.version>
68
68
<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>
70
70
<groovy .maven.plugin.version>2.0</groovy .maven.plugin.version>
71
71
<groovy .all.version>2.4.8</groovy .all.version>
72
72
<nexus-staging-maven-plugin .version>1.6.8</nexus-staging-maven-plugin .version>
690
690
<plugin >
691
691
<groupId >org.apache.maven.plugins</groupId >
692
692
<artifactId >maven-resources-plugin</artifactId >
693
- <version >${maven.sources .plugin.version} </version >
693
+ <version >${maven.resources .plugin.version} </version >
694
694
</plugin >
695
695
<plugin >
696
696
<groupId >org.codehaus.gmaven</groupId >
899
899
<plugin >
900
900
<groupId >org.apache.maven.plugins</groupId >
901
901
<artifactId >maven-source-plugin</artifactId >
902
- <version >${maven.sources .plugin.version} </version >
902
+ <version >${maven.source .plugin.version} </version >
903
903
<executions >
904
904
<execution >
905
905
<goals >
You can’t perform that action at this time.
0 commit comments