Permaine Cheung 51ac82d
<project>
Permaine Cheung 51ac82d
  <modelVersion>4.0.0</modelVersion>
Permaine Cheung 51ac82d
Permaine Cheung 51ac82d
  <artifactId>asm-parent</artifactId>
Permaine Cheung 51ac82d
  <groupId>asm</groupId>
Permaine Cheung 51ac82d
  <version>2.2.3</version>
Permaine Cheung 51ac82d
  <packaging>pom</packaging>
Permaine Cheung 51ac82d
Permaine Cheung 51ac82d
  <name>ASM</name>
Permaine Cheung 51ac82d
  <description>A very small and fast Java bytecode manipulation framework</description>
Permaine Cheung 51ac82d
  <url>http://asm.objectweb.org/</url>
Permaine Cheung 51ac82d
  
Permaine Cheung 51ac82d
  <organization>
Permaine Cheung 51ac82d
    <name>ObjectWeb</name>
Permaine Cheung 51ac82d
    <url>http://www.objectweb.org/</url>
Permaine Cheung 51ac82d
  </organization>
Permaine Cheung 51ac82d
  <inceptionYear>2000</inceptionYear>
Permaine Cheung 51ac82d
Permaine Cheung 51ac82d
  <developers>
Permaine Cheung 51ac82d
    <developer>
Permaine Cheung 51ac82d
      <name>Eric Bruneton</name>
Permaine Cheung 51ac82d
      <id>ebruneton</id>
Permaine Cheung 51ac82d
      <email>Eric.Bruneton@rd.francetelecom.com</email>
Permaine Cheung 51ac82d
      <roles>
Permaine Cheung 51ac82d
        <role>Creator</role>
Permaine Cheung 51ac82d
        <role>Java Developer</role>
Permaine Cheung 51ac82d
      </roles>
Permaine Cheung 51ac82d
    </developer>
Permaine Cheung 51ac82d
    <developer>
Permaine Cheung 51ac82d
      <name>Eugene Kuleshov</name>
Permaine Cheung 51ac82d
      <id>eu</id>
Permaine Cheung 51ac82d
      <email>eu@javatx.org</email>
Permaine Cheung 51ac82d
      <roles>
Permaine Cheung 51ac82d
        <role>Java Developer</role>
Permaine Cheung 51ac82d
      </roles>
Permaine Cheung 51ac82d
    </developer>
Permaine Cheung 51ac82d
  </developers>
Permaine Cheung 51ac82d
Permaine Cheung 51ac82d
  <scm>
Permaine Cheung 51ac82d
    <connection>scm:cvs:pserver:anonymous@cvs.forge.objectweb.org:/cvsroot/asm:asm</connection>
Permaine Cheung 51ac82d
    <developerConnection>scm:cvs:ext:${maven.username}@cvs.forge.objectweb.org:/cvsroot/asm:asm</developerConnection>
Permaine Cheung 51ac82d
    <url>http://cvs.forge.objectweb.org/cgi-bin/viewcvs.cgi/asm/asm/</url>
Permaine Cheung 51ac82d
  </scm>
Permaine Cheung 51ac82d
  
Permaine Cheung 51ac82d
  <issueManagement>
Permaine Cheung 51ac82d
    <url>http://forge.objectweb.org/tracker/?group_id=23</url>
Permaine Cheung 51ac82d
  </issueManagement>
Permaine Cheung 51ac82d
Permaine Cheung 51ac82d
  <dependencyManagement>
Permaine Cheung 51ac82d
    <dependencies>
Permaine Cheung 51ac82d
Permaine Cheung 51ac82d
      <dependency>
Permaine Cheung 51ac82d
        <artifactId>asm</artifactId>
Permaine Cheung 51ac82d
        <groupId>${project.groupId}</groupId>
Permaine Cheung 51ac82d
        <version>${project.version}</version>
Permaine Cheung 51ac82d
      </dependency>
Permaine Cheung 51ac82d
Permaine Cheung 51ac82d
      <dependency>
Permaine Cheung 51ac82d
        <artifactId>asm-tree</artifactId>
Permaine Cheung 51ac82d
        <groupId>${project.groupId}</groupId>
Permaine Cheung 51ac82d
        <version>${project.version}</version>
Permaine Cheung 51ac82d
      </dependency>
Permaine Cheung 51ac82d
Permaine Cheung 51ac82d
      <dependency>
Permaine Cheung 51ac82d
        <artifactId>asm-analysis</artifactId>
Permaine Cheung 51ac82d
        <groupId>${project.groupId}</groupId>
Permaine Cheung 51ac82d
        <version>${project.version}</version>
Permaine Cheung 51ac82d
      </dependency>
Permaine Cheung 51ac82d
Permaine Cheung 51ac82d
      <dependency>
Permaine Cheung 51ac82d
        <artifactId>asm-commons</artifactId>
Permaine Cheung 51ac82d
        <groupId>${project.groupId}</groupId>
Permaine Cheung 51ac82d
        <version>${project.version}</version>
Permaine Cheung 51ac82d
      </dependency>
Permaine Cheung 51ac82d
Permaine Cheung 51ac82d
      <dependency>
Permaine Cheung 51ac82d
        <artifactId>asm-util</artifactId>
Permaine Cheung 51ac82d
        <groupId>${project.groupId}</groupId>
Permaine Cheung 51ac82d
        <version>${project.version}</version>
Permaine Cheung 51ac82d
      </dependency>
Permaine Cheung 51ac82d
Permaine Cheung 51ac82d
      <dependency>
Permaine Cheung 51ac82d
        <artifactId>asm-xml</artifactId>
Permaine Cheung 51ac82d
        <groupId>${project.groupId}</groupId>
Permaine Cheung 51ac82d
        <version>${project.version}</version>
Permaine Cheung 51ac82d
      </dependency>
Permaine Cheung 51ac82d
Permaine Cheung 51ac82d
    </dependencies>
Permaine Cheung 51ac82d
  </dependencyManagement>
Permaine Cheung 51ac82d
Permaine Cheung 51ac82d
</project>