-
Notifications
You must be signed in to change notification settings - Fork 129
Junit_dev_updating_version
Antonin Abhervé edited this page Sep 3, 2020
·
1 revision
Each time a module is delivered to users, its version should be increased. To do this, change it in your pom.xml file.
pom.xml
Version attribute should be changed.
1 <groupId>org.modelio</groupId> 2 <artifactId>junit</artifactId> 3 <version>1.0.01</version>