summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Hammant <paul@hammant.org>2010-06-11 11:52:29 +0000
committerPaul Hammant <paul@hammant.org>2010-06-11 11:52:29 +0000
commit0379b182f90902798d2bcbab23a432059f7b9545 (patch)
tree4a8fe2177a3ec8b35d906af3fb2d048bfda2a5da
parentf6f284c0dde2e00e9cca3cc7a6ad8f9e6b3b8fe6 (diff)
downloadjsr330-0379b182f90902798d2bcbab23a432059f7b9545.tar.gz
revert main pom back, after release of TCK to maven repos. Refer http://jira.codehaus.org/browse/MAVENUPLOAD-2738
git-svn-id: https://atinject.googlecode.com/svn/trunk@85 3bc8319c-20ab-11de-9edc-3f40a397ab60
-rw-r--r--pom.xml32
1 files changed, 5 insertions, 27 deletions
diff --git a/pom.xml b/pom.xml
index e2b172d..81a7a44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,11 +1,11 @@
-<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">
+<project>
<modelVersion>4.0.0</modelVersion>
<groupId>javax.inject</groupId>
- <artifactId>javax.inject-tck</artifactId>
+ <artifactId>javax.inject</artifactId>
<packaging>jar</packaging>
- <name>javax.inject-tck</name>
- <version>1.1-SNAPSHOT</version>
- <description>The javax.inject API - TCK</description>
+ <name>javax.inject</name>
+ <version>1</version>
+ <description>The javax.inject API</description>
<url>http://code.google.com/p/atinject/</url>
<licenses>
<license>
@@ -19,29 +19,7 @@
<developerConnection>scm:svn:https://atinject.googlecode.com/svn/trunk</developerConnection>
<url>http://code.google.com/p/atinject/source/checkout</url>
</scm>
- <dependencies>
- <dependency>
- <groupId>${pom.groupId}</groupId>
- <artifactId>javax.inject</artifactId>
- <version>1</version>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.7</version>
- </dependency>
- </dependencies>
<build>
- <sourceDirectory>tck</sourceDirectory>
- <resources>
- <resource>
- <directory>tck</directory>
- <excludes>
- <exclude>**/*.java</exclude>
- <exclude>tck.iml</exclude>
- </excludes>
- </resource>
- </resources>
<pluginManagement>
<plugins>
<plugin>