Version 0.9.2
This commit is contained in:
parent
e0afec2955
commit
b56f684ac8
5 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
bld.downloadExtensionJavadoc=false
|
||||
bld.downloadExtensionSources=true
|
||||
bld.extensions=com.uwyn.rife2:bld-generated-version:0.9.2-SNAPSHOT
|
||||
bld.repositories=MAVEN_CENTRAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES
|
||||
bld.extensions=com.uwyn.rife2:bld-generated-version:0.9.2
|
||||
bld.repositories=MAVEN_LOCAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES
|
||||
bld.downloadLocation=
|
||||
bld.version=1.7.5
|
||||
|
|
|
@ -12,7 +12,7 @@ import java.util.Date;
|
|||
*/
|
||||
public final class GeneratedVersion {
|
||||
public static final String PROJECT = "Sample";
|
||||
public static final Date BUILD_DATE = new Date(1696280014518L);
|
||||
public static final Date BUILD_DATE = new Date(1698009833587L);
|
||||
public static final int MAJOR = 1;
|
||||
public static final int MINOR = 0;
|
||||
public static final int REVISION = 1;
|
||||
|
|
|
@ -15,7 +15,7 @@ public class SampleMain {
|
|||
System.out.println(" Major: " + GeneratedVersion.MAJOR);
|
||||
System.out.println(" Minor: " + GeneratedVersion.MINOR);
|
||||
System.out.println(" Revision: " + GeneratedVersion.REVISION);
|
||||
System.out.println(" Qualifier:: " + GeneratedVersion.QUALIFIER);
|
||||
System.out.println(" Qualifier: " + GeneratedVersion.QUALIFIER);
|
||||
|
||||
System.out.println("-----------------------------------------------------");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue