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/21 18:04:54 UTC

svn commit: r1187431 - /aries/branches/oct-2011-release/blueprint/blueprint-testquiescebundle/pom.xml

Author: hughesj
Date: Fri Oct 21 16:04:53 2011
New Revision: 1187431

URL: http://svn.apache.org/viewvc?rev=1187431&view=rev
Log:
[maven-release-plugin] prepare release org.apache.aries.blueprint.testquiescebundle-0.3.2

Modified:
    aries/branches/oct-2011-release/blueprint/blueprint-testquiescebundle/pom.xml

Modified: aries/branches/oct-2011-release/blueprint/blueprint-testquiescebundle/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/oct-2011-release/blueprint/blueprint-testquiescebundle/pom.xml?rev=1187431&r1=1187430&r2=1187431&view=diff
==============================================================================
--- aries/branches/oct-2011-release/blueprint/blueprint-testquiescebundle/pom.xml (original)
+++ aries/branches/oct-2011-release/blueprint/blueprint-testquiescebundle/pom.xml Fri Oct 21 16:04:53 2011
@@ -1,66 +1,66 @@
-<!--
-    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>
-    <description>Blueprint Test Quiesce Bundle, tests the blueprint participant for the quiesce functionality.</description>
-    <parent>
-        <groupId>org.apache.aries</groupId>
-        <artifactId>java5-parent</artifactId>
-        <version>0.5</version>
-        <relativePath />
-    </parent>
-
-    <groupId>org.apache.aries.blueprint</groupId>
-    <artifactId>org.apache.aries.blueprint.testquiescebundle</artifactId>
-    <name>Apache Aries Blueprint Test Quiesce Bundle</name>
-    <packaging>bundle</packaging>
-    <version>0.3.2-SNAPSHOT</version>
-
-     <scm>
-         <connection>scm:svn:http://svn.apache.org/repos/asf/aries/branches/oct-2011-release/blueprint/blueprint-testquiescebundle</connection>
-         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/branches/oct-2011-release/blueprint/blueprint-testquiescebundle</developerConnection>
-         <url>http://svn.apache.org/viewvc/aries/branches/oct-2011-release/blueprint/blueprint-testquiescebundle</url>
-     </scm>
-    <properties>
-        <aries.osgi.activator>
-            org.apache.aries.blueprint.testquiescebundle.Activator
-        </aries.osgi.activator>
-        <aries.osgi.private.pkg />
-        <aries.osgi.import.pkg> *
-        </aries.osgi.import.pkg>
-        <aries.osgi.export.pkg>${project.artifactId}*</aries.osgi.export.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.eclipse</groupId>
-            <artifactId>osgi</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.aries.blueprint</groupId>
-            <artifactId>org.apache.aries.blueprint.api</artifactId>
-            <version>0.3</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.aries.blueprint</groupId>
-            <artifactId>org.apache.aries.blueprint.core</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>
+    <description>Blueprint Test Quiesce Bundle, tests the blueprint participant for the quiesce functionality.</description>
+    <parent>
+        <groupId>org.apache.aries</groupId>
+        <artifactId>java5-parent</artifactId>
+        <version>0.5</version>
+        <relativePath />
+    </parent>
+
+    <groupId>org.apache.aries.blueprint</groupId>
+    <artifactId>org.apache.aries.blueprint.testquiescebundle</artifactId>
+    <name>Apache Aries Blueprint Test Quiesce Bundle</name>
+    <packaging>bundle</packaging>
+    <version>0.3.2</version>
+
+     <scm>
+         <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.blueprint.testquiescebundle-0.3.2</connection>
+         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.blueprint.testquiescebundle-0.3.2</developerConnection>
+         <url>http://svn.apache.org/viewvc/aries/tags/org.apache.aries.blueprint.testquiescebundle-0.3.2</url>
+     </scm>
+    <properties>
+        <aries.osgi.activator>
+            org.apache.aries.blueprint.testquiescebundle.Activator
+        </aries.osgi.activator>
+        <aries.osgi.private.pkg />
+        <aries.osgi.import.pkg> *
+        </aries.osgi.import.pkg>
+        <aries.osgi.export.pkg>${project.artifactId}*</aries.osgi.export.pkg>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.eclipse</groupId>
+            <artifactId>osgi</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.aries.blueprint</groupId>
+            <artifactId>org.apache.aries.blueprint.api</artifactId>
+            <version>0.3</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.aries.blueprint</groupId>
+            <artifactId>org.apache.aries.blueprint.core</artifactId>
+            <version>0.4</version>
+        </dependency>
+    </dependencies>
+
+</project>