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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to