[CDI] add missing SCM to poms

git-svn-id: https://svn.apache.org/repos/asf/aries/trunk@1853104 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/cdi-bom/pom.xml b/cdi-bom/pom.xml
index 65d3ecc..4e441ab 100644
--- a/cdi-bom/pom.xml
+++ b/cdi-bom/pom.xml
@@ -30,6 +30,12 @@
 	<name>Apache Aries CDI - BOM</name>
 	<description>Bill Of Materials for Apache Aries CDI.</description>
 
+	<scm>
+		<connection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/cdi/cdi-bom</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/cdi/cdi-bom</developerConnection>
+		<url>https://svn.apache.org/viewvc/aries/trunk/cdi/cdi-bom</url>
+	</scm>
+
 	<dependencyManagement>
 		<dependencies>
 			<dependency>
diff --git a/cdi-executable/pom.xml b/cdi-executable/pom.xml
index 7cc66fe..32611fd 100644
--- a/cdi-executable/pom.xml
+++ b/cdi-executable/pom.xml
@@ -32,6 +32,19 @@
 		useful features. Deploy your CDI bundles directly into this runtime.
 	</description>
 
+	<licenses>
+		<license>
+			<name>ASL 2.0</name>
+			<url>https://www.apache.org/licenses/LICENSE-2.0</url>
+		</license>
+	</licenses>
+
+	<scm>
+		<connection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/cdi/cdi-executable</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/cdi/cdi-executable</developerConnection>
+		<url>https://svn.apache.org/viewvc/aries/trunk/cdi/cdi-executable</url>
+	</scm>
+
 	<properties>
 		<gpg.skip>true</gpg.skip>
 		<maven.deploy.skip>true</maven.deploy.skip>
diff --git a/cdi-extender/pom.xml b/cdi-extender/pom.xml
index 689a848..ba18cf2 100644
--- a/cdi-extender/pom.xml
+++ b/cdi-extender/pom.xml
@@ -30,6 +30,19 @@
 	<name>Aries CCR</name>
 	<description>Aries CDI Component Runtime which implements OSGi CDI Integration Specification 1.0</description>
 
+	<licenses>
+		<license>
+			<name>ASL 2.0</name>
+			<url>https://www.apache.org/licenses/LICENSE-2.0</url>
+		</license>
+	</licenses>
+
+	<scm>
+		<connection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/cdi/cdi-extender</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/cdi/cdi-extender</developerConnection>
+		<url>https://svn.apache.org/viewvc/aries/trunk/cdi/cdi-extender</url>
+	</scm>
+
 	<build>
 		<plugins>
 			<plugin>
diff --git a/cdi-extension-el-jsp/pom.xml b/cdi-extension-el-jsp/pom.xml
index 720ee8c..bf0f1c3 100644
--- a/cdi-extension-el-jsp/pom.xml
+++ b/cdi-extension-el-jsp/pom.xml
@@ -31,6 +31,19 @@
 		Connects the CDI ELResolver into the JSP context.
 	</description>
 
+	<licenses>
+		<license>
+			<name>ASL 2.0</name>
+			<url>https://www.apache.org/licenses/LICENSE-2.0</url>
+		</license>
+	</licenses>
+
+	<scm>
+		<connection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/cdi/cdi-extension-el-jsp</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/cdi/cdi-extension-el-jsp</developerConnection>
+		<url>https://svn.apache.org/viewvc/aries/trunk/cdi/cdi-extension-el-jsp</url>
+	</scm>
+
 	<build>
 		<plugins>
 			<plugin>
diff --git a/cdi-extension-http/pom.xml b/cdi-extension-http/pom.xml
index 01cdeb7..7c8fbe0 100644
--- a/cdi-extension-http/pom.xml
+++ b/cdi-extension-http/pom.xml
@@ -33,6 +33,19 @@
 		@SessionScoped and @ConversationScoped.
 	</description>
 
+	<licenses>
+		<license>
+			<name>ASL 2.0</name>
+			<url>https://www.apache.org/licenses/LICENSE-2.0</url>
+		</license>
+	</licenses>
+
+	<scm>
+		<connection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/cdi/cdi-extension-http</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/cdi/cdi-extension-http</developerConnection>
+		<url>https://svn.apache.org/viewvc/aries/trunk/cdi/cdi-extension-http</url>
+	</scm>
+
 	<build>
 		<plugins>
 			<plugin>
diff --git a/cdi-extension-jndi/pom.xml b/cdi-extension-jndi/pom.xml
index 758595a..3448a27 100644
--- a/cdi-extension-jndi/pom.xml
+++ b/cdi-extension-jndi/pom.xml
@@ -30,6 +30,19 @@
 	<name>CDI JNDI Extension</name>
 	<description>CDI Extension providing JNDI support</description>
 
+	<licenses>
+		<license>
+			<name>ASL 2.0</name>
+			<url>https://www.apache.org/licenses/LICENSE-2.0</url>
+		</license>
+	</licenses>
+
+	<scm>
+		<connection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/cdi/cdi-extension-jndi</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/cdi/cdi-extension-jndi</developerConnection>
+		<url>https://svn.apache.org/viewvc/aries/trunk/cdi/cdi-extension-jndi</url>
+	</scm>
+
 	<build>
 		<plugins>
 			<plugin>
diff --git a/cdi-extra/pom.xml b/cdi-extra/pom.xml
index 4a7aa01..286efe3 100644
--- a/cdi-extra/pom.xml
+++ b/cdi-extra/pom.xml
@@ -32,6 +32,19 @@
 		Aries CDI Extra includes common CDI Component Property Types
 	</description>
 
+	<licenses>
+		<license>
+			<name>ASL 2.0</name>
+			<url>https://www.apache.org/licenses/LICENSE-2.0</url>
+		</license>
+	</licenses>
+
+	<scm>
+		<connection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/cdi/cdi-extra</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/cdi/cdi-extra</developerConnection>
+		<url>https://svn.apache.org/viewvc/aries/trunk/cdi/cdi-extra</url>
+	</scm>
+
 	<build>
 		<plugins>
 			<plugin>
diff --git a/cdi-itests/pom.xml b/cdi-itests/pom.xml
index 5867086..deb9ef8 100644
--- a/cdi-itests/pom.xml
+++ b/cdi-itests/pom.xml
@@ -30,6 +30,19 @@
 	<name>CDI Integration Tests</name>
 	<packaging>jar</packaging>
 
+	<licenses>
+		<license>
+			<name>ASL 2.0</name>
+			<url>https://www.apache.org/licenses/LICENSE-2.0</url>
+		</license>
+	</licenses>
+
+	<scm>
+		<connection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/cdi/cdi-itests</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/cdi/cdi-itests</developerConnection>
+		<url>https://svn.apache.org/viewvc/aries/trunk/cdi/cdi-itests</url>
+	</scm>
+
 	<properties>
 		<gpg.skip>true</gpg.skip>
 		<maven.deploy.skip>true</maven.deploy.skip>
diff --git a/pom.xml b/pom.xml
index caa3b7b..46c6f74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,6 +48,12 @@
 		</license>
 	</licenses>
 
+	<scm>
+		<connection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/cdi</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/cdi</developerConnection>
+		<url>https://svn.apache.org/viewvc/aries/trunk/cdi</url>
+	</scm>
+
 	<modules>
 		<module>cdi-extra</module>
 		<module>cdi-extender</module>