Skip to content

Commit 81ef03b

Browse files
committed
release: release 1.0.3.RELEASE version
1 parent a8619f7 commit 81ef03b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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.2.RELEASE</version>
26+
<version>1.0.3.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.2.RELEASE</version>
26+
<version>1.0.3.RELEASE</version>
2727
</parent>
2828

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

capa-spi-aws-mesh/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.2.RELEASE</version>
26+
<version>1.0.3.RELEASE</version>
2727
</parent>
2828

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

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.2.RELEASE</version>
26+
<version>1.0.3.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.2.RELEASE</version>
103+
<version>1.0.3.RELEASE</version>
104104
</dependency>
105105
<dependency>
106106
<groupId>group.rxcloud</groupId>
107107
<artifactId>capa-spi-aws-infrastructure</artifactId>
108-
<version>1.0.2.RELEASE</version>
108+
<version>1.0.3.RELEASE</version>
109109
</dependency>
110110
<dependency>
111111
<groupId>group.rxcloud</groupId>
112112
<artifactId>capa-spi-aws-mesh</artifactId>
113-
<version>1.0.2.RELEASE</version>
113+
<version>1.0.3.RELEASE</version>
114114
</dependency>
115115
<dependency>
116116
<groupId>group.rxcloud</groupId>
117117
<artifactId>capa-spi-aws-config</artifactId>
118-
<version>1.0.2.RELEASE</version>
118+
<version>1.0.3.RELEASE</version>
119119
</dependency>
120120

121121
<dependency>

0 commit comments

Comments
 (0)