[maven-release-plugin] prepare release maven-core-it-plugin-1.0

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@410033 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2006-05-29 06:55:49 +00:00
parent a0d58ece82
commit 4947453226
1 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,4 @@
<model xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<model xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>maven-plugin-parent</artifactId>
<groupId>org.apache.maven.plugins</groupId>
@ -9,7 +8,7 @@
<artifactId>maven-core-it-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Core Integration Test Plugin</name>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<inceptionYear>2001</inceptionYear>
<dependencies>
<dependency>
@ -38,4 +37,10 @@
<version>1.3.0</version>
</dependency>
</dependencies>
<scm>
<connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-core-it-plugin-1.0</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-core-it-plugin-1.0</developerConnection>
<url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-core-it-plugin-1.0</url>
</scm>
</model>