Author: fmeschbe
Date: Tue May 27 02:15:21 2008
New Revision: 660440
URL: http://svn.apache.org/viewvc?rev=660440&view=rev
Log:
Fix parent relative path, ensure <project> start tag on one line
and refer to Apache Felix OSGi libraries
Modified:
incubator/sling/whiteboard/jcrinstall/pom.xml
Modified: incubator/sling/whiteboard/jcrinstall/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/whiteboard/jcrinstall/pom.xml?rev=660440&r1=660439&r2=660440&view=diff
==============================================================================
--- incubator/sling/whiteboard/jcrinstall/pom.xml (original)
+++ incubator/sling/whiteboard/jcrinstall/pom.xml Tue May 27 02:15:21 2008
@@ -17,15 +17,14 @@
specific language governing permissions and limitations
under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.sling</groupId>
<artifactId>sling</artifactId>
<version>1-incubator-SNAPSHOT</version>
- <relativePath>../../parent/pom.xml</relativePath>
+ <relativePath>../head/parent/pom.xml</relativePath>
</parent>
<artifactId>org.apache.sling.jcr.jcrinstall</artifactId>
@@ -78,12 +77,12 @@
</build>
<dependencies>
<dependency>
- <groupId>org.osgi</groupId>
- <artifactId>osgi_R4_core</artifactId>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.osgi.core</artifactId>
</dependency>
<dependency>
- <groupId>org.osgi</groupId>
- <artifactId>osgi_R4_compendium</artifactId>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.osgi.compendium</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>