Use released version of maven-junit-report plugin

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114633 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2004-01-29 04:57:37 +00:00
parent f38a9e644f
commit c6c2bbce43
2 changed files with 4 additions and 1 deletions

View File

@@ -67,7 +67,7 @@
<dependency>
<groupId>maven</groupId>
<artifactId>maven-junit-report-plugin</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<type>plugin</type>
</dependency>
</dependencies>

View File

@@ -8,6 +8,9 @@
<body>
<release version="1.3" date="in CVS">
<action dev="dion" type="update">
Changed junit-report-1.4-SNAPSHOT to 1.4 release.
</action>
<action dev="vmassol" type="update">
Added explicit dependencies on other Maven plugins.
</action>