android-calculatorpp/calculatorpp-test/pom.xml

19 lines
570 B
XML
Raw Normal View History

2012-03-04 13:52:34 -05:00
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.solovyev.android</groupId>
2012-03-04 15:54:56 -05:00
<artifactId>calculatorpp-parent</artifactId>
<version>1.2.34</version>
2012-03-04 13:52:34 -05:00
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.solovyev.android</groupId>
<artifactId>calculatorpp-test</artifactId>
</project>