summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tck-pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/tck-pom.xml b/tck-pom.xml
index 570cacb..05ae5ba 100644
--- a/tck-pom.xml
+++ b/tck-pom.xml
@@ -1,10 +1,10 @@
-<project>
+<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>
<groupId>javax.inject</groupId>
<artifactId>javax.inject-tck</artifactId>
<packaging>jar</packaging>
<name>javax.inject-tck</name>
- <version>1-SNAPSHOT</version>
+ <version>1</version>
<description>The javax.inject API - TCK</description>
<url>http://code.google.com/p/atinject/</url>
<licenses>
@@ -15,9 +15,9 @@
</license>
</licenses>
<scm>
- <connection>scm:svn:http://atinject.googlecode.com/svn/trunk</connection>
- <developerConnection>scm:svn:https://atinject.googlecode.com/svn/trunk</developerConnection>
- <url>http://code.google.com/p/atinject/source/checkout</url>
+ <connection>scm:svn:http://atinject.googlecode.com/svn/tags/javax.inject-tck-1</connection>
+ <developerConnection>scm:svn:https://atinject.googlecode.com/svn/tags/javax.inject-tck-1</developerConnection>
+ <url>http://code.google.com/p/atinject/source/checkout/tags/javax.inject-tck-1</url>
</scm>
<dependencies>
<dependency>