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

Commit

Permalink
updating to release version 7.0.0.Beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
alfresco-build committed Oct 25, 2018
1 parent 6c9415f commit cb63a02
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion activiti-cloud-org-dependencies/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.activiti.cloud.modeling</groupId>
<artifactId>activiti-cloud-org-service-parent</artifactId>
<version>7.0.26</version>
<version>7.0.0.Beta2</version>
</parent>
<artifactId>activiti-cloud-org-dependencies</artifactId>
<packaging>pom</packaging>
Expand Down
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.activiti.cloud.modeling</groupId>
<artifactId>activiti-cloud-services-org</artifactId>
<version>7.0.26</version>
<version>7.0.0.Beta2</version>
</parent>
<artifactId>activiti-cloud-services-org-api-impl</artifactId>
<name>Activiti Cloud Services :: Organization API Impl</name>
Expand Down
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.activiti.cloud.modeling</groupId>
<artifactId>activiti-cloud-services-org</artifactId>
<version>7.0.26</version>
<version>7.0.0.Beta2</version>
</parent>
<artifactId>activiti-cloud-services-org-api</artifactId>
<name>Activiti Cloud Services :: Organization API</name>
Expand Down
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.activiti.cloud.modeling</groupId>
<artifactId>activiti-cloud-services-org</artifactId>
<version>7.0.26</version>
<version>7.0.0.Beta2</version>
</parent>
<artifactId>activiti-cloud-services-org-core</artifactId>
<name>Activiti Cloud Services :: Organization Core</name>
Expand Down
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.activiti.cloud.modeling</groupId>
<artifactId>activiti-cloud-services-org</artifactId>
<version>7.0.26</version>
<version>7.0.0.Beta2</version>
</parent>
<artifactId>activiti-cloud-services-org-jpa</artifactId>
<name>Activiti Cloud Services :: Organization JPA</name>
Expand Down
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.activiti.cloud.modeling</groupId>
<artifactId>activiti-cloud-services-org</artifactId>
<version>7.0.26</version>
<version>7.0.0.Beta2</version>
</parent>
<artifactId>activiti-cloud-services-org-repository</artifactId>
<name>Activiti Cloud Services :: Organization Repository</name>
Expand Down
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.activiti.cloud.modeling</groupId>
<artifactId>activiti-cloud-services-org</artifactId>
<version>7.0.26</version>
<version>7.0.0.Beta2</version>
</parent>
<artifactId>activiti-cloud-services-org-rest</artifactId>
<name>Activiti Cloud Services :: Organization REST</name>
Expand Down
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.activiti.cloud.modeling</groupId>
<artifactId>activiti-cloud-services-org</artifactId>
<version>7.0.26</version>
<version>7.0.0.Beta2</version>
</parent>
<artifactId>activiti-cloud-services-org-service</artifactId>
<name>Activiti Cloud Services :: Organization Services</name>
Expand Down
2 changes: 1 addition & 1 deletion activiti-cloud-services-org/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.activiti.cloud.modeling</groupId>
<artifactId>activiti-cloud-org-service-parent</artifactId>
<version>7.0.26</version>
<version>7.0.0.Beta2</version>
</parent>

<artifactId>activiti-cloud-services-org</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion activiti-cloud-starter-org/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.activiti.cloud.modeling</groupId>
<artifactId>activiti-cloud-org-service-parent</artifactId>
<version>7.0.26</version>
<version>7.0.0.Beta2</version>
</parent>
<artifactId>activiti-cloud-starter-org</artifactId>
<name>Activiti Cloud Starter :: Organization</name>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.activiti.cloud.modeling.build</groupId>
<artifactId>activiti-cloud-modeling-parent</artifactId>
<version>7.0.1</version>
<version>7.0.0.Beta2</version>
<relativePath/>
</parent>
<groupId>org.activiti.cloud.modeling</groupId>
<artifactId>activiti-cloud-org-service-parent</artifactId>
<version>7.0.26</version>
<version>7.0.0.Beta2</version>
<packaging>pom</packaging>
<name>Activiti Cloud :: Organization Services :: Parent</name>
<url>http://activiti.org</url>
Expand Down Expand Up @@ -40,11 +40,11 @@
</repository>
</repositories>
<properties>
<activiti-cloud-modeling-build.version>7.0.1</activiti-cloud-modeling-build.version>
<activiti-cloud-service-common.version>7.0.35</activiti-cloud-service-common.version>
<activiti-cloud-modeling-build.version>7.0.0.Beta2</activiti-cloud-modeling-build.version>
<activiti-cloud-service-common.version>7.0.0.Beta2</activiti-cloud-service-common.version>

<activiti-cloud-process-model-service.version>7.0.23</activiti-cloud-process-model-service.version>
<activiti-cloud-org-service.version>${project.version}</activiti-cloud-org-service.version>
<activiti-cloud-process-model-service.version>7.0.0.Beta2</activiti-cloud-process-model-service.version>
<activiti-cloud-org-service.version>7.0.0.Beta2</activiti-cloud-org-service.version>
</properties>
<dependencyManagement>
<!-- This duplicates activiti-cloud-api-dependencies module but we can't import that module here as this is its parent
Expand Down

0 comments on commit cb63a02

Please sign in to comment.