2009-03-24 13:56:56 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2012-01-30 22:01:12 +08:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
|
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
2009-03-24 13:56:56 +08:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
<artifactId>spring-instrument</artifactId>
|
|
|
|
|
<packaging>jar</packaging>
|
2011-12-16 18:59:06 +08:00
|
|
|
<version>3.1.1.BUILD-SNAPSHOT</version>
|
2009-03-24 13:56:56 +08:00
|
|
|
<parent>
|
|
|
|
|
<groupId>org.springframework</groupId>
|
2009-03-29 17:56:38 +08:00
|
|
|
<artifactId>spring-parent</artifactId>
|
|
|
|
|
<relativePath>../org.springframework.spring-parent</relativePath>
|
2011-12-16 18:59:06 +08:00
|
|
|
<version>3.1.1.BUILD-SNAPSHOT</version>
|
2009-03-24 13:56:56 +08:00
|
|
|
</parent>
|
2012-01-30 22:01:12 +08:00
|
|
|
<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>
|
2009-03-24 13:56:56 +08:00
|
|
|
</project>
|