You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by le...@apache.org on 2014/11/01 20:03:35 UTC

svn commit: r1636014 - in /oodt/trunk: CHANGES.txt mvn/archetypes/radix/src/main/resources/bin/radix

Author: lewismc
Date: Sat Nov  1 19:03:34 2014
New Revision: 1636014

URL: http://svn.apache.org/r1636014
Log:
The wiki page command installs 0.6 version of the oodt radix installer

Modified:
    oodt/trunk/CHANGES.txt
    oodt/trunk/mvn/archetypes/radix/src/main/resources/bin/radix

Modified: oodt/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/oodt/trunk/CHANGES.txt?rev=1636014&r1=1636013&r2=1636014&view=diff
==============================================================================
--- oodt/trunk/CHANGES.txt (original)
+++ oodt/trunk/CHANGES.txt Sat Nov  1 19:03:34 2014
@@ -3,6 +3,8 @@ Apache OODT Change Log
  
 Release 0.8 - Current Development
 
+* The wiki page command installs 0.6 version of the oodt radix installer (lewismc, Santosh SHankar)
+
 * OODT-777 Update fileconcatenator-pge.tar for building fileconcatenator-pge (threeears via mattmann)
 
 * OODT-776 Test fix: log messages can be different for different locales (Tom Tung via mattmann)

Modified: oodt/trunk/mvn/archetypes/radix/src/main/resources/bin/radix
URL: http://svn.apache.org/viewvc/oodt/trunk/mvn/archetypes/radix/src/main/resources/bin/radix?rev=1636014&r1=1636013&r2=1636014&view=diff
==============================================================================
--- oodt/trunk/mvn/archetypes/radix/src/main/resources/bin/radix (original)
+++ oodt/trunk/mvn/archetypes/radix/src/main/resources/bin/radix Sat Nov  1 19:03:34 2014
@@ -14,6 +14,6 @@
 # limitations under the License.
 
 mvn archetype:generate -DarchetypeGroupId=org.apache.oodt \
-    -DarchetypeArtifactId=radix-archetype -DarchetypeVersion=0.6 \
-    -Doodt=0.6 -DgroupId=com.mycompany \
+    -DarchetypeArtifactId=radix-archetype -DarchetypeVersion=0.7 \
+    -Doodt=0.7 -DgroupId=com.mycompany \
     -DartifactId=oodt -Dversion=0.1
\ No newline at end of file