mill-ci-release_mill0.11.0-M1_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.chris-kipp</groupId> <artifactId>mill-ci-release_mill0.11.0-M1_2.13</artifactId> <version>0.1.5</version> </dependency>
<?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> <name>mill-ci-release_mill0.11.0-M1_2.13</name> <groupId>io.chris-kipp</groupId> <artifactId>mill-ci-release_mill0.11.0-M1_2.13</artifactId> <packaging>jar</packaging> <description>A Mill plugin to automate Sonatype releases from GitHub Actions.</description> <version>0.1.5</version> <url>https://github.com/ckipp01/mill-ci-release</url> <licenses> <license> <name>Apache-2.0</name> <url>https://spdx.org/licenses/Apache-2.0.html</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:git://github.com/ckipp01/mill-ci-release.git</connection> <developerConnection>scm:git:ssh://git@github.com:ckipp01/mill-ci-release.git</developerConnection> <url>https://github.com/ckipp01/mill-ci-release</url> </scm> <developers> <developer> <id>ckipp01</id> <name>Chris Kipp</name> <url>https://github.com/ckipp01</url> </developer> </developers> <properties> </properties> <dependencies> <dependency> <groupId>de.tototec</groupId> <artifactId>de.tobiasroeser.mill.vcs.version_mill0.11.0-M1_2.13</artifactId> <version>0.3.0-7-8f12c7</version> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.13.10</version> </dependency> <dependency> <groupId>com.lihaoyi</groupId> <artifactId>mill-scalalib_2.13</artifactId> <version>0.11.0-M1</version> <scope>provided</scope> </dependency> </dependencies> </project>