pom.xml 609 Bytes
Newer Older
CED SA's avatar
CED SA committed
1 2 3 4 5 6 7 8 9 10 11
<?xml version="1.0" encoding="UTF-8" standalone="no"?><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>it.saga.pubblici</groupId>
				<artifactId>tributi</artifactId>
				<version>3.4.29.0000</version>    
    <relativePath>../../../</relativePath></parent>
    <groupId>it.saga.pubblici</groupId>
    <artifactId>tributi-reports-client</artifactId>
    <packaging>jar</packaging>
</project>