Update RADIX to 1.1 in prep for 1.1 RC #1
Project: http://git-wip-us.apache.org/repos/asf/oodt/repo Commit: http://git-wip-us.apache.org/repos/asf/oodt/commit/f0a5b927 Tree: http://git-wip-us.apache.org/repos/asf/oodt/tree/f0a5b927 Diff: http://git-wip-us.apache.org/repos/asf/oodt/diff/f0a5b927 Branch: refs/heads/master Commit: f0a5b927f380081a831438d89b7bbf42a29b4c00 Parents: 4b4fb84 Author: Chris Mattmann <[email protected]> Authored: Tue Jul 18 11:18:35 2017 -0700 Committer: Chris Mattmann <[email protected]> Committed: Tue Jul 18 11:18:35 2017 -0700 ---------------------------------------------------------------------- mvn/archetypes/radix/src/main/resources/bin/radix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oodt/blob/f0a5b927/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 b70bb95..4a9f21c 100755 --- a/mvn/archetypes/radix/src/main/resources/bin/radix +++ b/mvn/archetypes/radix/src/main/resources/bin/radix @@ -15,5 +15,5 @@ mvn archetype:generate -DarchetypeGroupId=org.apache.oodt \ -DarchetypeArtifactId=radix-archetype -DarchetypeVersion=1.0 \ - -Doodt=1.0 -DgroupId=com.mycompany \ + -Doodt=1.1 -DgroupId=com.mycompany \ -DartifactId=oodt -Dversion=0.1
