Skip to content

Commit 5956e4f

Browse files
committed
release: release 1.0.7-beta-3 version
1 parent f1b8b40 commit 5956e4f

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ For a Maven project, add the following to your pom.xml file:
120120
<dependency>
121121
<groupId>group.rxcloud</groupId>
122122
<artifactId>capa-sdk</artifactId>
123-
<version>1.0.7-beta-2</version>
123+
<version>1.0.7-beta-3</version>
124124
</dependency>
125125
...
126126
</dependencies>
@@ -140,7 +140,7 @@ Sample implementation library:
140140
<dependency>
141141
<groupId>group.rxcloud</groupId>
142142
<artifactId>capa-sdk-spi-demo</artifactId>
143-
<version>1.0.7-beta-2</version>
143+
<version>1.0.7-beta-3</version>
144144
</dependency>
145145
...
146146
</dependencies>

README_ZH.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ For a Maven project, add the following to your pom.xml file:
118118
<dependency>
119119
<groupId>group.rxcloud</groupId>
120120
<artifactId>capa-sdk</artifactId>
121-
<version>1.0.7-beta-2</version>
121+
<version>1.0.7-beta-3</version>
122122
</dependency>
123123
...
124124
</dependencies>
@@ -138,7 +138,7 @@ Sample implementation library:
138138
<dependency>
139139
<groupId>group.rxcloud</groupId>
140140
<artifactId>capa-sdk-spi-demo</artifactId>
141-
<version>1.0.7-beta-2</version>
141+
<version>1.0.7-beta-3</version>
142142
</dependency>
143143
...
144144
</dependencies>

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>capa-parent</artifactId>
2525
<groupId>group.rxcloud</groupId>
26-
<version>1.0.7-beta-2</version>
26+
<version>1.0.7-beta-3</version>
2727
</parent>
2828

2929
<artifactId>capa-examples</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<groupId>group.rxcloud</groupId>
2424
<artifactId>capa-parent</artifactId>
2525
<packaging>pom</packaging>
26-
<version>1.0.7-beta-2</version>
26+
<version>1.0.7-beta-3</version>
2727
<name>capa-sdk-parent</name>
2828
<description>SDK for Capa.</description>
2929
<url>https://github.com/reactivegroup</url>

sdk-component/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>group.rxcloud</groupId>
2525
<artifactId>capa-parent</artifactId>
26-
<version>1.0.7-beta-2</version>
26+
<version>1.0.7-beta-3</version>
2727
</parent>
2828

2929
<artifactId>capa-sdk-component</artifactId>

sdk-infrastructure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>capa-parent</artifactId>
2525
<groupId>group.rxcloud</groupId>
26-
<version>1.0.7-beta-2</version>
26+
<version>1.0.7-beta-3</version>
2727
</parent>
2828

2929
<artifactId>capa-sdk-infrastructure</artifactId>

sdk-spi-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>capa-parent</artifactId>
2525
<groupId>group.rxcloud</groupId>
26-
<version>1.0.7-beta-2</version>
26+
<version>1.0.7-beta-3</version>
2727
</parent>
2828

2929
<artifactId>capa-sdk-spi-demo</artifactId>

sdk-spi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>capa-parent</artifactId>
2525
<groupId>group.rxcloud</groupId>
26-
<version>1.0.7-beta-2</version>
26+
<version>1.0.7-beta-3</version>
2727
</parent>
2828

2929
<artifactId>capa-sdk-spi</artifactId>

sdk-springboot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>capa-parent</artifactId>
2525
<groupId>group.rxcloud</groupId>
26-
<version>1.0.7-beta-2</version>
26+
<version>1.0.7-beta-3</version>
2727
</parent>
2828

2929
<artifactId>sdk-springboot</artifactId>

sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>group.rxcloud</groupId>
2525
<artifactId>capa-parent</artifactId>
26-
<version>1.0.7-beta-2</version>
26+
<version>1.0.7-beta-3</version>
2727
</parent>
2828

2929
<artifactId>capa-sdk</artifactId>

0 commit comments

Comments
 (0)