This is an automated email from the ASF dual-hosted git repository. imesha pushed a commit to annotated tag 1.9.1 in repository https://gitbox.apache.org/repos/asf/oodt.git
commit 49b51df3f886cc3cae4f5ee6c97225527ec6490d Author: Imesha Sudasingha <[email protected]> AuthorDate: Sat Sep 25 15:06:20 2021 +0530 Update CHANGES.txt and radix script for 1.9.1 release --- CHANGES.txt | 2 +- mvn/archetypes/radix/src/main/resources/bin/radix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index ce34104..85b23cb 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,7 +2,7 @@ Apache OODT Change Log ====================== ======= -Release 1.9.1 - In Progress +Release 1.9.1 - 25/09/2021 * OODT-1031 OODT 1.9 should default to XMLRpc versions of FM/RESMGR/WMGR instead of Avro versions diff --git a/mvn/archetypes/radix/src/main/resources/bin/radix b/mvn/archetypes/radix/src/main/resources/bin/radix index d3c758f..003d8d2 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.9 \ - -Doodt=1.9 -DgroupId=com.mycompany \ + -DarchetypeArtifactId=radix-archetype -DarchetypeVersion=1.9.1 \ + -Doodt=1.9.1 -DgroupId=com.mycompany \ -DartifactId=oodt -Dversion=0.1
