[maven-release-plugin] prepare release org.apache.aries.proxy.itests-0.4

git-svn-id: https://svn.apache.org/repos/asf/aries/trunk/proxy/proxy-itests@1181708 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 994285a..81f3897 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,211 +1,211 @@
-<!--
- 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.itests</artifactId>
-    <version>0.4-SNAPSHOT</version>
-    
-    <name>Apache Aries Proxy iTests</name>
-    <description>
-        Integration tests using the standalone proxy-bundle.
-    </description>
-
-    <scm>
-         <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/proxy/proxy-itests</connection>
-         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/proxy/proxy-itests</developerConnection>
-         <url>http://svn.apache.org/viewvc/aries/trunk/proxy/proxy-itests</url>
-    </scm>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.core</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.compendium</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.eclipse</groupId>
-            <artifactId>osgi</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.eclipse.tycho</groupId>
-            <artifactId>org.eclipse.osgi</artifactId>
-            <version>3.7.0.v20110613</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.aries.proxy</groupId>
-            <artifactId>org.apache.aries.proxy</artifactId>
-            <scope>test</scope>
-            <version>0.4</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.aries</groupId>
-            <artifactId>org.apache.aries.util</artifactId>
-            <scope>test</scope>
-            <version>0.4</version>
-        </dependency>
-        <dependency>
-          <groupId>org.apache.aries.testsupport</groupId>
-          <artifactId>org.apache.aries.testsupport.unit</artifactId>
-          <version>0.4</version>
-          <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.ops4j.pax.exam</groupId>
-            <artifactId>pax-exam</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.ops4j.pax.exam</groupId>
-            <artifactId>pax-exam-junit</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.ops4j.pax.exam</groupId>
-            <artifactId>pax-exam-container-default</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.ops4j.pax.exam</groupId>
-            <artifactId>pax-exam-junit-extender-impl</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.ops4j.pax.runner</groupId>
-            <artifactId>pax-runner-no-jcl</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>org.apache.felix.configadmin</artifactId>
-                <version>1.2.4</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>org.apache.felix</groupId>
-                        <artifactId>org.osgi.compendium</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>org.apache.felix</groupId>
-                        <artifactId>org.osgi.core</artifactId>
-                    </exclusion>
-                </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>org.ops4j.pax.logging</groupId>
-            <artifactId>pax-logging-api</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.ops4j.pax.logging</groupId>
-            <artifactId>pax-logging-service</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.ops4j.pax.url</groupId>
-            <artifactId>pax-url-mvn</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>asm</groupId>
-            <artifactId>asm-all</artifactId>
-            <scope>test</scope>
-            <version>3.2</version>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <configuration>
-                    <forkMode>pertest</forkMode>
-                    <excludes>
-                        <exclude>**/*$*</exclude>
-                        <exclude>**/Abstract*.java</exclude>
-                    </excludes>
-                    <includes>
-                        <include>**/Test*.java</include>
-                        <include>**/*Test.java</include>
-                    </includes>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.ops4j.pax.exam</groupId>
-                <artifactId>maven-paxexam-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>generate-config</id>
-                        <goals>
-                            <goal>generate-depends-file</goal>
-                        </goals>
-                        <configuration>
-                            <outputFile>${project.build.directory}/test-classes/META-INF/maven/dependencies.properties</outputFile>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-
-    <profiles>
-        <profile>
-            <id>ci-build-profile</id>
-            <activation>
-                <property>
-                    <name>maven.repo.local</name>
-                </property>
-            </activation>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-surefire-plugin</artifactId>
-                        <configuration>
-                            <!--
-                                when the local repo location has been specified, we need to pass
-                                on this information to PAX mvn url
-                            -->
-                            <argLine>-Dorg.ops4j.pax.url.mvn.localRepository=${maven.repo.local}</argLine>
-                        </configuration>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-    </profiles>
-
-</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.itests</artifactId>

+    <version>0.4</version>

+    

+    <name>Apache Aries Proxy iTests</name>

+    <description>

+        Integration tests using the standalone proxy-bundle.

+    </description>

+

+    <scm>

+         <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.proxy.itests-0.4</connection>

+         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.proxy.itests-0.4</developerConnection>

+         <url>http://svn.apache.org/viewvc/aries/tags/org.apache.aries.proxy.itests-0.4</url>

+    </scm>

+

+    <dependencies>

+        <dependency>

+            <groupId>org.osgi</groupId>

+            <artifactId>org.osgi.core</artifactId>

+            <scope>provided</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.osgi</groupId>

+            <artifactId>org.osgi.compendium</artifactId>

+            <scope>provided</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.eclipse</groupId>

+            <artifactId>osgi</artifactId>

+            <scope>provided</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.eclipse.tycho</groupId>

+            <artifactId>org.eclipse.osgi</artifactId>

+            <version>3.7.0.v20110613</version>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.aries.proxy</groupId>

+            <artifactId>org.apache.aries.proxy</artifactId>

+            <scope>test</scope>

+            <version>0.4</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.aries</groupId>

+            <artifactId>org.apache.aries.util</artifactId>

+            <scope>test</scope>

+            <version>0.4</version>

+        </dependency>

+        <dependency>

+          <groupId>org.apache.aries.testsupport</groupId>

+          <artifactId>org.apache.aries.testsupport.unit</artifactId>

+          <version>0.4</version>

+          <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.ops4j.pax.exam</groupId>

+            <artifactId>pax-exam</artifactId>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.ops4j.pax.exam</groupId>

+            <artifactId>pax-exam-junit</artifactId>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.ops4j.pax.exam</groupId>

+            <artifactId>pax-exam-container-default</artifactId>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.ops4j.pax.exam</groupId>

+            <artifactId>pax-exam-junit-extender-impl</artifactId>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.ops4j.pax.runner</groupId>

+            <artifactId>pax-runner-no-jcl</artifactId>

+        </dependency>

+        <dependency>

+            <groupId>junit</groupId>

+            <artifactId>junit</artifactId>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+                <groupId>org.apache.felix</groupId>

+                <artifactId>org.apache.felix.configadmin</artifactId>

+                <version>1.2.4</version>

+                <exclusions>

+                    <exclusion>

+                        <groupId>org.apache.felix</groupId>

+                        <artifactId>org.osgi.compendium</artifactId>

+                    </exclusion>

+                    <exclusion>

+                        <groupId>org.apache.felix</groupId>

+                        <artifactId>org.osgi.core</artifactId>

+                    </exclusion>

+                </exclusions>

+        </dependency>

+        <dependency>

+            <groupId>org.ops4j.pax.logging</groupId>

+            <artifactId>pax-logging-api</artifactId>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.ops4j.pax.logging</groupId>

+            <artifactId>pax-logging-service</artifactId>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.ops4j.pax.url</groupId>

+            <artifactId>pax-url-mvn</artifactId>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>asm</groupId>

+            <artifactId>asm-all</artifactId>

+            <scope>test</scope>

+            <version>3.2</version>

+        </dependency>

+    </dependencies>

+

+    <build>

+        <plugins>

+            <plugin>

+                <groupId>org.apache.maven.plugins</groupId>

+                <artifactId>maven-surefire-plugin</artifactId>

+                <configuration>

+                    <forkMode>pertest</forkMode>

+                    <excludes>

+                        <exclude>**/*$*</exclude>

+                        <exclude>**/Abstract*.java</exclude>

+                    </excludes>

+                    <includes>

+                        <include>**/Test*.java</include>

+                        <include>**/*Test.java</include>

+                    </includes>

+                </configuration>

+            </plugin>

+            <plugin>

+                <groupId>org.ops4j.pax.exam</groupId>

+                <artifactId>maven-paxexam-plugin</artifactId>

+                <executions>

+                    <execution>

+                        <id>generate-config</id>

+                        <goals>

+                            <goal>generate-depends-file</goal>

+                        </goals>

+                        <configuration>

+                            <outputFile>${project.build.directory}/test-classes/META-INF/maven/dependencies.properties</outputFile>

+                        </configuration>

+                    </execution>

+                </executions>

+            </plugin>

+        </plugins>

+    </build>

+

+    <profiles>

+        <profile>

+            <id>ci-build-profile</id>

+            <activation>

+                <property>

+                    <name>maven.repo.local</name>

+                </property>

+            </activation>

+            <build>

+                <plugins>

+                    <plugin>

+                        <groupId>org.apache.maven.plugins</groupId>

+                        <artifactId>maven-surefire-plugin</artifactId>

+                        <configuration>

+                            <!--

+                                when the local repo location has been specified, we need to pass

+                                on this information to PAX mvn url

+                            -->

+                            <argLine>-Dorg.ops4j.pax.url.mvn.localRepository=${maven.repo.local}</argLine>

+                        </configuration>

+                    </plugin>

+                </plugins>

+            </build>

+        </profile>

+    </profiles>

+

+</project>