Package de.aikiit.fotorenamer.util
Class Version
java.lang.Object
de.aikiit.fotorenamer.util.Version
Contents of that file is generated during the build.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringBuild number of the current artifact.static final StringMaven coordinate: project.artifactId.static final StringMaven coordinate: project.version.static final StringBuild timestamp in milliseconds.static final StringCurrent version of the project read from pom.xml. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
VERSION
Current version of the project read from pom.xml.- See Also:
-
TIMESTAMP
Build timestamp in milliseconds.- See Also:
-
BUILD_NUMBER
Build number of the current artifact.- See Also:
-
PROJECT_ARTIFACT_ID
Maven coordinate: project.artifactId.- See Also:
-
PROJECT_VERSION
Maven coordinate: project.version.- See Also:
-
-
Constructor Details
-
Version
public Version()
-