This is an automated email from the ASF dual-hosted git repository. magicaltrout pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/oodt.git
commit 7d6faf77a6721315b7f0e0702363985cd59bce1f Author: magicaltrout <[email protected]> AuthorDate: Mon Sep 30 14:56:16 2019 +0200 update radix --- mvn/archetypes/radix/src/main/resources/bin/radix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mvn/archetypes/radix/src/main/resources/bin/radix b/mvn/archetypes/radix/src/main/resources/bin/radix index 4a9f21c..d3c758f 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=1.0 \ - -Doodt=1.1 -DgroupId=com.mycompany \ + -DarchetypeArtifactId=radix-archetype -DarchetypeVersion=1.9 \ + -Doodt=1.9 -DgroupId=com.mycompany \ -DartifactId=oodt -Dversion=0.1
