When a maven project contains multiple sub modules, the command line below can change all the versions to the specified one.
mvn release:update-versions -DdevelopmentVersion=16.1.0-SNAPSHOT
When a maven project contains multiple sub modules, the command line below can change all the versions to the specified one.
mvn release:update-versions -DdevelopmentVersion=16.1.0-SNAPSHOT
<properties>
<maven.build.timestamp.format>yyyyMMdd.HHmmss</maven.build.timestamp.format>
</properties>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>