You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by hu...@apache.org on 2011/10/11 12:11:44 UTC

svn commit: r1181682 - /aries/trunk/proxy/proxy-api/pom.xml

Author: hughesj
Date: Tue Oct 11 10:11:44 2011
New Revision: 1181682

URL: http://svn.apache.org/viewvc?rev=1181682&view=rev
Log:
[maven-release-plugin] prepare release org.apache.aries.proxy.api-0.4

Modified:
    aries/trunk/proxy/proxy-api/pom.xml

Modified: aries/trunk/proxy/proxy-api/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/proxy/proxy-api/pom.xml?rev=1181682&r1=1181681&r2=1181682&view=diff
==============================================================================
--- aries/trunk/proxy/proxy-api/pom.xml (original)
+++ aries/trunk/proxy/proxy-api/pom.xml Tue Oct 11 10:11:44 2011
@@ -1,75 +1,75 @@
-<!--
- 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 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- 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">
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-    <groupId>org.apache.aries</groupId>
-        <artifactId>java5-parent</artifactId>
-        <version>0.5</version>
-        <relativePath />
-    </parent>
-
-    <groupId>org.apache.aries.proxy</groupId>
-    <artifactId>org.apache.aries.proxy.api</artifactId>
-    <packaging>bundle</packaging>
-    <name>Apache Aries Proxy API</name>
-    <version>0.4-SNAPSHOT</version>
-    <description>
-        This bundle contains the Apache Aries Proxy service API.
-    </description>
-
-     <scm>
-         <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/proxy/proxy-api</connection>
-         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/proxy/proxy-api</developerConnection>
-         <url>http://svn.apache.org/viewvc/aries/trunk/proxy/proxy-api</url>
-     </scm>
-
-
-    <properties>
-        <!-- Export package versions are maintained in packageinfo files -->
-
-        <aries.osgi.export.pkg>
-            org.apache.aries.proxy
-        </aries.osgi.export.pkg>
-        <!-- 
-           We use the range macro to get a 0.x to 0.x+1 version range while Aries is still
-           stabilizing API. This should be removed once the dependency is available at a 
-           version greater than or equal to 1.0.0
-        -->
-        <aries.osgi.import.pkg>
-            org.apache.aries.*;version="$&lt;range;[==,=+)&gt;",
-            *
-        </aries.osgi.import.pkg>
-        <aries.osgi.private.pkg>
-        </aries.osgi.private.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.core</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.aries</groupId>
-            <artifactId>org.apache.aries.util</artifactId>
-            <version>0.4</version>
-        </dependency>
-    </dependencies>
-</project>
+<!--
+ 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 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ 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">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+    <groupId>org.apache.aries</groupId>
+        <artifactId>java5-parent</artifactId>
+        <version>0.5</version>
+        <relativePath />
+    </parent>
+
+    <groupId>org.apache.aries.proxy</groupId>
+    <artifactId>org.apache.aries.proxy.api</artifactId>
+    <packaging>bundle</packaging>
+    <name>Apache Aries Proxy API</name>
+    <version>0.4</version>
+    <description>
+        This bundle contains the Apache Aries Proxy service API.
+    </description>
+
+     <scm>
+         <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.proxy.api-0.4</connection>
+         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.proxy.api-0.4</developerConnection>
+         <url>http://svn.apache.org/viewvc/aries/tags/org.apache.aries.proxy.api-0.4</url>
+     </scm>
+
+
+    <properties>
+        <!-- Export package versions are maintained in packageinfo files -->
+
+        <aries.osgi.export.pkg>
+            org.apache.aries.proxy
+        </aries.osgi.export.pkg>
+        <!-- 
+           We use the range macro to get a 0.x to 0.x+1 version range while Aries is still
+           stabilizing API. This should be removed once the dependency is available at a 
+           version greater than or equal to 1.0.0
+        -->
+        <aries.osgi.import.pkg>
+            org.apache.aries.*;version="$&lt;range;[==,=+)&gt;",
+            *
+        </aries.osgi.import.pkg>
+        <aries.osgi.private.pkg>
+        </aries.osgi.private.pkg>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.aries</groupId>
+            <artifactId>org.apache.aries.util</artifactId>
+            <version>0.4</version>
+        </dependency>
+    </dependencies>
+</project>