Activiti Cloud :: Build


License

License

GroupId

GroupId

org.activiti.cloud.build
ArtifactId

ArtifactId

activiti-cloud-parent
Last Version

Last Version

7.1.0.M6
Release Date

Release Date

Type

Type

pom
Description

Description

Activiti Cloud :: Build
Activiti Cloud :: Build
Project URL

Project URL

http://activiti.org
Project Organization

Project Organization

Alfresco
Source Code Management

Source Code Management

http://github.com/Activiti/activiti-cloud-build

Download activiti-cloud-parent

How to add to project

<!-- https://jarcasting.com/artifacts/org.activiti.cloud.build/activiti-cloud-parent/ -->
<dependency>
    <groupId>org.activiti.cloud.build</groupId>
    <artifactId>activiti-cloud-parent</artifactId>
    <version>7.1.0.M6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.activiti.cloud.build/activiti-cloud-parent/
implementation 'org.activiti.cloud.build:activiti-cloud-parent:7.1.0.M6'
// https://jarcasting.com/artifacts/org.activiti.cloud.build/activiti-cloud-parent/
implementation ("org.activiti.cloud.build:activiti-cloud-parent:7.1.0.M6")
'org.activiti.cloud.build:activiti-cloud-parent:pom:7.1.0.M6'
<dependency org="org.activiti.cloud.build" name="activiti-cloud-parent" rev="7.1.0.M6">
  <artifact name="activiti-cloud-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.activiti.cloud.build', module='activiti-cloud-parent', version='7.1.0.M6')
)
libraryDependencies += "org.activiti.cloud.build" % "activiti-cloud-parent" % "7.1.0.M6"
[org.activiti.cloud.build/activiti-cloud-parent "7.1.0.M6"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • activiti-cloud-dependencies-parent

activiti-cloud-build

Join Us in Gitter Build Status Travis ASL 2.0 CLA security status stability status

Activiti Cloud Parent and BOM (Bill of Materials)

activiti-cloud-parent

This pom.xml file handle all 3rd Party dependencies that are shared by all the starters. Spring Boot & Spring Cloud versions are defined here.

activiti-cloud-dependencies

This BOM (Bill Of Materials) allow you to easily add the following section to your maven pom.xml file:

<dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.activiti.cloud</groupId>
        <artifactId>activiti-cloud-dependencies</artifactId>
        <version>${activiti-cloud.version}</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>

To automatically manage all cloud artifact versions and make sure that you don't mix different versions from different releases of these components. Then you can include any starter or service by just adding the GroupId and ArtifactId

For example:

<dependency>
    <groupId>org.activiti.cloud</groupId>
    <artifactId>activiti-cloud-starter-runtime-bundle</artifactId>
</dependency>

Versions are going to be handled by maven.

Spring Version Alignment

We are using spring boot and spring cloud. These versions need to be aligned. See:

http://projects.spring.io/spring-cloud/

And tags at:

https://github.com/spring-cloud/spring-cloud-release

org.activiti.cloud.build

Activiti

Versions

Version
7.1.0.M6
7.1.0.M5
7.1.0.M4
7.1.0.M3.1
7.1.0.M2
7.1.0.M1
7.0.0.SR1
7.0.0.GA
7.0.0.RC2
7.0.0.RC1
7.0.0.Beta5
7.0.0.Beta4
7.0.0.Beta3
7.0.0.Beta2