c

community-hub-release-parent

This pom defines the required plugins and profiles to allow a camunda community hub release build. Inherit this pom when you want to use the camunda community hub GitHub release action.
Files download
File Operation
community-hub-release-parent-1.0.0.pom download
Apache Maven
<dependency>
  <groupId>org.camunda.community</groupId>
  <artifactId>community-hub-release-parent</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.camunda.community:community-hub-release-parent:1.0.0'
Gradle Kotlin
implementation("org.camunda.community:community-hub-release-parent:1.0.0")
Scala SBT
libraryDependencies += "org.camunda.community" % "community-hub-release-parent" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.camunda.community', module='community-hub-release-parent', version='1.0.0')
)
Apache Ivy
<dependency org="org.camunda.community" name="community-hub-release-parent" rev="1.0.0" />
Leiningen
[org.camunda.community/community-hub-release-parent "1.0.0"]
Apache Buildr
'org.camunda.community:community-hub-release-parent:jar:1.0.0'