Skip to content

Commit 51bb63f

Browse files
committed
chore: upgrade pom version and move demo-properties location
1 parent 7f8801a commit 51bb63f

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<file.encoding>UTF-8</file.encoding>
7575
<maven.version>3.8.1</maven.version>
7676
<cloud-runtimes.version>1.0.7.RELEASE</cloud-runtimes.version>
77-
<reactor-core.version>3.3.11.RELEASE</reactor-core.version>
77+
<reactor-core.version>3.3.22.RELEASE</reactor-core.version>
7878
<junit.version>5.3.1</junit.version>
7979
<mockito-core.version>3.6.0</mockito-core.version>
8080
<checkstyle.version>3.1.2</checkstyle.version>

sdk-component/src/main/resources/capa-component-configuration.properties renamed to sdk-component/src/main/resources/sample/capa-component-configuration.properties

File renamed without changes.

sdk-component/src/main/resources/capa-component-pubsub.properties renamed to sdk-component/src/main/resources/sample/capa-component-pubsub.properties

File renamed without changes.

sdk-component/src/main/resources/capa-component-rpc.properties renamed to sdk-component/src/main/resources/sample/capa-component-rpc.properties

File renamed without changes.

sdk-infrastructure/src/main/resources/capa-infrastructure-cloud.properties renamed to sdk-infrastructure/src/main/resources/sample/capa-infrastructure-cloud.properties

File renamed without changes.

sdk-spi/src/main/resources/capa-component-rpc-common.properties renamed to sdk-spi/src/main/resources/sample/capa-component-rpc-common.properties

File renamed without changes.

sdk-springboot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<name>capa-sdk-springboot</name>
3131

3232
<properties>
33-
<springboot.version>2.3.5.RELEASE</springboot.version>
33+
<springboot.version>2.3.12.RELEASE</springboot.version>
3434
<vrml.version>1.0.1-RELEASE</vrml.version>
3535
</properties>
3636

0 commit comments

Comments
 (0)