return parse able version

This commit is contained in:
Sebastian Sdorra
2014-08-19 15:59:31 +02:00
parent c079fb062a
commit cb6609a58f

View File

@@ -120,7 +120,7 @@ public class TempSCMContextProvider implements SCMContextProvider
@Override
public String getVersion()
{
return "UNIT-Test";
return "900.0.1-SNAPSHOT";
}
//~--- set methods ----------------------------------------------------------