Skip to content

Junit_dev_updating_version

Antonin Abhervé edited this page Sep 3, 2020 · 1 revision

Updating version

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>

Clone this wiki locally