Skip to content

Commit a941ebd

Browse files
committed
Rename provider modules
1 parent 5b7b139 commit a941ebd

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

providers/netty3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<version>2.0.0-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
8-
<artifactId>async-http-client-netty3-provider</artifactId>
8+
<artifactId>async-http-client-netty3</artifactId>
99
<name>Asynchronous Http Client Netty 3 Provider</name>
1010
<description>
1111
The Async Http Client Netty 3 Provider.

providers/netty4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<version>2.0.0-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
8-
<artifactId>async-http-client-netty4-provider</artifactId>
8+
<artifactId>async-http-client-netty4</artifactId>
99
<name>Asynchronous Http Client Netty 4 Provider</name>
1010
<description>
1111
The Async Http Client Netty 4 Provider.

providers/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
</build>
4343

4444
<modules>
45-
4645
<module>netty3</module>
4746
<module>netty4</module>
4847
</modules>

0 commit comments

Comments
 (0)