Repository: oodt Updated Branches: refs/heads/master f09e721cb -> b63b3ee0d
update for 1.0 release Project: http://git-wip-us.apache.org/repos/asf/oodt/repo Commit: http://git-wip-us.apache.org/repos/asf/oodt/commit/c1c1e794 Tree: http://git-wip-us.apache.org/repos/asf/oodt/tree/c1c1e794 Diff: http://git-wip-us.apache.org/repos/asf/oodt/diff/c1c1e794 Branch: refs/heads/master Commit: c1c1e794b4bb830a4a8ff612c145ae8d5f4e2f7a Parents: f09e721 Author: Tom Barber <[email protected]> Authored: Tue Jun 21 09:46:39 2016 +0100 Committer: Tom Barber <[email protected]> Committed: Tue Jun 21 09:46:39 2016 +0100 ---------------------------------------------------------------------- CHANGES.txt | 7 +++++++ agility/setup.py | 2 +- mvn/archetypes/radix/src/main/resources/bin/radix | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oodt/blob/c1c1e794/CHANGES.txt ---------------------------------------------------------------------- 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) http://git-wip-us.apache.org/repos/asf/oodt/blob/c1c1e794/agility/setup.py ---------------------------------------------------------------------- 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 @@ from setuptools import find_packages, setup # ------------ _name = 'oodt' -_version = '0.11' +_version = '0.12' _description = 'Apache OODT' _url = 'http://oodt.apache.org/' _downloadURL = 'http://pypi.python.org/pypi/oodt/' http://git-wip-us.apache.org/repos/asf/oodt/blob/c1c1e794/mvn/archetypes/radix/src/main/resources/bin/radix ---------------------------------------------------------------------- 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
