View Javadoc
1   /*
2   Copyright 2011, Aiki IT, FotoRenamer
3   Licensed under the Apache License, Version 2.0 (the "License");
4   you may not use this file except in compliance with the License.
5   You may obtain a copy of the License at
6   
7       http://www.apache.org/licenses/LICENSE-2.0
8   
9   Unless required by applicable law or agreed to in writing, software
10  distributed under the License is distributed on an "AS IS" BASIS,
11  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12  See the License for the specific language governing permissions and
13  limitations under the License.
14  */
15  package de.aikiit.fotorenamer.util;
16  
17  /**
18   * Contents of that file is generated during the build.
19   */
20  public class Version {
21  
22      /**
23      * Current version of the project read from pom.xml.
24      */
25      public static final String VERSION = "2.0.0-SNAPSHOT";
26      /**
27      * Build timestamp in milliseconds.
28      */
29      public static final String TIMESTAMP = "1714773155076";
30      /**
31      * Build number of the current artifact.
32      */
33      public static final String BUILD_NUMBER = "2b52e966131354f3fd90544593677085a87f76c9";
34      /**
35      * Maven coordinate: project.artifactId.
36      */
37      public static final String PROJECT_ARTIFACT_ID = "fotorenamer";
38      /**
39      * Maven coordinate: project.version.
40      */
41      public static final String PROJECT_VERSION = "2.0.0-SNAPSHOT";
42  
43  }