Skip to content

Commit 1395d7a

Browse files
committed
release: release 1.0.1.RELEASE version
1 parent 35b0569 commit 1395d7a

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ For a Maven project, add the following to your pom.xml file:
7272
<dependency>
7373
<groupId>group.rxcloud</groupId>
7474
<artifactId>capa-sdk</artifactId>
75-
<version>1.0.0-RELEASE</version>
75+
<version>1.0.1.RELEASE</version>
7676
</dependency>
7777
...
7878
</dependencies>
@@ -91,7 +91,7 @@ For a Maven project, add the following to your pom.xml file:
9191
<dependency>
9292
<groupId>group.rxcloud</groupId>
9393
<artifactId>capa-sdk-spi-aws</artifactId>
94-
<version>1.0.0-RELEASE</version>
94+
<version>1.0.1.RELEASE</version>
9595
</dependency>
9696
...
9797
</dependencies>

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>capa-parent</artifactId>
99
<groupId>group.rxcloud</groupId>
10-
<version>1.0.0-RELEASE</version>
10+
<version>1.0.1.RELEASE</version>
1111
</parent>
1212

1313
<artifactId>capa-examples</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>group.rxcloud</groupId>
88
<artifactId>capa-parent</artifactId>
99
<packaging>pom</packaging>
10-
<version>1.0.0-RELEASE</version>
10+
<version>1.0.1.RELEASE</version>
1111
<name>capa-sdk-parent</name>
1212
<description>SDK for Capa.</description>
1313
<url>https://github.com/reactivegroup</url>

sdk-component/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>group.rxcloud</groupId>
99
<artifactId>capa-parent</artifactId>
10-
<version>1.0.0-RELEASE</version>
10+
<version>1.0.1.RELEASE</version>
1111
</parent>
1212

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

sdk-infrastructure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>capa-parent</artifactId>
99
<groupId>group.rxcloud</groupId>
10-
<version>1.0.0-RELEASE</version>
10+
<version>1.0.1.RELEASE</version>
1111
</parent>
1212

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

sdk-spi-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>capa-parent</artifactId>
99
<groupId>group.rxcloud</groupId>
10-
<version>1.0.0-RELEASE</version>
10+
<version>1.0.1.RELEASE</version>
1111
</parent>
1212

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

sdk-spi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>capa-parent</artifactId>
99
<groupId>group.rxcloud</groupId>
10-
<version>1.0.0-RELEASE</version>
10+
<version>1.0.1.RELEASE</version>
1111
</parent>
1212

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

sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>group.rxcloud</groupId>
99
<artifactId>capa-parent</artifactId>
10-
<version>1.0.0-RELEASE</version>
10+
<version>1.0.1.RELEASE</version>
1111
</parent>
1212

1313
<artifactId>capa-sdk</artifactId>

0 commit comments

Comments
 (0)