<?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>

    <groupId>com.expressionmap</groupId>
    <artifactId>expressionmap</artifactId>
	<version>1.1.2</version>
    <packaging>jar</packaging>

    <name>com.expressionmap:expressionmap</name>
    <description>JSON expression mapping and transformation library.</description>
    <url>https://www.expressionmap.com</url>

    <licenses>
        <license>
            <name>Commercial Private License</name>
            <distribution>manual</distribution>
            <comments>Proprietary. All rights reserved. Use, copying, modification, and redistribution prohibited without prior written permission from the copyright holder.</comments>
        </license>
    </licenses>

    <developers>
        <developer>
            <id>support</id>
            <name>support</name>
            <email>support@expressionmap.com</email>
        </developer>
    </developers>

    <scm>
        <connection>scm:git:https://github.com/expressionmap/expressionmap.git</connection>
        <developerConnection>scm:git:ssh://git@github.com/expressionmap/expressionmap.git</developerConnection>
        <url>https://github.com/expressionmap/expressionmap</url>
    </scm>

    <build>
        <plugins>
            <plugin>
                <groupId>org.sonatype.central</groupId>
                <artifactId>central-publishing-maven-plugin</artifactId>
                <version>0.10.0</version>
                <extensions>true</extensions>
                <configuration>
                    <publishingServerId>central</publishingServerId>
                    <tokenAuth>true</tokenAuth>
                    <autoPublish>false</autoPublish>
                </configuration>
            </plugin>
        </plugins>
    </build>
</project>
