io.sarl.sre.janus
Class SreVersion
final class SreVersion
extends java.lang.Object
Describes the version of the SRE platform.

The constants in this file are automatically updated by the Maven compilation process. DO NOT CHANGE THEM MANUALLY.
Maven Group Identifier:
io.sarl.sre.janus
Maven Artifact Identifier:
janus.kernel
Since:
0.5.0
Field Summary
Modifier and type Field and description
public static val boolean IS_STABLE
Flag that indicates if the current SRE platform is a stable release.
public static val java.lang.String MAVEN_ARTIFACT_ID
The artifact id of the Maven module that contains the SRE.
public static val java.lang.String MAVEN_GROUP_ID
The group id of the Maven module that contains the SRE.
public static val java.lang.String RELEASE_VERSION
The version number of the current release of the SRE platform.
Field Details
IS_STABLE
public static val IS_STABLE : boolean = true
Flag that indicates if the current SRE platform is a stable release.

A stable release is a platform that will be not more compiled and generated.
MAVEN_ARTIFACT_ID
public static val MAVEN_ARTIFACT_ID : java.lang.String = "janus.kernel"
The artifact id of the Maven module that contains the SRE.
Since:
0.13
MAVEN_GROUP_ID
public static val MAVEN_GROUP_ID : java.lang.String = "io.sarl.sre.janus"
The group id of the Maven module that contains the SRE.
Since:
0.13
RELEASE_VERSION
public static val RELEASE_VERSION : java.lang.String = "3.0.13.0"
The version number of the current release of the SRE platform.