s

stage-vote-release-plugin

Allows to stage the artifacts and vote on them before the release
https://github.com/vlsi/vlsi-release-plugins
Apache-2.0
Vladimir Sitnikov
Files download
File Operation
stage-vote-release-plugin-1.76.jar download
stage-vote-release-plugin-1.76.pom download
stage-vote-release-plugin-1.76-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.vlsi.gradle</groupId>
  <artifactId>stage-vote-release-plugin</artifactId>
  <version>1.76</version>
</dependency>
Gradle Groovy
implementation 'com.github.vlsi.gradle:stage-vote-release-plugin:1.76'
Gradle Kotlin
implementation("com.github.vlsi.gradle:stage-vote-release-plugin:1.76")
Scala SBT
libraryDependencies += "com.github.vlsi.gradle" % "stage-vote-release-plugin" % "1.76"
Groovy Grape
@Grapes(
  @Grab(group='com.github.vlsi.gradle', module='stage-vote-release-plugin', version='1.76')
)
Apache Ivy
<dependency org="com.github.vlsi.gradle" name="stage-vote-release-plugin" rev="1.76" />
Leiningen
[com.github.vlsi.gradle/stage-vote-release-plugin "1.76"]
Apache Buildr
'com.github.vlsi.gradle:stage-vote-release-plugin:jar:1.76'