<?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>com.geoway.webstore</groupId>
        <artifactId>webstore-parent</artifactId>
        <version>4.3.0-SNAPSHOT</version>
        <relativePath/> <!-- lookup parent from repository -->
    </parent>

    <groupId>com.geoway.webstore-onecode</groupId>
    <artifactId>one-code-engine</artifactId>
    <version>1.0.0-SNAPSHOT</version>
    <description>一码贯通</description>
    <packaging>pom</packaging>

    <modules>
        <module>one-code-api</module>
        <module>one-code-server</module>
    </modules>

    <properties>

    </properties>

    <distributionManagement>
        <repository>
            <id>geowayRepo</id>
            <name>internal repository for releases</name>
            <url>http://atlas.geoway.com.cn:8005/nexus/repository/maven-releases/</url>
        </repository>
        <snapshotRepository>
            <id>geowayRepo</id>
            <name>internal repository for snapshots</name>
            <url>http://atlas.geoway.com.cn:8005/nexus/repository/maven-snapshots/</url>
        </snapshotRepository>
    </distributionManagement>
</project>
