|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 3 | + <!-- This module was also published with a richer model, Gradle metadata, --> |
| 4 | + <!-- which should be used instead. Do not delete the following line which --> |
| 5 | + <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> |
| 6 | + <!-- that they should prefer consuming it instead. --> |
| 7 | + <!-- do_not_remove: published-with-gradle-metadata --> |
| 8 | + <modelVersion>4.0.0</modelVersion> |
| 9 | + <groupId>com.example</groupId> |
| 10 | + <artifactId>test-artifact</artifactId> |
| 11 | + <version>1.0.0</version> |
| 12 | + <name>Best Dependency</name> |
| 13 | + <description>This is the best dependency ever.</description> |
| 14 | + <url>https://github.com/vanniktech/gradle-maven-publish-plugin</url> |
| 15 | + <inceptionYear>20xx</inceptionYear> |
| 16 | + <licenses> |
| 17 | + <license> |
| 18 | + <name>The Apache Software License, Version 2.0</name> |
| 19 | + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 20 | + <distribution>repo</distribution> |
| 21 | + </license> |
| 22 | + </licenses> |
| 23 | + <developers> |
| 24 | + <developer> |
| 25 | + <id>jaredsburrows</id> |
| 26 | + <name>Jared Burrows</name> |
| 27 | + <email>jaredsburrows@gmail.com</email> |
| 28 | + </developer> |
| 29 | + </developers> |
| 30 | + <scm> |
| 31 | + <connection>scm:git:git://github.com/vanniktech/gradle-maven-publish-plugin.git</connection> |
| 32 | + <developerConnection>scm:git:ssh://git@github.com/vanniktech/gradle-maven-publish-plugin.git</developerConnection> |
| 33 | + <url>https://github.com/vanniktech/gradle-maven-publish-plugin</url> |
| 34 | + </scm> |
| 35 | + <issueManagement> |
| 36 | + <system>github</system> |
| 37 | + <url>https://github.com/vanniktech/gradle-maven-publish-plugin/issues</url> |
| 38 | + </issueManagement> |
| 39 | + <dependencies> |
| 40 | + <dependency> |
| 41 | + <groupId>org.jetbrains.kotlin</groupId> |
| 42 | + <artifactId>kotlin-stdlib-jdk8</artifactId> |
| 43 | + <version>1.6.10</version> |
| 44 | + <scope>compile</scope> |
| 45 | + </dependency> |
| 46 | + </dependencies> |
| 47 | +</project> |
0 commit comments