You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2007/05/02 14:35:12 UTC

svn commit: r534425 - in /maven/plugins/trunk/maven-enforcer-plugin: pom.xml src/site/apt/rules/versionRanges.apt

Author: brianf
Date: Wed May  2 05:35:11 2007
New Revision: 534425

URL: http://svn.apache.org/viewvc?view=rev&rev=534425
Log:
MENFORCER-4 : typo in site and roll back to cobertura that works.

Modified:
    maven/plugins/trunk/maven-enforcer-plugin/pom.xml
    maven/plugins/trunk/maven-enforcer-plugin/src/site/apt/rules/versionRanges.apt

Modified: maven/plugins/trunk/maven-enforcer-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-enforcer-plugin/pom.xml?view=diff&rev=534425&r1=534424&r2=534425
==============================================================================
--- maven/plugins/trunk/maven-enforcer-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-enforcer-plugin/pom.xml Wed May  2 05:35:11 2007
@@ -57,6 +57,7 @@
 			<plugin>
 				<groupId>org.codehaus.mojo</groupId>
 				<artifactId>cobertura-maven-plugin</artifactId>
+				<version>2.1</version>
 				<executions>
 					<execution>
 						<phase>clean</phase>

Modified: maven/plugins/trunk/maven-enforcer-plugin/src/site/apt/rules/versionRanges.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-enforcer-plugin/src/site/apt/rules/versionRanges.apt?view=diff&rev=534425&r1=534424&r2=534425
==============================================================================
--- maven/plugins/trunk/maven-enforcer-plugin/src/site/apt/rules/versionRanges.apt (original)
+++ maven/plugins/trunk/maven-enforcer-plugin/src/site/apt/rules/versionRanges.apt Wed May  2 05:35:11 2007
@@ -20,7 +20,7 @@
   ------
   Brian Fox
   ------
-  Mar 2007
+  May 2007
   ------
 
 Version Range Specification   
@@ -44,9 +44,9 @@
 *----------*--------------+
 | (1.0,)   | x \> 1.0      |
 *----------*--------------+
-| (1.0,2.0)| 1.0 \>\= x \<\= 2.0     |
+| (1.0,2.0)| 1.0 \> x \< 2.0     |
 *----------*--------------+
-| [1.0,2.0]| 1.0 \> x \< 2.0     |
+| [1.0,2.0]| 1.0 \>\= x \<\= 2.0     |
 *----------*--------------+
 | (,1.0],[1.2,)   |x \<\= 1.0 or x \>\= 1.2. Multiple sets are comma-separated |
 *----------*--------------+