<?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>mc4j</groupId>
  <artifactId>org-mc4j-ems</artifactId>
  <version>1.2.16</version>
  <name>MC4J EMS</name>
  <description>
    a library providing an abstraction layer for connecting to various types of 
    JMX MBean servers; it supports connections to all major J2EE application 
    servers as well as JSE 5.0 and later JVMs
  </description>
  <url>http://sourceforge.net/projects/mc4j/</url>
  <inceptionYear>2002</inceptionYear>
 
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>

</project>

