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.2.jar download
commons-release-plugin-1.8.2.pom download
commons-release-plugin-1.8.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-release-plugin</artifactId>
  <version>1.8.2</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.apache.commons:commons-release-plugin:1.8.2'
Gradle Kotlin
implementation("org.apache.commons:commons-release-plugin:1.8.2")
Scala SBT
libraryDependencies += "org.apache.commons" % "commons-release-plugin" % "1.8.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.commons', module='commons-release-plugin', version='1.8.2')
)
Apache Ivy
<dependency org="org.apache.commons" name="commons-release-plugin" rev="1.8.2" />
Leiningen
[org.apache.commons/commons-release-plugin "1.8.2"]
Apache Buildr
'org.apache.commons:commons-release-plugin:jar:1.8.2'