GigaSpaces XAP 9.0 API

org.openspaces.maven.support
Class OutputVersion

java.lang.Object
  extended by org.openspaces.maven.support.OutputVersion

public class OutputVersion
extends Object

Outputs the version to use with Maven. Following the following rules: 1. If this is patch, then concatenate build number to product version 6.5-3500 2. If this is GA, then just 6.5 will be used. 3. If this is a final milestone, then 6.5-[milestone] will be used. 4. If this is an internal milestone, then 6.5-[milestone]-[build number] will be used.

Author:
kimchy

Constructor Summary
OutputVersion()
           
 
Method Summary
static String computeCloudifyVersion()
           
static String computeVersion()
           
static String computeXapVersion()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputVersion

public OutputVersion()
Method Detail

computeVersion

public static String computeVersion()

computeXapVersion

public static String computeXapVersion()

computeCloudifyVersion

public static String computeCloudifyVersion()

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

GigaSpaces XAP 9.0 API

Copyright © GigaSpaces.