commons-release-plugin

commons-release-plugin

Apache Maven Mojo for Apache Commons Release tasks.
https://commons.apache.org/proper/commons-release-plugin/
Rob Tompkins Gary Gregory Matt Benson
Files download
File Operation
commons-release-plugin-1.8.0.jar download
commons-release-plugin-1.8.0.pom download
commons-release-plugin-1.8.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-release-plugin</artifactId>
  <version>1.8.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.apache.commons:commons-release-plugin:1.8.0'
Gradle Kotlin
implementation("org.apache.commons:commons-release-plugin:1.8.0")
Scala SBT
libraryDependencies += "org.apache.commons" % "commons-release-plugin" % "1.8.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.commons', module='commons-release-plugin', version='1.8.0')
)
Apache Ivy
<dependency org="org.apache.commons" name="commons-release-plugin" rev="1.8.0" />
Leiningen
[org.apache.commons/commons-release-plugin "1.8.0"]
Apache Buildr
'org.apache.commons:commons-release-plugin:jar:1.8.0'