mirror of https://github.com/apache/maven.git
upgrade versions
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1380316 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
477138ef40
commit
d1389ab2de
|
@ -25,7 +25,7 @@ under the License.
|
|||
<parent>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-parent</artifactId>
|
||||
<version>13</version>
|
||||
<version>22</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.apache.maven.its</groupId>
|
||||
|
@ -40,13 +40,13 @@ under the License.
|
|||
<extension>
|
||||
<groupId>org.apache.maven.archetype</groupId>
|
||||
<artifactId>archetype-packaging</artifactId>
|
||||
<version>2.0-alpha-4</version>
|
||||
<version>2.2</version>
|
||||
</extension>
|
||||
</extensions>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-archetype-plugin</artifactId>
|
||||
<version>2.0-alpha-4</version>
|
||||
<version>2.2</version>
|
||||
<extensions>true</extensions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
|
Loading…
Reference in New Issue