MVN

org.camunda : camunda-bpm-release-parent

Maven & Gradle

Jul 12, 2023
1 stars

Camunda Platform - Release Parent Pom · This pom defines the required plugins and profiles to allow a Camunda Platform release build.

<dependency>
    <groupId>org.camunda</groupId>
    <artifactId>camunda-bpm-release-parent</artifactId>
    <version>2.2.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.camunda : camunda-bpm-release-parent to add to Maven - Latest Versions:

  • Latest Stable: 2.2.7

All Versions

Choose a version of org.camunda : camunda-bpm-release-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
2.2.x
camunda-bpm-release-parent-2.2.7
camunda-bpm-release-parent-2.2.6
camunda-bpm-release-parent-2.2.5
camunda-bpm-release-parent-2.2.4
camunda-bpm-release-parent-2.2.3
camunda-bpm-release-parent-2.2.2
camunda-bpm-release-parent-2.2.1
camunda-bpm-release-parent-2.2.0
2.1.x
camunda-bpm-release-parent-2.1.0
2.0.x
camunda-bpm-release-parent-2.0.0
1.0.x
camunda-bpm-release-parent-1.0.0
0.2
camunda-bpm-release-parent-0.2
0.1
camunda-bpm-release-parent-0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.camunda</groupId>
    <artifactId>camunda-bpm-release-parent</artifactId>
    <version>2.2.7</version>
</dependency>