[eclipse] Use proper osgi.services POM

Andrew Overholt overholt at fedoraproject.org
Thu Dec 22 19:08:59 UTC 2011


commit 9b9f5c8fd05164398547f5217b5463e77acb8712
Author: Andrew Overholt <overholt at redhat.com>
Date:   Thu Dec 22 14:08:30 2011 -0500

    Use proper osgi.services POM

 org.eclipse.osgi.services-3.2.100.v20100503.pom |   32 +++++++++++++++++++++++
 services-3.1.200-v20070605.pom                  |   14 ----------
 2 files changed, 32 insertions(+), 14 deletions(-)
---
diff --git a/org.eclipse.osgi.services-3.2.100.v20100503.pom b/org.eclipse.osgi.services-3.2.100.v20100503.pom
new file mode 100644
index 0000000..83be188
--- /dev/null
+++ b/org.eclipse.osgi.services-3.2.100.v20100503.pom
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project 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" xsi:noNamespaceSchemaLocation="http://maven.apache.org/POM/4.0.0">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>org.eclipse.eclipse</artifactId>
+    <groupId>org.eclipse</groupId>
+    <version>3.6.0.v20100505</version>
+  </parent>
+  <groupId>org.eclipse.osgi</groupId>
+  <artifactId>org.eclipse.osgi.services</artifactId>
+  <version>3.2.100.v20100503</version>
+  <description>OSGi Release 4.2.0 Services
+OSGi Service Platform Release 4.2.0 Service Interfaces and Classes</description>
+  <!-- See https://issues.sonatype.org/browse/OSSRH-739 -->
+  <dependencies>
+    <dependency>
+      <groupId>org.eclipse.osgi</groupId>
+      <artifactId>org.eclipse.osgi</artifactId>
+      <version>3.6.0.v20100517</version>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>servlet-api</artifactId>
+      <version>2.5</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.osgi.foundation</artifactId>
+      <version>1.2.0</version>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file


More information about the scm-commits mailing list