You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2010/12/01 08:52:37 UTC

svn commit: r1040880 - in /gump/metadata/project: velocity-engine.xml velocity-engine2.xml

Author: bodewig
Date: Wed Dec  1 07:52:37 2010
New Revision: 1040880

URL: http://svn.apache.org/viewvc?rev=1040880&view=rev
Log:
Velocity's trunk now is the 2.x version

Modified:
    gump/metadata/project/velocity-engine.xml
    gump/metadata/project/velocity-engine2.xml

Modified: gump/metadata/project/velocity-engine.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/velocity-engine.xml?rev=1040880&r1=1040879&r2=1040880&view=diff
==============================================================================
--- gump/metadata/project/velocity-engine.xml (original)
+++ gump/metadata/project/velocity-engine.xml Wed Dec  1 07:52:37 2010
@@ -1,6 +1,6 @@
 <?xml version="1.0" ?>
 <!--
- Licensed to the Apache Software Foundation (ASF) under one or more
+  Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
@@ -23,7 +23,7 @@
     Velocity Templating engine
   </description>
 
-  <svn repository="asf" dir="velocity/engine/trunk"/>
+  <svn repository="asf" dir="velocity/engine/branches/1.x"/>
 
   <project name="velocity-engine">
     <package>org.apache.velocity</package>

Modified: gump/metadata/project/velocity-engine2.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/velocity-engine2.xml?rev=1040880&r1=1040879&r2=1040880&view=diff
==============================================================================
--- gump/metadata/project/velocity-engine2.xml (original)
+++ gump/metadata/project/velocity-engine2.xml Wed Dec  1 07:52:37 2010
@@ -23,13 +23,13 @@
     Velocity Templating engine
   </description>
 
-  <svn repository="asf" dir="velocity/engine/branches/2.0_Exp"/>
+  <svn repository="asf" dir="velocity/engine/trunk"/>
 
   <project name="velocity-engine2">
     <package>org.apache.velocity</package>
 
     <depend project="velocity-master"/>
-    <mvn separateLocalRepository="velocity" goal="install"/>
+    <mvn2 separateLocalRepository="velocity" goal="install"/>
 
     <option project="ant"/>
     <option project="asm"/>