Author: mturk
Date: Fri Jul 30 06:47:02 2010
New Revision: 980661

URL: http://svn.apache.org/viewvc?rev=980661&view=rev
Log:
Update version info

Modified:
    commons/proper/daemon/trunk/build.xml

Modified: commons/proper/daemon/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/daemon/trunk/build.xml?rev=980661&r1=980660&r2=980661&view=diff
==============================================================================
--- commons/proper/daemon/trunk/build.xml (original)
+++ commons/proper/daemon/trunk/build.xml Fri Jul 30 06:47:02 2010
@@ -59,7 +59,7 @@
   <property name="component.title"         value="Java Daemons"/>
 
   <!-- The current version number of this component -->
-  <property name="component.version"       value="1.0.3-dev"/>
+  <property name="component.version"       value="1.0.3"/>
 
   <!-- The base directory for compilation targets -->
   <property name="build.home"              value="target"/>
@@ -177,7 +177,7 @@
     <javac  srcdir="${test.home}"
            destdir="${build.home}/tests"
              debug="${compile.debug}"
-            source="${compile.source}" 
+            source="${compile.source}"
             target="${compile.target}"
        deprecation="${compile.deprecation}"
           optimize="${compile.optimize}">
@@ -290,7 +290,7 @@
             <attribute name="Specification-Version" 
value="${component.version}"/>
             <attribute name="Specification-Vendor" value="Apache Software 
Foundation"/>
             <attribute name="Implementation-Title" value="Commons Daemon"/>
-            <attribute name="Implementation-Version" 
value="${component.version}"/> 
+            <attribute name="Implementation-Version" 
value="${component.version}"/>
             <attribute name="Implementation-Vendor" value="Apache Software 
Foundation"/>
             <attribute name="Implementation-Vendor-Id" value="org.apache"/>
             <attribute name="X-Compile-Source-JDK" value="${compile.source}"/>


Reply via email to