bump version

git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/dotnet/trunk@471839 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/changes.xml b/changes.xml
index 4c3a9eb..239e12f 100644
--- a/changes.xml
+++ b/changes.xml
@@ -4,7 +4,7 @@
 <!ELEMENT document (properties?, release+)>
 <!ELEMENT properties (title)>
 <!ELEMENT title (#PCDATA)>
-<!ELEMENT release (action+)>
+<!ELEMENT release (action*)>
 <!ELEMENT action (#PCDATA)>
 <!ATTLIST release
           version CDATA #REQUIRED
@@ -22,6 +22,9 @@
     </properties>
 
     <release version="SVN trunk" date="unpublished">
+    </release>
+
+    <release version="1.0" date="2006-11-06">
       <action type="update" issue="40553">
         The NAnt and MSBuild task have new attributes failonerror and
         errorproperty that allow users to fine-tune Ant's behaviour if
diff --git a/doap_DotnetAntlib.rdf b/doap_DotnetAntlib.rdf
index d130e9c..d8d11d8 100644
--- a/doap_DotnetAntlib.rdf
+++ b/doap_DotnetAntlib.rdf
@@ -36,9 +36,9 @@
     <category rdf:resource="http://projects.apache.org/category/build-management" />
     <release>
       <Version>
-        <name>Apache .NET Ant Library 1.0 Beta 1</name>
-        <created>2006-09-13</created>
-        <revision>1.0Beta1</revision>
+        <name>Apache .NET Ant Library 1.0</name>
+        <created>2006-11-06</created>
+        <revision>1.0</revision>
       </Version>
     </release>
     <repository>
diff --git a/version.properties b/version.properties
index 5ef8e0d..bd83bc7 100644
--- a/version.properties
+++ b/version.properties
@@ -1 +1 @@
-artifact.version=1.0Beta2
+artifact.version=1.1Alpha