- Enclosing class:
- VersionInfo
public static class VersionInfo.VersionInfoBuilder
extends Object
Example of usage :
VersionInfo vInfo = new VersionInfoBuilder().setGroupId("org.butor").setArtifactId("butor-dao").build();
You will find version information in vInfo of the package org.butor/butor-dao
VERSION : Version as it is defined in the pom file. (i.e butor-dao-0.9.0-SNAPSHOT) BUILD : Hash of the commit
(i.e 27c26bb05986) TIMESTAMP : Timestamp of the packaging (i.e 20140818-1145)
- Author:
- tbussier