summaryrefslogtreecommitdiffstats
path: root/pom.xml
blob: 05f403738dc9af28db2902cbd0ce4d86e080db90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>javax.inject</groupId>
  <artifactId>javax.inject</artifactId>
  <packaging>jar</packaging>
  <name>javax.inject</name>
  <version>1</version>
  <description>The javax.inject API</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>
</project>