update to 0.11
Project: http://git-wip-us.apache.org/repos/asf/oodt/repo Commit: http://git-wip-us.apache.org/repos/asf/oodt/commit/304ed6ba Tree: http://git-wip-us.apache.org/repos/asf/oodt/tree/304ed6ba Diff: http://git-wip-us.apache.org/repos/asf/oodt/diff/304ed6ba Branch: refs/heads/avrorpc Commit: 304ed6baf15ae0eba9fb6af2c30047c9ec72149a Parents: cb52944 Author: Tom Barber <[email protected]> Authored: Tue Dec 29 20:28:55 2015 +0000 Committer: Tom Barber <[email protected]> Committed: Tue Dec 29 20:28:55 2015 +0000 ---------------------------------------------------------------------- CHANGES.txt | 2 +- mvn/archetypes/radix/src/main/resources/bin/radix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oodt/blob/304ed6ba/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 4e9c18d..aa1319b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,6 @@ Apache OODT Change Log ====================== -Release 0.11 - Current Development +Release 0.11 - 12/29/2015 * OODT-918 - Created a prerequisite workflow condition for DRAT (Karanjeet Singh via mattmann) http://git-wip-us.apache.org/repos/asf/oodt/blob/304ed6ba/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 4d8503a..ded2d0b 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.9 \ - -Doodt=0.10 -DgroupId=com.mycompany \ + -DarchetypeArtifactId=radix-archetype -DarchetypeVersion=0.11 \ + -Doodt=0.11 -DgroupId=com.mycompany \ -DartifactId=oodt -Dversion=0.1
