Skip to content

Commit 99b8348

Browse files
committed
chore: update capa version
1 parent 7e45fd3 commit 99b8348

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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.4-alpha-1</version>
26+
<version>1.0.4-alpha-2</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.4-alpha-1</version>
26+
<version>1.0.4-alpha-2</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.4-alpha-1</version>
26+
<version>1.0.4-alpha-2</version>
2727
</parent>
2828

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

pom.xml

Lines changed: 6 additions & 6 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.4-alpha-1</version>
26+
<version>1.0.4-alpha-2</version>
2727
<name>capa-aws-parent</name>
2828
<description>AWS for Capa.</description>
2929
<url>https://github.com/reactivegroup</url>
@@ -73,7 +73,7 @@
7373
<java.version>8</java.version>
7474
<file.encoding>UTF-8</file.encoding>
7575
<maven.version>3.8.1</maven.version>
76-
<capa.version>1.0.7-beta-2</capa.version>
76+
<capa.version>1.0.7-beta-3</capa.version>
7777
<aws-sdk.version>2.17.40</aws-sdk.version>
7878
<junit.version>5.3.1</junit.version>
7979
<mockito-core.version>3.6.0</mockito-core.version>
@@ -101,22 +101,22 @@
101101
<dependency>
102102
<groupId>group.rxcloud</groupId>
103103
<artifactId>capa-spi-aws</artifactId>
104-
<version>1.0.4-alpha-1</version>
104+
<version>1.0.4-alpha-2</version>
105105
</dependency>
106106
<dependency>
107107
<groupId>group.rxcloud</groupId>
108108
<artifactId>capa-spi-aws-infrastructure</artifactId>
109-
<version>1.0.4-alpha-1</version>
109+
<version>1.0.4-alpha-2</version>
110110
</dependency>
111111
<dependency>
112112
<groupId>group.rxcloud</groupId>
113113
<artifactId>capa-spi-aws-mesh</artifactId>
114-
<version>1.0.4-alpha-1</version>
114+
<version>1.0.4-alpha-2</version>
115115
</dependency>
116116
<dependency>
117117
<groupId>group.rxcloud</groupId>
118118
<artifactId>capa-spi-aws-config</artifactId>
119-
<version>1.0.4-alpha-1</version>
119+
<version>1.0.4-alpha-2</version>
120120
</dependency>
121121

122122
<dependency>

0 commit comments

Comments
 (0)