Skip to content
Snippets Groups Projects
Select Git revision
  • acd9d4e1766532c93502be5787b2452131cf6c44
  • master default protected
  • 12-dot-genere-non-coherent
  • unl-tools-release-0.9
  • v0.9
5 results

pom.xml

Blame
  • Sebastien's avatar
    Sebastien authored
    Unit Test correction
    Set default directory current working directory
    1e61cd21
    History
    pom.xml 557 B
    <?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">
        <modelVersion>4.0.0</modelVersion>
    
        <parent>
            <groupId>unl2rdf</groupId>
            <version>1.0-SNAPSHOT</version>
            <artifactId>unl2rdf</artifactId>
        </parent>
    
        <artifactId>unl-parser</artifactId>
        <packaging>jar</packaging>
    
        <name>Unl-parser</name>
    </project>