Prepare for 1.1 version

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114355 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2003-11-16 15:11:50 +00:00
parent a8ed01c07e
commit dcf8cd2ca2
2 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<pomVersion>3</pomVersion>
<id>maven-caller-plugin</id>
<name>Maven Caller Plugin</name>
<currentVersion>1.0</currentVersion>
<currentVersion>1.1-SNAPSHOT</currentVersion>
<description>Interface to isolate calls between plugins</description>
<shortDescription>Maven Caller plugin</shortDescription>
<url>http://maven.apache.org/reference/plugins/caller/</url>

View File

@ -6,6 +6,8 @@
</properties>
<body>
<release version="1.1" date="in CVS">
</release>
<release version="1.0" date="2003-11-16">
<action dev="vmassol" type="add">
Initial creation of plugin.