Skip to content

Commit d1d349f

Browse files
authored
Merge pull request #60 from reactivegroup/feature/metrics
update pom version
2 parents 3fb6fd7 + 3a6f56a commit d1d349f

File tree

6 files changed

+15
-10
lines changed

6 files changed

+15
-10
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.7.RELEASE</version>
26+
<version>1.10.9.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.7.RELEASE</version>
26+
<version>1.10.9.2.RELEASE</version>
2727
</parent>
2828

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

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

2929
<artifactId>capa-spi-aws-log</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.7.RELEASE</version>
26+
<version>1.10.9.2.RELEASE</version>
2727
</parent>
2828

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

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

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

pom.xml

Lines changed: 10 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.7.RELEASE</version>
26+
<version>1.10.9.2.RELEASE</version>
2727
<name>capa-aws-parent</name>
2828
<description>AWS for Capa.</description>
2929
<url>https://github.com/reactivegroup</url>
@@ -119,22 +119,27 @@
119119
<dependency>
120120
<groupId>group.rxcloud</groupId>
121121
<artifactId>capa-spi-aws-infrastructure</artifactId>
122-
<version>1.0.7.RELEASE</version>
122+
<version>${project.version}</version>
123123
</dependency>
124124
<dependency>
125125
<groupId>group.rxcloud</groupId>
126126
<artifactId>capa-spi-aws-mesh</artifactId>
127-
<version>1.0.7.RELEASE</version>
127+
<version>${project.version}</version>
128128
</dependency>
129129
<dependency>
130130
<groupId>group.rxcloud</groupId>
131131
<artifactId>capa-spi-aws-config</artifactId>
132-
<version>1.0.7.RELEASE</version>
132+
<version>${project.version}</version>
133133
</dependency>
134134
<dependency>
135135
<groupId>group.rxcloud</groupId>
136136
<artifactId>capa-spi-aws-telemetry</artifactId>
137-
<version>1.0.7.RELEASE</version>
137+
<version>${project.version}</version>
138+
</dependency>
139+
<dependency>
140+
<groupId>group.rxcloud</groupId>
141+
<artifactId>capa-spi-aws-log</artifactId>
142+
<version>${project.version}</version>
138143
</dependency>
139144

140145
<dependency>

0 commit comments

Comments
 (0)