[Ipojo-toolbox-commits] SF.net SVN: ipojo-toolbox:[49] trunk/runtime/felix/pom.xml
Brought to you by:
bourretp
|
From: <bou...@us...> - 2009-04-09 16:17:42
|
Revision: 49
http://ipojo-toolbox.svn.sourceforge.net/ipojo-toolbox/?rev=49&view=rev
Author: bourretp
Date: 2009-04-09 16:17:21 +0000 (Thu, 09 Apr 2009)
Log Message:
-----------
* Fixed a naughty bug in the felix-runtime pom : missing </parent> tag.
Modified Paths:
--------------
trunk/runtime/felix/pom.xml
Modified: trunk/runtime/felix/pom.xml
===================================================================
--- trunk/runtime/felix/pom.xml 2009-04-09 16:12:40 UTC (rev 48)
+++ trunk/runtime/felix/pom.xml 2009-04-09 16:17:21 UTC (rev 49)
@@ -25,7 +25,7 @@
<groupId>net.sourceforge.ipojo-toolbox</groupId>
<artifactId>ipojo-toolbox</artifactId>
<version>0.9.9-SNAPSHOT</version>
- <parent>
+ </parent>
<!-- Project coordinates -->
<groupId>net.sourceforge.ipojo-toolbox</groupId>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|