Author: mladen.turk(a)jboss.com
Date: 2007-10-12 01:11:54 -0400 (Fri, 12 Oct 2007)
New Revision: 1102
Modified:
trunk/sight/build.xml
Log:
Use proper version for generated .jars
Modified: trunk/sight/build.xml
===================================================================
--- trunk/sight/build.xml 2007-10-11 15:50:12 UTC (rev 1101)
+++ trunk/sight/build.xml 2007-10-12 05:11:54 UTC (rev 1102)
@@ -12,8 +12,8 @@
<!-- Initialization properties -->
<property name="name" value="System information gathering hybrid
tool"/>
<property name="title" value="JBoss system information gathering
hybrid tool library"/>
- <property name="version" value="1.0.0"/>
- <property name="version.number" value="100"/>
+ <property name="version" value="1.0.1"/>
+ <property name="version.number" value="101"/>
<property name="project" value="sight"/>
<property name="build.dir" value="./dist"/>
<property name="build.src" value="${build.dir}/src"/>
Show replies by date