Modified:
/trunk/tck-pom.xml
=======================================
--- /trunk/tck-pom.xml Wed Jun 2 10:48:27 2010
+++ /trunk/tck-pom.xml Wed Jun 2 10:49:47 2010
@@ -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>
--
You received this message because you are subscribed to the Google Groups "atinject" group.
To post to this group, send email to atin...@googlegroups.com.
To unsubscribe from this group, send email to atinject+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/atinject?hl=en.