changes to allow latest revision of maven-bundle to work: scm line now mandatory

git-svn-id: https://atinject.googlecode.com/svn/trunk@70 3bc8319c-20ab-11de-9edc-3f40a397ab60
diff --git a/pom.xml b/pom.xml
index 79c0cca..05f4037 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,6 +15,7 @@
     </license>
   </licenses>
   <scm>
+	<connection>scm:svn:http://atinject.googlecode.com/svn/trunk</connection>
     <url>http://code.google.com/p/atinject/source/checkout</url>
   </scm>
 </project>
diff --git a/tck-pom.xml b/tck-pom.xml
index 5ebe941..158e5cf 100644
--- a/tck-pom.xml
+++ b/tck-pom.xml
@@ -15,6 +15,7 @@
     </license>
   </licenses>
   <scm>
+	<connection>scm:svn:http://atinject.googlecode.com/svn/trunk</connection>
     <url>http://code.google.com/p/atinject/source/checkout</url>
   </scm>
   <dependencies>