Preparing for 1.2 release

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114440 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2003-12-04 07:58:37 +00:00
parent 1123e81aa5
commit d2d20eba42
3 changed files with 4 additions and 3 deletions

View File

@ -5,7 +5,7 @@
<pomVersion>3</pomVersion>
<id>maven-dashboard-plugin</id>
<name>Maven Dashboard Plugin</name>
<currentVersion>1.2-SNAPSHOT</currentVersion>
<currentVersion>1.2</currentVersion>
<description>Generate a dashboard containing global statistics about other maven reports</description>
<shortDescription>Generate a statistic dashboard</shortDescription>
<url>http://maven.apache.org/reference/plugins/dashboard/</url>
@ -29,7 +29,7 @@
<version>
<id>1.2</id>
<name>1.2</name>
<tag>HEAD</tag>
<tag>MAVEN_DASHBOARD_1_2</tag>
</version>
</versions>
<developers>

View File

@ -7,7 +7,7 @@
<body>
<release version="1.2" date="in CVS">
<release version="1.2" date="2003-12-04">
<action dev="vmassol">
Added column legends to the dashboard report.
</action>

View File

@ -16,6 +16,7 @@
<menu name="Downloads">
<item name="Dashboard plugin 1.0" href="http://www.ibiblio.org/maven/maven/plugins/maven-dashboard-plugin-1.0.jar"/>
<item name="Dashboard plugin 1.1" href="http://www.ibiblio.org/maven/maven/plugins/maven-dashboard-plugin-1.1.jar"/>
<item name="Dashboard plugin 1.2" href="http://www.ibiblio.org/maven/maven/plugins/maven-dashboard-plugin-1.2.jar"/>
</menu>
</body>
</project>