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
Modifier and TypeFieldDescriptionstatic final String
Build number of the current artifact.static final String
Maven coordinate: project.artifactId.static final String
Maven coordinate: project.version.static final String
Build timestamp in milliseconds.static final String
Current version of the project read from pom.xml. -
Constructor Summary
-
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()
-