You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Various settings, in pom.xml files and other places, specify the version number for a Metron build and its sub-components.  When it is time to change the build version number, this article provides the steps for doing so.

For the sake of example, we will assume the current version number is "0.4.0", and the desired new version number is "0.4.1".

Determine the current version

The easiest way to determine the current version is to look in the root pom.xml file, at the top level of the xml, next to the line that says 

<artifactId>Metron</artifactId> 

it will say

<version>0.4.0</version>

Other places the 

  • No labels