<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.kohsuke</groupId>
<artifactId>asm3</artifactId>
<version>3.3.0</version>
<name>asm3</name>
<description>ObjectWeb ASM package-renamed to isolate incompatibilities between major versions</description>
<url>http://kohsuke.org/</url>
<licenses>
<license>
<name>BSD License</name>
<url>http://asm.ow2.org/license.html</url>
</license>
</licenses>
<developers>
<developer>
<id>kohsuke</id>
</developer>
</developers>
<scm>
<url>http://github.com/kohsuke/package-renamed-asm</url>
</scm>
</project>
|