Skip to content

Commit 08abec2

Browse files
committed
release: release 1.0.2.RELEASE version
1 parent 1d0d271 commit 08abec2

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

capa-spi-aws-config/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-aws-parent</artifactId>
2525
<groupId>group.rxcloud</groupId>
26-
<version>1.0.1.RELEASE</version>
26+
<version>1.0.2.RELEASE</version>
2727
</parent>
2828

2929
<artifactId>capa-spi-aws-config</artifactId>

capa-spi-aws-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-aws-parent</artifactId>
2525
<groupId>group.rxcloud</groupId>
26-
<version>1.0.1.RELEASE</version>
26+
<version>1.0.2.RELEASE</version>
2727
</parent>
2828

2929
<artifactId>capa-spi-aws-infrastructure</artifactId>

capa-spi-aws-mesh/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
<parent>
2424
<artifactId>capa-aws-parent</artifactId>
2525
<groupId>group.rxcloud</groupId>
26-
<version>1.0.1.RELEASE</version>
26+
<version>1.0.2.RELEASE</version>
2727
</parent>
2828

2929
<artifactId>capa-spi-aws-mesh</artifactId>
3030
<name>capa-skd-spi-aws-appmesh</name>
3131

3232
<properties>
33-
<capa-serializer.version>1.0.1.RELEASE</capa-serializer.version>
33+
<capa-serializer.version>1.0.2.RELEASE</capa-serializer.version>
3434
</properties>
3535

3636
<dependencies>

capa-spi-aws-mesh/src/main/java/group/rxcloud/capa/spi/aws/mesh/http/serializer/BaijiSSJsonObjectSerializer.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
*/
1717
package group.rxcloud.capa.spi.aws.mesh.http.serializer;
1818

19-
import group.rxcloud.capa.addons.serializer.CapaSerialzer;
20-
import group.rxcloud.capa.addons.serializer.ssjson.SSJsonSerializer;
19+
import group.rxcloud.capa.addons.serializer.CapaSerializer;
20+
import group.rxcloud.capa.addons.serializer.baiji.ssjson.SSJsonSerializer;
2121
import group.rxcloud.capa.infrastructure.serializer.CapaObjectSerializer;
2222
import group.rxcloud.cloudruntimes.utils.TypeRef;
2323

@@ -30,7 +30,7 @@
3030
*/
3131
public class BaijiSSJsonObjectSerializer implements CapaObjectSerializer {
3232

33-
private static final SSJsonSerializer SERIALIZER = CapaSerialzer.ssJsonSerializer;
33+
private static final SSJsonSerializer SERIALIZER = CapaSerializer.ssJsonSerializer;
3434

3535
/**
3636
* Serializes a given state object into byte array.

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<groupId>group.rxcloud</groupId>
2424
<artifactId>capa-aws-parent</artifactId>
2525
<packaging>pom</packaging>
26-
<version>1.0.1.RELEASE</version>
26+
<version>1.0.2.RELEASE</version>
2727
<name>capa-aws-parent</name>
2828
<description>AWS for Capa.</description>
2929
<url>https://github.com/reactivegroup</url>
@@ -100,22 +100,22 @@
100100
<dependency>
101101
<groupId>group.rxcloud</groupId>
102102
<artifactId>capa-spi-aws</artifactId>
103-
<version>1.0.1.RELEASE</version>
103+
<version>1.0.2.RELEASE</version>
104104
</dependency>
105105
<dependency>
106106
<groupId>group.rxcloud</groupId>
107107
<artifactId>capa-spi-aws-infrastructure</artifactId>
108-
<version>1.0.1.RELEASE</version>
108+
<version>1.0.2.RELEASE</version>
109109
</dependency>
110110
<dependency>
111111
<groupId>group.rxcloud</groupId>
112112
<artifactId>capa-spi-aws-mesh</artifactId>
113-
<version>1.0.1.RELEASE</version>
113+
<version>1.0.2.RELEASE</version>
114114
</dependency>
115115
<dependency>
116116
<groupId>group.rxcloud</groupId>
117117
<artifactId>capa-spi-aws-config</artifactId>
118-
<version>1.0.1.RELEASE</version>
118+
<version>1.0.2.RELEASE</version>
119119
</dependency>
120120

121121
<!-- aws sdk v2 -->

0 commit comments

Comments
 (0)