/protocols/asn/asn-impl/pom.xml
http://mobicents.googlecode.com/ · XML · 70 lines · 64 code · 6 blank · 0 comment · 0 complexity · 86cac1331bb0a9eba7d76867aa26555d MD5 · raw file
- <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.mobicents.protocols.asn</groupId>
- <artifactId>asn-parent</artifactId>
- <version>2.0.0-SNAPSHOT</version>
- </parent>
- <groupId>org.mobicents.protocols.asn</groupId>
- <artifactId>asn</artifactId>
- <name>Mobicents :: ASN :: Impl :: ${pom.artifactId}</name>
-
- <developers>
- <developer>
- <id>amit.bhayani</id>
- <name>Amit Bhayani</name>
- <email>amit.bhayani@gmail.com</email>
- <organization></organization>
- <organizationUrl>http://amitbhayani.blogspot.com/</organizationUrl>
- <roles>
- <role>Active Developer</role>
- </roles>
- <timezone>+5.5</timezone>
- </developer>
- <developer>
- <id>serg.vetyutnev</id>
- <name>Sergey Vetyutnev</name>
- <email>serg.vetyutnev@gmail.com</email>
- <organization></organization>
- <organizationUrl></organizationUrl>
- <roles>
- <role>Active Developer</role>
- </roles>
- <timezone>+3</timezone>
- </developer>
- <developer>
- <id>baranowb</id>
- <name>Bartosz Baranowski</name>
- <email>baranowb@gmail.com</email>
- <organization>JBoss/Red Hat</organization>
- <organizationUrl>http://www.redhat.com/</organizationUrl>
- <roles>
- <role>Active Developer</role>
- </roles>
- <timezone>+1</timezone>
- </developer>
- </developers>
- <licenses>
- <license>
- <name>GNU GENERAL PUBLIC LICENSE</name>
- <url>http://www.gnu.org/licenses/gpl.html</url>
- <distribution>repo</distribution>
- </license>
- </licenses>
- <dependencies>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <scope>provided</scope>
- </dependency>
- </dependencies>
-
- </project>