update some plugin versions which were specified explicitly and fix relativePath for m-p-p
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1133739 13f79535-47bb-0310-9956-ffa450edef68master
parent
595cc6897c
commit
f188051c3a
|
|
@ -24,6 +24,7 @@
|
|||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-plugins</artifactId>
|
||||
<version>20</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
|
@ -261,7 +262,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-changes-plugin</artifactId>
|
||||
<version>2.3</version>
|
||||
<version>2.5</version>
|
||||
<configuration>
|
||||
<!-- For JIRA-report -->
|
||||
<columnNames>Type,Key,Summary,Assignee,Status,Resolution,Fix Version</columnNames>
|
||||
|
|
|
|||
|
|
@ -117,7 +117,7 @@
|
|||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>l10n-maven-plugin</artifactId>
|
||||
<version>1.0-alpha-1</version>
|
||||
<version>1.0-alpha-2</version>
|
||||
<configuration>
|
||||
<locales>
|
||||
<locale>de</locale>
|
||||
|
|
|
|||
Loading…
Reference in New Issue