Skip to content

Commit a2a48c4

Browse files
committed
update pom version
1 parent 0ad1dfc commit a2a48c4

File tree

6 files changed

+59
-43
lines changed

6 files changed

+59
-43
lines changed

capa-spi-aws-config/pom.xml

Lines changed: 11 additions & 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-alpha-1</version>
26+
<version>1.0.7.RELEASE</version>
2727
</parent>
2828

2929
<artifactId>capa-spi-aws-config</artifactId>
@@ -50,6 +50,16 @@
5050
<artifactId>guava</artifactId>
5151
</dependency>
5252

53+
<!--http-->
54+
<dependency>
55+
<groupId>org.apache.httpcomponents</groupId>
56+
<artifactId>httpclient</artifactId>
57+
</dependency>
58+
<dependency>
59+
<groupId>org.apache.httpcomponents</groupId>
60+
<artifactId>httpcore</artifactId>
61+
</dependency>
62+
5363
<!-- unit test -->
5464
<dependency>
5565
<groupId>org.junit.jupiter</groupId>

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-alpha-1</version>
26+
<version>1.0.7.RELEASE</version>
2727
</parent>
2828

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

capa-spi-aws-log/pom.xml

Lines changed: 7 additions & 20 deletions
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-alpha-1</version>
26+
<version>1.0.7.RELEASE</version>
2727
</parent>
2828

2929
<artifactId>capa-spi-aws-log</artifactId>
@@ -33,20 +33,10 @@
3333
<log4j.version>2.14.1</log4j.version>
3434
<logback.version>1.2.3</logback.version>
3535
<gson.version>2.8.0</gson.version>
36-
<capa.addons.version>1.0.5.RELEASE</capa.addons.version>
3736
<sentinel.core.version>1.8.2</sentinel.core.version>
38-
<http.client.version>4.5.13</http.client.version>
39-
<netty.bom.version>4.1.68.Final</netty.bom.version>
40-
<http.core.version>4.4.11</http.core.version>
4137
</properties>
4238

4339
<dependencies>
44-
<dependency>
45-
<groupId>org.projectlombok</groupId>
46-
<artifactId>lombok</artifactId>
47-
<scope>test</scope>
48-
<version>1.18.22</version>
49-
</dependency>
5040
<dependency>
5141
<groupId>group.rxcloud</groupId>
5242
<artifactId>capa-spi-aws-infrastructure</artifactId>
@@ -99,28 +89,25 @@
9989
<optional>true</optional>
10090
</dependency>
10191
<!--http-->
102-
<dependency>
103-
<groupId>io.netty</groupId>
104-
<artifactId>netty-bom</artifactId>
105-
<version>${netty.bom.version}</version>
106-
<type>pom</type>
107-
<scope>import</scope>
108-
</dependency>
10992
<dependency>
11093
<groupId>org.apache.httpcomponents</groupId>
11194
<artifactId>httpclient</artifactId>
112-
<version>${http.client.version}</version>
11395
</dependency>
11496
<dependency>
11597
<groupId>org.apache.httpcomponents</groupId>
11698
<artifactId>httpcore</artifactId>
117-
<version>${http.core.version}</version>
11899
</dependency>
119100
<dependency>
120101
<groupId>com.alibaba.csp</groupId>
121102
<artifactId>sentinel-core</artifactId>
122103
<version>${sentinel.core.version}</version>
123104
</dependency>
105+
<dependency>
106+
<groupId>org.projectlombok</groupId>
107+
<artifactId>lombok</artifactId>
108+
<scope>test</scope>
109+
<version>1.18.22</version>
110+
</dependency>
124111
<!-- unit test -->
125112
<dependency>
126113
<groupId>org.junit.jupiter</groupId>

capa-spi-aws-mesh/pom.xml

Lines changed: 11 additions & 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-alpha-1</version>
26+
<version>1.0.7.RELEASE</version>
2727
</parent>
2828

2929
<artifactId>capa-spi-aws-mesh</artifactId>
@@ -45,6 +45,16 @@
4545
<artifactId>appmesh</artifactId>
4646
</dependency>
4747

48+
<!--http-->
49+
<dependency>
50+
<groupId>org.apache.httpcomponents</groupId>
51+
<artifactId>httpclient</artifactId>
52+
</dependency>
53+
<dependency>
54+
<groupId>org.apache.httpcomponents</groupId>
55+
<artifactId>httpcore</artifactId>
56+
</dependency>
57+
4858
<!-- unit test -->
4959
<dependency>
5060
<groupId>org.junit.jupiter</groupId>

capa-spi-aws-telemetry/pom.xml

Lines changed: 1 addition & 14 deletions
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-alpha-1</version>
26+
<version>1.0.7.RELEASE</version>
2727
</parent>
2828

2929
<artifactId>capa-spi-aws-telemetry</artifactId>
@@ -34,11 +34,7 @@
3434
<log4j.version>2.14.1</log4j.version>
3535
<logback.version>1.2.3</logback.version>
3636
<gson.version>2.8.0</gson.version>
37-
<http.client.version>4.5.13</http.client.version>
38-
<netty.bom.version>4.1.68.Final</netty.bom.version>
39-
<http.core.version>4.4.11</http.core.version>
4037
</properties>
41-
4238
<dependencies>
4339
<dependency>
4440
<groupId>group.rxcloud</groupId>
@@ -86,22 +82,13 @@
8682
<version>${gson.version}</version>
8783
</dependency>
8884
<!--http-->
89-
<dependency>
90-
<groupId>io.netty</groupId>
91-
<artifactId>netty-bom</artifactId>
92-
<version>${netty.bom.version}</version>
93-
<type>pom</type>
94-
<scope>import</scope>
95-
</dependency>
9685
<dependency>
9786
<groupId>org.apache.httpcomponents</groupId>
9887
<artifactId>httpclient</artifactId>
99-
<version>${http.client.version}</version>
10088
</dependency>
10189
<dependency>
10290
<groupId>org.apache.httpcomponents</groupId>
10391
<artifactId>httpcore</artifactId>
104-
<version>${http.core.version}</version>
10592
</dependency>
10693

10794
<!-- unit test -->

pom.xml

Lines changed: 28 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.7-alpha-1</version>
26+
<version>1.0.7.RELEASE</version>
2727
<name>capa-aws-parent</name>
2828
<description>AWS for Capa.</description>
2929
<url>https://github.com/reactivegroup</url>
@@ -75,7 +75,7 @@
7575
<java.version>8</java.version>
7676
<file.encoding>UTF-8</file.encoding>
7777
<maven.version>3.8.1</maven.version>
78-
<capa.version>1.0.9.RELEASE</capa.version>
78+
<capa.version>1.10.9.2.RELEASE</capa.version>
7979
<aws-sdk.version>2.17.40</aws-sdk.version>
8080
<guava.version>19.0</guava.version>
8181
<capa-addons.version>1.0.5.RELEASE</capa-addons.version>
@@ -91,6 +91,9 @@
9191
<maven.surefire.version>3.0.0-M1</maven.surefire.version>
9292
<maven.jacoco.version>0.8.6</maven.jacoco.version>
9393
<byte-buddy.version>1.12.2</byte-buddy.version>
94+
<http.client.version>4.5.13</http.client.version>
95+
<netty.bom.version>4.1.68.Final</netty.bom.version>
96+
<http.core.version>4.4.11</http.core.version>
9497
</properties>
9598

9699
<dependencyManagement>
@@ -116,22 +119,22 @@
116119
<dependency>
117120
<groupId>group.rxcloud</groupId>
118121
<artifactId>capa-spi-aws-infrastructure</artifactId>
119-
<version>1.0.7-alpha-1</version>
122+
<version>1.0.7.RELEASE</version>
120123
</dependency>
121124
<dependency>
122125
<groupId>group.rxcloud</groupId>
123126
<artifactId>capa-spi-aws-mesh</artifactId>
124-
<version>1.0.7-alpha-1</version>
127+
<version>1.0.7.RELEASE</version>
125128
</dependency>
126129
<dependency>
127130
<groupId>group.rxcloud</groupId>
128131
<artifactId>capa-spi-aws-config</artifactId>
129-
<version>1.0.7-alpha-1</version>
132+
<version>1.0.7.RELEASE</version>
130133
</dependency>
131134
<dependency>
132135
<groupId>group.rxcloud</groupId>
133136
<artifactId>capa-spi-aws-telemetry</artifactId>
134-
<version>1.0.7-alpha-1</version>
137+
<version>1.0.7.RELEASE</version>
135138
</dependency>
136139

137140
<dependency>
@@ -149,6 +152,25 @@
149152
<scope>import</scope>
150153
</dependency>
151154

155+
<!--http-->
156+
<dependency>
157+
<groupId>io.netty</groupId>
158+
<artifactId>netty-bom</artifactId>
159+
<version>${netty.bom.version}</version>
160+
<type>pom</type>
161+
<scope>import</scope>
162+
</dependency>
163+
<dependency>
164+
<groupId>org.apache.httpcomponents</groupId>
165+
<artifactId>httpclient</artifactId>
166+
<version>${http.client.version}</version>
167+
</dependency>
168+
<dependency>
169+
<groupId>org.apache.httpcomponents</groupId>
170+
<artifactId>httpcore</artifactId>
171+
<version>${http.core.version}</version>
172+
</dependency>
173+
152174
<!-- unit test -->
153175
<dependency>
154176
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)