Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

Commit

Permalink
Release 7.1.98
Browse files Browse the repository at this point in the history
  • Loading branch information
jx-activiti-cloud committed Jan 20, 2020
1 parent 2d1e575 commit 84de0eb
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions VERSION
@@ -0,0 +1 @@
7.1.98
2 changes: 1 addition & 1 deletion activiti-cloud-api-dependencies/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.activiti.cloud.api</groupId>
<artifactId>activiti-cloud-api</artifactId>
<version>7.1.0-SNAPSHOT</version>
<version>7.1.98</version>
</parent>
<artifactId>activiti-cloud-api-dependencies</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion activiti-cloud-api-events/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.activiti.cloud.api</groupId>
<artifactId>activiti-cloud-api-dependencies</artifactId>
<version>7.1.0-SNAPSHOT</version>
<version>7.1.98</version>
<relativePath>../activiti-cloud-api-dependencies</relativePath>
</parent>
<artifactId>activiti-cloud-api-schema</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion activiti-cloud-api-model-shared-impl/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.activiti.cloud.api</groupId>
<artifactId>activiti-cloud-api-dependencies</artifactId>
<version>7.1.0-SNAPSHOT</version>
<version>7.1.98</version>
<relativePath>../activiti-cloud-api-dependencies</relativePath>
</parent>
<artifactId>activiti-cloud-api-model-shared-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion activiti-cloud-api-model-shared/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.activiti.cloud.api</groupId>
<artifactId>activiti-cloud-api-dependencies</artifactId>
<version>7.1.0-SNAPSHOT</version>
<version>7.1.98</version>
<relativePath>../activiti-cloud-api-dependencies</relativePath>
</parent>
<artifactId>activiti-cloud-api-model-shared</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion activiti-cloud-api-process-model-impl/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.activiti.cloud.api</groupId>
<artifactId>activiti-cloud-api-dependencies</artifactId>
<version>7.1.0-SNAPSHOT</version>
<version>7.1.98</version>
<relativePath>../activiti-cloud-api-dependencies</relativePath>
</parent>
<artifactId>activiti-cloud-api-process-model-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion activiti-cloud-api-process-model/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.activiti.cloud.api</groupId>
<artifactId>activiti-cloud-api-dependencies</artifactId>
<version>7.1.0-SNAPSHOT</version>
<version>7.1.98</version>
<relativePath>../activiti-cloud-api-dependencies</relativePath>
</parent>
<artifactId>activiti-cloud-api-process-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion activiti-cloud-api-task-model-impl/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.activiti.cloud.api</groupId>
<artifactId>activiti-cloud-api-dependencies</artifactId>
<version>7.1.0-SNAPSHOT</version>
<version>7.1.98</version>
<relativePath>../activiti-cloud-api-dependencies</relativePath>
</parent>
<artifactId>activiti-cloud-api-task-model-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion activiti-cloud-api-task-model/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.activiti.cloud.api</groupId>
<artifactId>activiti-cloud-api-dependencies</artifactId>
<version>7.1.0-SNAPSHOT</version>
<version>7.1.98</version>
<relativePath>../activiti-cloud-api-dependencies</relativePath>
</parent>
<artifactId>activiti-cloud-api-task-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dependencies-tests/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.activiti.cloud.api</groupId>
<artifactId>activiti-cloud-api</artifactId>
<version>7.1.0-SNAPSHOT</version>
<version>7.1.98</version>
</parent>
<artifactId>activiti-cloud-api-dependencies-tests</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -10,7 +10,7 @@

<groupId>org.activiti.cloud.api</groupId>
<artifactId>activiti-cloud-api</artifactId>
<version>7.1.0-SNAPSHOT</version>
<version>7.1.98</version>
<name>Activiti Cloud :: Runtime API Parent</name>

<packaging>pom</packaging>
Expand Down

0 comments on commit 84de0eb

Please sign in to comment.