This is an automated email from the ASF dual-hosted git repository. magicaltrout pushed a commit to branch release-1.2.3 in repository https://gitbox.apache.org/repos/asf/oodt.git
commit deeba11a2fedea0cf3f742363ada7758a44d89b3 Author: magicaltrout <[email protected]> AuthorDate: Mon Aug 13 22:49:51 2018 +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 dc08415..b96f809 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.2.3 \ - -Doodt=1.2.3 -DgroupId=com.mycompany \ + -DarchetypeArtifactId=radix-archetype -DarchetypeVersion=1.2.4 \ + -Doodt=1.2.4 -DgroupId=com.mycompany \ -DartifactId=oodt -Dversion=0.1
