<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-parent</artifactId>
        <version>2.1.8.RELEASE</version>
        <relativePath/> <!-- lookup parent from repository -->
    </parent>
    <groupId>com.ovopark.knife</groupId>
    <artifactId>edas-knife</artifactId>
    <version>1.0.0</version>
    <name>edas-knife</name>
    <packaging>pom</packaging>
    <description>Demo project for Spring Boot</description>
    <distributionManagement>
		<repository>
			<id>nexus-releases</id>
			<url>http://116.62.59.245:8081/nexus/content/repositories/releases/</url>
		</repository>
		<snapshotRepository>
			<id>nexus-snapshots</id>
			<url>http://116.62.59.245:8081/nexus/content/repositories/snapshots/</url>
		</snapshotRepository>
	</distributionManagement>
    <properties>
        <java.version>1.8</java.version>
        <maven.build.number>1.0.0</maven.build.number>
        <parent.version>1.0.0</parent.version>
        <maven-jar-plugin.version>3.0.0</maven-jar-plugin.version>
		<maven.compiler.source>1.8</maven.compiler.source>
    </properties>

    <modules>
        <module>knife-common</module>
        <module>knife-client</module>
        <module>knife-core</module>
        <module>knife-server</module>
    </modules>
</project>
