You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Franz Fehringer <fe...@isogmbh.de> on 2006/05/31 14:29:43 UTC

Junit versions

Hello,

With
mvn -U archetype:create -DgroupId=de.isogmbh.app -DartifactId=iso-app
i still get a pom.xml with
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
      <scope>test</scope>
    </dependency>
What component/plugin needs update for this to become
<version>4.1</version>
?

Greetings

Franz



Re: Junit versions

Posted by Tim Kettler <ti...@udo.edu>.
Hi,

the latest released version of maven-archetype-quickstart has a dependency to JUnit 3.8.1 
defined in its template pom.xml. If you want that updated you can create an issue at 
http://jira.codehaus.org/browse/ARCHETYPE under the 'archetypes' component.

-Tim

Franz Fehringer schrieb:
> Hello,
> 
> With
> mvn -U archetype:create -DgroupId=de.isogmbh.app -DartifactId=iso-app
> i still get a pom.xml with
>    <dependency>
>      <groupId>junit</groupId>
>      <artifactId>junit</artifactId>
>      <version>3.8.1</version>
>      <scope>test</scope>
>    </dependency>
> What component/plugin needs update for this to become
> <version>4.1</version>
> ?
> 
> Greetings
> 
> Franz
> 
> 
> 
> ------------------------------------------------------------------------
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org