<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>de.marcphilipp.gradle</groupId>
  <artifactId>nexus-publish-plugin</artifactId>
  <version>0.2.0</version>
  <name>Nexus Publish Plugin</name>
  <description>- Fix: The publishToNexus task now only depends on publish for the nexus repository instead of on all publish tasks
- New feature: if the io.codearte.nexus-staging plugin is applied on the root project, the stagingRepositoryId on its extension is set to the id of the newly created staging repository. This way it does not depend on exactly one open staging repository being available.</description>
  <url>https://github.com/marcphilipp/nexus-publish-plugin</url>
  <inceptionYear>2018</inceptionYear>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>marcphilipp</id>
      <name>Marc Philipp</name>
    </developer>
  </developers>
</project>
