Fix MPREPO-6

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115937 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2004-08-09 01:36:42 +00:00
parent 81754777ba
commit 9ab5435b71
2 changed files with 3 additions and 2 deletions

View File

@ -25,6 +25,7 @@
</properties> </properties>
<body> <body>
<release version="1.2.1" date="in CVS"> <release version="1.2.1" date="in CVS">
<action dev="dion" type="fix" issue="MPREPO-6">Fixed typo in docs</action>
</release> </release>
<release version="1.2" date="2004-05-15"> <release version="1.2" date="2004-05-15">
<action dev="brett" issue="MPREPO-5" type="update">Deprecate maven.repository.group, use maven.remote.group instead</action> <action dev="brett" issue="MPREPO-5" type="update">Deprecate maven.repository.group, use maven.remote.group instead</action>

View File

@ -25,9 +25,9 @@
</properties> </properties>
<body> <body>
<section name="Maven Repositiry Plug-in"> <section name="Maven Repository Plug-in">
<p> <p>
This plug-in provides ways of working with maven central repositories This plug-in provides ways of working with maven central repositories.
</p> </p>
</section> </section>
</body> </body>