- remove unneeded properties (they are inherited from top level project.properties)

- fixed <version> tag


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115135 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2004-05-01 12:24:48 +00:00
parent b6e3f25e5e
commit 393d5ff7b8
3 changed files with 7 additions and 8 deletions

View File

@ -17,6 +17,3 @@
# -------------------------------------------------------------------
# P R O J E C T P R O P E R T I E S
# -------------------------------------------------------------------
maven.xdoc.date=left
## maven.xdoc.version=${pom.currentVersion}
maven.license.licenseFile=${basedir}/../LICENSE.txt

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-multichanges-plugin</id>
<name>Maven MultiChanges plugin</name>
<currentVersion>1.0</currentVersion>
<currentVersion>1.1-SNAPSHOT</currentVersion>
<shortDescription>Produce release dashboard for subprojects</shortDescription>
<url>http://maven.apache.org/reference/plugins/multichanges/</url>
<issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10322</issueTrackingUrl>
@ -37,12 +37,12 @@
<version>
<id>1.0</id>
<name>1.0</name>
<tag>HEAD</tag>
<tag>MAVEN_MULTICHANGES_1_0</tag>
</version>
<version>
<id>1.0</id>
<name>1.0</name>
<tag>MAVEN_MULTICHANGES_1_0</tag>
<id>1.1</id>
<name>1.1</name>
<tag>HEAD</tag>
</version>
</versions>
<developers>

View File

@ -24,6 +24,8 @@
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.1" date="in CVS">
</release>
<release version="1.0" date="2004-03-10">
<action dev="vmassol" type="add">Initial creation.</action>
</release>