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