Skip to content

Commit

Permalink
Merge branch 'release/1.2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
zambrovski committed Apr 10, 2021
2 parents 1b33582 + 8369533 commit d848781
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 19 deletions.
8 changes: 4 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,20 @@ If you just want to start using the library, put the following dependency into y
<dependency>
<groupId>io.holunda.data</groupId>
<artifactId>camunda-bpm-data</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
----

If you are using Gradle Kotlin DSL add to your `build.gradle.kts`:
[source,kotlin]
----
implementation("io.holunda.data:camunda-bpm-data:1.2.1")
implementation("io.holunda.data:camunda-bpm-data:1.2.2")
----

For Gradle Groovy DSL add to your `build.gradle`:
[source,groovy]
----
implementation 'io.holunda.data:camunda-bpm-data:1.2.1'
implementation 'io.holunda.data:camunda-bpm-data:1.2.2'
----

=== Variable declaration
Expand Down Expand Up @@ -155,7 +155,7 @@ Please put the following dependency into your `pom.xml`:
<dependency>
<groupId>io.holunda.data</groupId>
<artifactId>camunda-bpm-data-test</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
<scope>test</scope>
</dependency>
----
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.holunda.data</groupId>
<artifactId>camunda-bpm-data-parent</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</parent>

<artifactId>camunda-bpm-data-docs</artifactId>
Expand Down
10 changes: 10 additions & 0 deletions docs/src/orchid/resources/changelog/1.2/1.2.2.ad
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
version: 1.2.4
---

== Chore

* Upgrade to Camunda BPM 7.15, fix #89



2 changes: 1 addition & 1 deletion example/coverage-report-aggregator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.holunda.data.example</groupId>
<artifactId>camunda-bpm-data-example-parent</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</parent>

<artifactId>camunda-bpm-data-coverage-report</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion example/example-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.holunda.data.example</groupId>
<artifactId>camunda-bpm-data-example-parent</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</parent>

<artifactId>camunda-bpm-data-example-java</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion example/example-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.holunda.data.example</groupId>
<artifactId>camunda-bpm-data-example-parent</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</parent>

<artifactId>camunda-bpm-data-example-kotlin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion example/itest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.holunda.data.example</groupId>
<artifactId>camunda-bpm-data-example-parent</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</parent>

<artifactId>camunda-bpm-data-integration-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.holunda.data</groupId>
<artifactId>camunda-bpm-data-parent</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</parent>

<groupId>io.holunda.data.example</groupId>
Expand Down
2 changes: 1 addition & 1 deletion example/spin-type-detector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.holunda.data.example</groupId>
<artifactId>camunda-bpm-data-example-parent</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</parent>

<artifactId>camunda-bpm-data-spin-type-detector</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.holunda.data</groupId>
<artifactId>camunda-bpm-data-parent</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extension/test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.holunda.data</groupId>
<artifactId>camunda-bpm-data-parent</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.holunda.data</groupId>
<artifactId>camunda-bpm-data-parent</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
<name>${project.artifactId}</name>
<description>Camunda BPM Data</description>
<url>https://github.com/holunda-io/camunda-bpm-data/</url>
Expand All @@ -18,13 +18,13 @@
<maven.compiler.target>${java.version}</maven.compiler.target>
<version.java>${java.version}</version.java>

<camunda.version.ce>7.14.0</camunda.version.ce>
<camunda.version.ee>7.14.0-ee</camunda.version.ee>
<camunda.version.ce>7.15.0</camunda.version.ce>
<camunda.version.ee>7.15.0-ee</camunda.version.ee>

<spring-boot.version>2.4.3</spring-boot.version>
<spring-boot.version>2.4.4</spring-boot.version>
<groovy.version>2.4.5</groovy.version>
<spin.version>1.9.0</spin.version>
<camunda-assert.version>6.0.0</camunda-assert.version>
<spin.version>1.10.1</spin.version>
<camunda-assert.version>10.0.0</camunda-assert.version>

<jgiven.version>0.18.2</jgiven.version>
<kotlin.version>1.4.21</kotlin.version>
Expand Down

0 comments on commit d848781

Please sign in to comment.