/protocols/jain-megaco/megaco-impl/pom.xml
http://mobicents.googlecode.com/ · XML · 39 lines · 34 code · 5 blank · 0 comment · 0 complexity · 5ad9fc6f1fc1b09b4623579a27ed5876 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.megaco</groupId>
- <artifactId>megaco-parent</artifactId>
- <version>1.0.00B-SNAPSHOT</version>
- </parent>
-
- <artifactId>megaco-impl</artifactId>
-
- <name>Mobicents MEGACO Stack :: ${pom.artifactId}</name>
-
- <dependencies>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- </dependency>
- <dependency>
- <groupId>${pom.groupId}</groupId>
- <artifactId>megaco-api</artifactId>
- <version>${pom.version}</version>
- </dependency>
- </dependencies>
-
- <build>
- <finalName>${pom.artifactId}-${pom.version}</finalName>
- <plugins>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>RELEASE</version>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </project>