update for 1.0 release
diff --git a/CHANGES.txt b/CHANGES.txt
index 5ec89c4..d88b954 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,12 @@
 Apache OODT Change Log
 ======================
+Release 0.13 - 06/21/2016
+
+* OODT-925 - Update schema.xml field defs for SOLR 5.x
+* OODT-926 - Fix pom versioning
+* OODT-927 - Sanitize SQL commands in CAS DatasourceIngestMapper
+* OODT-928 - UPdate maven-compiler-plugin
+
 Release 0.12 - 02/10/2016
 
 * OODT-781 Add missing XMLRPC endpoint for remove hashtable. (magicaltrout)
diff --git a/agility/setup.py b/agility/setup.py
index 30af7aa..a7bb15e 100644
--- a/agility/setup.py
+++ b/agility/setup.py
@@ -25,7 +25,7 @@
 # ------------
 
 _name         = 'oodt'
-_version      = '0.11'
+_version      = '0.12'
 _description  = 'Apache OODT'
 _url          = 'http://oodt.apache.org/'
 _downloadURL  = 'http://pypi.python.org/pypi/oodt/'
diff --git a/mvn/archetypes/radix/src/main/resources/bin/radix b/mvn/archetypes/radix/src/main/resources/bin/radix
index 5493bde..b70bb95 100755
--- a/mvn/archetypes/radix/src/main/resources/bin/radix
+++ b/mvn/archetypes/radix/src/main/resources/bin/radix
@@ -14,6 +14,6 @@
 # limitations under the License.
 
 mvn archetype:generate -DarchetypeGroupId=org.apache.oodt \
-    -DarchetypeArtifactId=radix-archetype -DarchetypeVersion=0.12 \
-    -Doodt=0.12 -DgroupId=com.mycompany \
+    -DarchetypeArtifactId=radix-archetype -DarchetypeVersion=1.0 \
+    -Doodt=1.0 -DgroupId=com.mycompany \
     -DartifactId=oodt -Dversion=0.1