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