Skip to content

Commit 7bddd4b

Browse files
committed
release: release 1.0.2.RELEASE version
1 parent 535c88f commit 7bddd4b

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
@@ -74,7 +74,7 @@ For a Maven project, add the following to your pom.xml file:
7474
<dependency>
7575
<groupId>group.rxcloud</groupId>
7676
<artifactId>capa-sdk</artifactId>
77-
<version>1.0.2.SNAPSHOT</version>
77+
<version>1.0.2.RELEASE</version>
7878
</dependency>
7979
...
8080
</dependencies>
@@ -93,7 +93,7 @@ Sample implementation library:
9393
<dependency>
9494
<groupId>group.rxcloud</groupId>
9595
<artifactId>capa-sdk-spi-demo</artifactId>
96-
<version>1.0.2.SNAPSHOT</version>
96+
<version>1.0.2.RELEASE</version>
9797
</dependency>
9898
...
9999
</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.2.SNAPSHOT</version>
10+
<version>1.0.2.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.2.SNAPSHOT</version>
10+
<version>1.0.2.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.2.SNAPSHOT</version>
10+
<version>1.0.2.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.2.SNAPSHOT</version>
10+
<version>1.0.2.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.2.SNAPSHOT</version>
10+
<version>1.0.2.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.2.SNAPSHOT</version>
10+
<version>1.0.2.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.2.SNAPSHOT</version>
10+
<version>1.0.2.RELEASE</version>
1111
</parent>
1212

1313
<artifactId>capa-sdk</artifactId>

0 commit comments

Comments
 (0)