blob: a89b5f826e8d6e99ec4995bc0bfbb8021227dbc1 [file] [log] [blame]
Paul Hammantda75e862009-09-18 04:13:48 +00001<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
4 <modelVersion>4.0.0</modelVersion>
5
6 <groupId>javax.inject</groupId>
7 <artifactId>javax.inject</artifactId>
8 <version>1.0-SNAPSHOT</version>
9
10 <name>Javax Inject from the JSR-330 Expert Group</name>
11
12
13 <build>
14 <sourceDirectory>src</sourceDirectory>
15 <plugins>
16 <plugin>
17 <artifactId>maven-compiler-plugin</artifactId>
18 <configuration>
19 <source>1.5</source>
20 <target>1.5</target>
21 </configuration>
22 </plugin>
23 </plugins>
24 </build>
25
26</project>