summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Hammant <paul@hammant.org>2010-02-09 22:38:01 +0000
committerPaul Hammant <paul@hammant.org>2010-02-09 22:38:01 +0000
commit0dadeb811b57a540f01e3ffbe7885d4386539193 (patch)
treedbe8ee94da06cb64e77dd078b775ec2e9de3dca2
parentd97e99cbc4ca9b8f170f8893b7030035da058b3c (diff)
downloadplatform_external_jsr330-0dadeb811b57a540f01e3ffbe7885d4386539193.tar.gz
platform_external_jsr330-0dadeb811b57a540f01e3ffbe7885d4386539193.tar.bz2
platform_external_jsr330-0dadeb811b57a540f01e3ffbe7885d4386539193.zip
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
-rw-r--r--pom.xml1
-rw-r--r--tck-pom.xml1
2 files changed, 2 insertions, 0 deletions
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>