summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Hammant <paul@hammant.org>2010-02-10 06:02:45 +0000
committerPaul Hammant <paul@hammant.org>2010-02-10 06:02:45 +0000
commitfd5fded5635d4e54053e03e4beeaac6bd6b75a3f (patch)
tree22df571d9d9e34ae220a900cde5f8252a8b9d0e2
parent0dadeb811b57a540f01e3ffbe7885d4386539193 (diff)
downloadjsr330-fd5fded5635d4e54053e03e4beeaac6bd6b75a3f.tar.gz
group/version, formatting, compiler-plugin version bump
git-svn-id: https://atinject.googlecode.com/svn/trunk@71 3bc8319c-20ab-11de-9edc-3f40a397ab60
-rw-r--r--tck-pom.xml119
1 files changed, 60 insertions, 59 deletions
diff --git a/tck-pom.xml b/tck-pom.xml
index 158e5cf..831967b 100644
--- a/tck-pom.xml
+++ b/tck-pom.xml
@@ -1,61 +1,62 @@
<project>
- <modelVersion>4.0.0</modelVersion>
- <groupId>javax.inject</groupId>
- <artifactId>javax.inject-tck</artifactId>
- <packaging>jar</packaging>
- <name>javax.inject-tck</name>
- <version>1</version>
- <description>The javax.inject API - TCK</description>
- <url>http://code.google.com/p/atinject/</url>
- <licenses>
- <license>
- <name>The Apache Software License, Version 2.0</name>
- <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
- <distribution>repo</distribution>
- </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>
- <dependency>
- <groupId>javax.inject</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>
- </excludes>
- </resource>
- </resources>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.0.2</version>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- <encoding>UTF-8</encoding>
- <optimize>false</optimize>
- <debug>true</debug>
- <showDeprecation>true</showDeprecation>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>javax.inject</groupId>
+ <artifactId>javax.inject-tck</artifactId>
+ <packaging>jar</packaging>
+ <name>javax.inject-tck</name>
+ <version>1</version>
+ <description>The javax.inject API - TCK</description>
+ <url>http://code.google.com/p/atinject/</url>
+ <licenses>
+ <license>
+ <name>The Apache Software License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ <distribution>repo</distribution>
+ </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>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>javax.inject</artifactId>
+ <version>${pom.version}</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>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.1</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ <encoding>UTF-8</encoding>
+ <optimize>false</optimize>
+ <debug>true</debug>
+ <showDeprecation>true</showDeprecation>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
</project>