Skip to content
Snippets Groups Projects
Select Git revision
3 results Searching

pom.xml

Blame
  • pom.xml 736 B
    <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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
    
    	<modelVersion>4.0.0</modelVersion>
    
    	<parent>
    		<groupId>de.itvsh.kop.common</groupId>
    		<artifactId>kop-common-dependencies</artifactId>
    		<version>2.3.0-SNAPSHOT</version>
    		<relativePath /> <!-- lookup parent from repository -->
    	</parent>
    
    	<groupId>de.ozgcloud.api-lib</groupId>
    	<artifactId>api-lib-parent</artifactId>
    	<version>0.1.0-SNAPSHOT</version>
    	<description>Library project to use the OZG-Cloud API</description>
    
    	<packaging>pom</packaging>
    	<modules>
    		<module>api-lib-core</module>
    	</modules>
    		
    </project>