1 <project> 2 <modelVersion>4.0.0</modelVersion> 3 <groupId>com.ximpleware</groupId> 4 <artifactId>vtd-xml</artifactId> 5 <version>2.11</version> 6 <packaging>jar</packaging> 7 8 <name>vtd-xml</name> 9 <description>XimpleWare's VTD-XML is, far and away, the industry's most advanced and powerful XML processing model for SOA and Cloud Computing</description> 10 <url>http://vtd-xml.sourceforge.net/</url> 11 12 <licenses> 13 <license> 14 <name>GNU GENERAL PUBLIC LICENSE Version 2, June 1991</name> 15 <url>http://www.gnu.org/licenses/old-licenses/gpl-2.0</url> 16 <distribution>repo</distribution> 17 </license> 18 </licenses> 19 20 <developers> 21 <developer> 22 <id>jzhang</id> 23 <name>Jimmy Zhang</name> 24 <email>jzhang (a] ximpleware.com</email> 25 <organization>ximpleware</organization> 26 <organizationUrl>http://ximpleware.com</organizationUrl> 27 </developer> 28 </developers> 29 30 31 <scm> 32 <url>git://vtd-xml.git.sourceforge.net/gitroot/vtd-xml/vtd-xml</url> 33 </scm> 34 35 <build> 36 <plugins> 37 <plugin> 38 <groupId>org.apache.maven.plugins</groupId> 39 <artifactId>maven-compiler-plugin</artifactId> 40 <version>3.0</version> 41 <configuration> 42 <source>1.6</source> 43 <target>1.6</target> 44 </configuration> 45 </plugin> 46 </plugins> 47 </build> 48 49 50 </project> 51 52