Skip to content

Commit 0aeb247

Browse files
author
Stephane Landelle
committed
Have modules inherit groupId and version from parent
1 parent 15f558d commit 0aeb247

File tree

7 files changed

+0
-19
lines changed

7 files changed

+0
-19
lines changed

api/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@
77
<version>1.8.0-SNAPSHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
10-
<groupId>com.ning</groupId>
1110
<artifactId>async-http-client-api</artifactId>
1211
<name>Asynchronous Http Client API</name>
13-
<version>1.8.0-SNAPSHOT</version>
14-
<packaging>jar</packaging>
1512
<description>
1613
The Async Http Client (AHC) API classes.
1714
</description>

extras/guava/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@
77
<version>1.8.0-SNAPSHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
10-
<groupId>com.ning</groupId>
1110
<artifactId>async-http-client-extras-guava</artifactId>
1211
<name>Asynchronous Http Client Guava Extras</name>
13-
<version>1.8.0-SNAPSHOT</version>
14-
<packaging>jar</packaging>
1512
<description>
1613
The Async Http Client Guava Extras.
1714
</description>

extras/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@
77
<version>1.8.0-SNAPSHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
10-
<groupId>com.ning</groupId>
1110
<artifactId>async-http-client-extras-parent</artifactId>
1211
<name>Asynchronous Http Client Extras Parent</name>
13-
<version>1.8.0-SNAPSHOT</version>
1412
<packaging>pom</packaging>
1513
<description>
1614
The Async Http Client extras library parent.

providers/apache/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@
77
<version>1.8.0-SNAPSHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
10-
<groupId>com.ning</groupId>
1110
<artifactId>async-http-client-apache-provider</artifactId>
1211
<name>Asynchronous Http Client Apache Provider</name>
13-
<version>1.8.0-SNAPSHOT</version>
14-
<packaging>jar</packaging>
1512
<description>
1613
The Async Http Client Apache Provider.
1714
</description>

providers/grizzly/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@
77
<version>1.8.0-SNAPSHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
10-
<groupId>com.ning</groupId>
1110
<artifactId>async-http-client-grizzly-provider</artifactId>
1211
<name>Asynchronous Http Client Grizzly Provider</name>
13-
<version>1.8.0-SNAPSHOT</version>
14-
<packaging>jar</packaging>
1512
<description>
1613
The Async Http Client Grizzly Provider.
1714
</description>

providers/netty/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@
77
<version>1.8.0-SNAPSHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
10-
<groupId>com.ning</groupId>
1110
<artifactId>async-http-client-netty-provider</artifactId>
1211
<name>Asynchronous Http Client Netty Provider</name>
13-
<version>1.8.0-SNAPSHOT</version>
14-
<packaging>jar</packaging>
1512
<description>
1613
The Async Http Client Netty Provider.
1714
</description>

providers/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@
77
<version>1.8.0-SNAPSHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
10-
<groupId>com.ning</groupId>
1110
<artifactId>async-http-client-providers-parent</artifactId>
1211
<name>Asynchronous Http Client Providers Parent</name>
13-
<version>1.8.0-SNAPSHOT</version>
1412
<packaging>pom</packaging>
1513
<description>
1614
The Async Http Client providers library parent.

0 commit comments

Comments
 (0)