Added correct SCM elements to all POMs:
- ensures that Maven is able to create tags for new releases
without it having to make educated guesses.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1524042 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/http/api/pom.xml b/http/api/pom.xml
index 5078b48..ba7b408 100644
--- a/http/api/pom.xml
+++ b/http/api/pom.xml
@@ -31,6 +31,12 @@
<version>2.2.1-SNAPSHOT</version>
<packaging>jar</packaging>
+ <scm>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/http/api</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/http/api</developerConnection>
+ <url>http://svn.apache.org/viewvc/felix/trunk/http/api/</url>
+ </scm>
+
<build>
<plugins>
<plugin>
diff --git a/http/base/pom.xml b/http/base/pom.xml
index 3ba340a..477764a 100644
--- a/http/base/pom.xml
+++ b/http/base/pom.xml
@@ -31,6 +31,12 @@
<version>2.2.1-SNAPSHOT</version>
<packaging>jar</packaging>
+ <scm>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/http/base</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/http/base</developerConnection>
+ <url>http://svn.apache.org/viewvc/felix/trunk/http/base/</url>
+ </scm>
+
<build>
<plugins>
<plugin>
diff --git a/http/bridge/pom.xml b/http/bridge/pom.xml
index f093316..d7aa022 100644
--- a/http/bridge/pom.xml
+++ b/http/bridge/pom.xml
@@ -31,6 +31,12 @@
<version>2.2.1-SNAPSHOT</version>
<packaging>jar</packaging>
+ <scm>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/http/bridge</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/http/bridge</developerConnection>
+ <url>http://svn.apache.org/viewvc/felix/trunk/http/bridge/</url>
+ </scm>
+
<build>
<plugins>
<plugin>
diff --git a/http/bundle/pom.xml b/http/bundle/pom.xml
index 896fe18..eaa4aa8 100644
--- a/http/bundle/pom.xml
+++ b/http/bundle/pom.xml
@@ -31,6 +31,12 @@
<version>2.2.1-SNAPSHOT</version>
<packaging>jar</packaging>
+ <scm>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/http/bundle</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/http/bundle</developerConnection>
+ <url>http://svn.apache.org/viewvc/felix/trunk/http/bundle/</url>
+ </scm>
+
<build>
<plugins>
<plugin>
diff --git a/http/cometd/pom.xml b/http/cometd/pom.xml
index 659c5a5..99ee2eb 100644
--- a/http/cometd/pom.xml
+++ b/http/cometd/pom.xml
@@ -31,6 +31,12 @@
<version>2.2.1-SNAPSHOT</version>
<packaging>jar</packaging>
+ <scm>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/http/cometd</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/http/cometd</developerConnection>
+ <url>http://svn.apache.org/viewvc/felix/trunk/http/cometd/</url>
+ </scm>
+
<build>
<plugins>
<plugin>
diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index 58e136a..0b646d9 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -31,6 +31,12 @@
<version>2.2.1-SNAPSHOT</version>
<packaging>jar</packaging>
+ <scm>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/http/jetty</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/http/jetty</developerConnection>
+ <url>http://svn.apache.org/viewvc/felix/trunk/http/jetty/</url>
+ </scm>
+
<properties>
<jetty.version>7.6.12.v20130726</jetty.version>
</properties>
diff --git a/http/parent/pom.xml b/http/parent/pom.xml
index 3197542..3265b8c 100755
--- a/http/parent/pom.xml
+++ b/http/parent/pom.xml
@@ -41,6 +41,12 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
+ <scm>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/http/parent</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/http/parent</developerConnection>
+ <url>http://svn.apache.org/viewvc/felix/trunk/http/parent/</url>
+ </scm>
+
<build>
<plugins>
<plugin>
diff --git a/http/pom.xml b/http/pom.xml
index b0564cf..3afe526 100644
--- a/http/pom.xml
+++ b/http/pom.xml
@@ -32,6 +32,12 @@
<version>3-SNAPSHOT</version>
<packaging>pom</packaging>
+ <scm>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/http</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/http</developerConnection>
+ <url>http://svn.apache.org/viewvc/felix/trunk/http/</url>
+ </scm>
+
<modules>
<module>api</module>
<module>base</module>
diff --git a/http/proxy/pom.xml b/http/proxy/pom.xml
index 0730fd4..44d3254 100644
--- a/http/proxy/pom.xml
+++ b/http/proxy/pom.xml
@@ -31,6 +31,12 @@
<version>2.2.1-SNAPSHOT</version>
<packaging>jar</packaging>
+ <scm>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/http/proxy</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/http/proxy</developerConnection>
+ <url>http://svn.apache.org/viewvc/felix/trunk/http/proxy/</url>
+ </scm>
+
<build>
<plugins>
<plugin>
diff --git a/http/samples/bridge/pom.xml b/http/samples/bridge/pom.xml
index 11d9227..39a38a5 100644
--- a/http/samples/bridge/pom.xml
+++ b/http/samples/bridge/pom.xml
@@ -31,6 +31,12 @@
<version>2.2.1-SNAPSHOT</version>
<packaging>war</packaging>
+ <scm>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/http/samples/bridge</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/http/samples/bridge</developerConnection>
+ <url>http://svn.apache.org/viewvc/felix/trunk/http/samples/bridge/</url>
+ </scm>
+
<build>
<plugins>
<plugin>
diff --git a/http/samples/cometd/pom.xml b/http/samples/cometd/pom.xml
index fe24221..8d2bb65 100644
--- a/http/samples/cometd/pom.xml
+++ b/http/samples/cometd/pom.xml
@@ -31,6 +31,12 @@
<version>2.2.1-SNAPSHOT</version>
<packaging>jar</packaging>
+ <scm>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/http/samples/cometd</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/http/samples/cometd</developerConnection>
+ <url>http://svn.apache.org/viewvc/felix/trunk/http/samples/cometd/</url>
+ </scm>
+
<build>
<plugins>
<plugin>
diff --git a/http/samples/filter/pom.xml b/http/samples/filter/pom.xml
index b69a5c8..1316c24 100644
--- a/http/samples/filter/pom.xml
+++ b/http/samples/filter/pom.xml
@@ -31,6 +31,12 @@
<version>2.2.1-SNAPSHOT</version>
<packaging>jar</packaging>
+ <scm>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/http/samples/filter</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/http/samples/filter</developerConnection>
+ <url>http://svn.apache.org/viewvc/felix/trunk/http/samples/filter/</url>
+ </scm>
+
<build>
<plugins>
<plugin>
diff --git a/http/samples/whiteboard/pom.xml b/http/samples/whiteboard/pom.xml
index f603990..77ce5e5 100644
--- a/http/samples/whiteboard/pom.xml
+++ b/http/samples/whiteboard/pom.xml
@@ -31,6 +31,12 @@
<version>2.2.1-SNAPSHOT</version>
<packaging>jar</packaging>
+ <scm>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/http/samples/whiteboard</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/http/samples/whiteboard</developerConnection>
+ <url>http://svn.apache.org/viewvc/felix/trunk/http/samples/whiteboard/</url>
+ </scm>
+
<build>
<plugins>
<plugin>
diff --git a/http/sslfilter/pom.xml b/http/sslfilter/pom.xml
index e62e84d..7fe9e09 100644
--- a/http/sslfilter/pom.xml
+++ b/http/sslfilter/pom.xml
@@ -31,6 +31,12 @@
<version>0.0.1-SNAPSHOT</version>
<packaging>bundle</packaging>
+ <scm>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/http/sslfilter</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/http/sslfilter</developerConnection>
+ <url>http://svn.apache.org/viewvc/felix/trunk/http/sslfilter/</url>
+ </scm>
+
<build>
<plugins>
<plugin>
diff --git a/http/whiteboard/pom.xml b/http/whiteboard/pom.xml
index b58dbe7..dcaa096 100644
--- a/http/whiteboard/pom.xml
+++ b/http/whiteboard/pom.xml
@@ -31,6 +31,12 @@
<version>2.2.1-SNAPSHOT</version>
<packaging>jar</packaging>
+ <scm>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/http/whiteboard</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/http/whiteboard</developerConnection>
+ <url>http://svn.apache.org/viewvc/felix/trunk/http/whiteboard/</url>
+ </scm>
+
<build>
<plugins>
<plugin>