27 lines
791 B
XML
27 lines
791 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<metadata xmlns="http://fedorahosted.org/xmvn/METADATA/3.0.0">
|
|
<artifacts>
|
|
<artifact>
|
|
<groupId>org.apache.commons</groupId>
|
|
<artifactId>commons-csv</artifactId>
|
|
<version>1.9.0</version>
|
|
<path>absolute-prefix/target/commons-csv-1.9.0.jar</path>
|
|
<properties>
|
|
<type>jar</type>
|
|
<requiresJava>1.8</requiresJava>
|
|
</properties>
|
|
</artifact>
|
|
<artifact>
|
|
<groupId>org.apache.commons</groupId>
|
|
<artifactId>commons-csv</artifactId>
|
|
<extension>pom</extension>
|
|
<version>1.9.0</version>
|
|
<path>absolute-prefix/pom.xml</path>
|
|
<properties>
|
|
<type>jar</type>
|
|
<requiresJava>1.8</requiresJava>
|
|
</properties>
|
|
</artifact>
|
|
</artifacts>
|
|
</metadata>
|