com.alee.managers.version
Class VersionUpdater

java.lang.Object
  extended by com.alee.managers.version.VersionUpdater

public class VersionUpdater
extends java.lang.Object

This class is only needed to update library version files during the build process.

Author:
Mikle Garin

Constructor Summary
VersionUpdater()
           
 
Method Summary
static void main(java.lang.String[] args)
          Increments library build version and updates build date.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionUpdater

public VersionUpdater()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Increments library build version and updates build date.

Parameters:
args - arguments
Throws:
java.io.IOException