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 2009/09/18 11:20:28 UTC

svn commit: r816554 - /gump/metadata/project/db-torque.xml

Author: bodewig
Date: Fri Sep 18 09:20:27 2009
New Revision: 816554

URL: http://svn.apache.org/viewvc?rev=816554&view=rev
Log:
fix ids of torque-runtime

Modified:
    gump/metadata/project/db-torque.xml

Modified: gump/metadata/project/db-torque.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/db-torque.xml?rev=816554&r1=816553&r2=816554&view=diff
==============================================================================
--- gump/metadata/project/db-torque.xml (original)
+++ gump/metadata/project/db-torque.xml Fri Sep 18 09:20:27 2009
@@ -15,7 +15,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<module name="db-torque">
+<module name="db-torque" groupId="org.apache.torque">
 
   <description>Persistence Layer</description>
   <url href="http://db.apache.org/torque/"/>
@@ -96,7 +96,8 @@
     <depend project="xml-xerces"/>
     <depend project="xml-apis"/>
 
-    <jar name="torque-runtime/target/torque-runtime-4.0-alpha1-SNAPSHOT.jar"/>
+    <jar name="torque-runtime/target/torque-runtime-4.0-alpha1-SNAPSHOT.jar"
+         id="torque-runtime"/>
     <license name="torque-maven-parent/LICENSE.txt"/>
 
     <nag from="general@gump.apache.org"