Skip to content

Commit

Permalink
AAE-23395 spring cloud compability
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciech-piotrowiak committed Jul 2, 2024
1 parent 3ebf4bc commit 3f98308
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion activiti-cloud-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<name>Activiti Cloud :: Runtime API Parent</name>
<packaging>pom</packaging>
<properties>
<activiti.version>8.6.0-alpha.6</activiti.version>
<activiti.version>0.0.1-PR-4695-347-SNAPSHOT</activiti.version>
</properties>
<modules>
<module>activiti-cloud-api-dependencies</module>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-annotation</artifactId>
<version>4.2.26</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion activiti-cloud-query-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<module>activiti-cloud-starter-query</module>
</modules>
<properties>
<activiti.version>8.6.0-alpha.6</activiti.version>
<activiti.version>0.0.1-PR-4695-347-SNAPSHOT</activiti.version>
</properties>
<!-- BoM Marker Dependencies -->
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion activiti-cloud-runtime-bundle-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<module>activiti-cloud-starter-runtime-bundle-it</module>
</modules>
<properties>
<activiti.version>8.6.0-alpha.6</activiti.version>
<activiti.version>0.0.1-PR-4695-347-SNAPSHOT</activiti.version>
<commons-fileupload.version>1.5</commons-fileupload.version>
</properties>
<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion activiti-cloud-service-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<module>activiti-cloud-service-messaging-starter</module>
</modules>
<properties>
<activiti.version>8.6.0-alpha.6</activiti.version>
<activiti.version>0.0.1-PR-4695-347-SNAPSHOT</activiti.version>
<commons-beanutils.version>1.9.4</commons-beanutils.version>
<commons-configuration.version>1.10</commons-configuration.version>
<commons-lang.version>2.6</commons-lang.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
<maven-site-plugin.version>3.11.0</maven-site-plugin.version>
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
<hibernate.version>6.3.1.Final</hibernate.version>
<hibernate.version>6.5.0.Final</hibernate.version>


<!-- Tests Config -->
Expand Down

0 comments on commit 3f98308

Please sign in to comment.