Skip to content

Commit

Permalink
chore(version): adjust platform version after release
Browse files Browse the repository at this point in the history
  • Loading branch information
camunda-jenkins committed Sep 29, 2020
1 parent f0361d5 commit de5deb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clients/java/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<properties>
<!-- should be updated during a release together with the camunda.version tag in the project pom -->
<camunda.version>7.14.0-alpha4</camunda.version>
<camunda.version>7.14.0-SNAPSHOT</camunda.version>

<version.httpclient>4.5.9</version.httpclient>
<version.jackson>2.10.0</version.jackson>
Expand Down
2 changes: 1 addition & 1 deletion clients/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<properties>
<!-- please, during a release, update the camunda.version tag in the client pom as well -->
<camunda.version>7.14.0-alpha4</camunda.version>
<camunda.version>7.14.0-SNAPSHOT</camunda.version>

<license.includeTransitiveDependencies>false</license.includeTransitiveDependencies>

Expand Down

0 comments on commit de5deb4

Please sign in to comment.