[MPTEST-65] Upgrade to JUnit 4.0

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@422559 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2006-07-16 22:47:51 +00:00
parent 2071a686b2
commit c3653a3d22
6 changed files with 13 additions and 6 deletions

View File

@ -22,7 +22,7 @@
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-aspectj-plugin</id> <id>maven-aspectj-plugin</id>
<name>Maven AspectJ Plugin</name> <name>Maven AspectJ Plugin</name>
<currentVersion>4.0</currentVersion> <currentVersion>4.1-SNAPSHOT</currentVersion>
<description/> <description/>
<shortDescription>AspectJ Plugin for Maven</shortDescription> <shortDescription>AspectJ Plugin for Maven</shortDescription>
<versions> <versions>
@ -132,7 +132,7 @@
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>3.8.2</version> <version>4.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>commons-jelly</groupId> <groupId>commons-jelly</groupId>

View File

@ -26,6 +26,9 @@
<author email="carlos@apache.org">Carlos Sanchez</author> <author email="carlos@apache.org">Carlos Sanchez</author>
</properties> </properties>
<body> <body>
<release version="4.1-SNAPSHOT" date="In SVN">
<action dev="aheritier" type="update">Upgrade to JUnit 4.0.</action>
</release>
<release version="4.0" date="2006-04-26"> <release version="4.0" date="2006-04-26">
<action dev="ltheussl" type="add" issue="MPASPECTJ-15" due-to="Alexey Dashkevich">New property <action dev="ltheussl" type="add" issue="MPASPECTJ-15" due-to="Alexey Dashkevich">New property
<code>maven.aspectj.dest</code>to define output folder for <code>maven.aspectj.dest</code>to define output folder for

View File

@ -192,7 +192,7 @@
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>3.8.2</version> <version>4.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.netbeans.lib</groupId> <groupId>org.netbeans.lib</groupId>

View File

@ -24,7 +24,8 @@
<author email="evenisse@ifrance.com">Emmanuel Venisse</author> <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties> </properties>
<body> <body>
<release version="1.10" date="In SVN"> <release version="1.10-SNAPSHOT" date="In SVN">
<action dev="aheritier" type="update">Upgrade to JUnit 4.0.</action>
<action dev="ltheussl" type="add">New property <code>maven.changelog.useDeveloperConnection</code>.</action> <action dev="ltheussl" type="add">New property <code>maven.changelog.useDeveloperConnection</code>.</action>
<action dev="ltheussl" type="add" issue="MPCHANGELOG-86" due-to="Christoph Jerolimov">Support time period in MKS changelog parser.</action> <action dev="ltheussl" type="add" issue="MPCHANGELOG-86" due-to="Christoph Jerolimov">Support time period in MKS changelog parser.</action>
<action dev="aheritier" type="update" issue="MAVEN-1753">Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver dependency for xerces.</action> <action dev="aheritier" type="update" issue="MAVEN-1753">Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver dependency for xerces.</action>

View File

@ -22,7 +22,7 @@
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-test-plugin</id> <id>maven-test-plugin</id>
<name>Maven Test Plugin</name> <name>Maven Test Plugin</name>
<currentVersion>1.8</currentVersion> <currentVersion>1.9</currentVersion>
<description>Run JUnit tests.</description> <description>Run JUnit tests.</description>
<shortDescription>Run JUnit tests</shortDescription> <shortDescription>Run JUnit tests</shortDescription>
<versions> <versions>
@ -61,7 +61,7 @@
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>3.8.2</version> <version>4.0</version>
<properties> <properties>
<classloader>root</classloader> <classloader>root</classloader>
</properties> </properties>

View File

@ -23,6 +23,9 @@
<author email="dion@multitask.com.au">dIon Gillard</author> <author email="dion@multitask.com.au">dIon Gillard</author>
</properties> </properties>
<body> <body>
<release version="1.9-SNAPSHOT" date="In SVN">
<action dev="aheritier" type="update" issue="MPTEST-65">Upgrade to JUnit 4.0.</action>
</release>
<release version="1.8" date="2006-05-07"> <release version="1.8" date="2006-05-07">
<action dev="aheritier" type="update" issue="MAVEN-1753">Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver dependency for xerces.</action> <action dev="aheritier" type="update" issue="MAVEN-1753">Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver dependency for xerces.</action>
<action dev="aheritier" type="update">Upgrade to Junit 3.8.2.</action> <action dev="aheritier" type="update">Upgrade to Junit 3.8.2.</action>