Skip to content

Commit

Permalink
Step 1 for #980, rename API module into AHC
Browse files Browse the repository at this point in the history
  • Loading branch information
slandelle committed Sep 25, 2015
1 parent 9cbdb73 commit a811689
Show file tree
Hide file tree
Showing 245 changed files with 8 additions and 10 deletions.
8 changes: 3 additions & 5 deletions api/pom.xml → client/pom.xml
Expand Up @@ -5,11 +5,9 @@
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>async-http-client-api</artifactId>
<name>Asynchronous Http Client API</name>
<description>
The Async Http Client (AHC) API classes.
</description>
<artifactId>async-http-client</artifactId>
<name>Asynchronous Http Client</name>
<description>The Async Http Client (AHC) classes.</description>

<build>
<plugins>
Expand Down
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions extras/pom.xml
Expand Up @@ -51,12 +51,12 @@
<dependencies>
<dependency>
<groupId>org.asynchttpclient</groupId>
<artifactId>async-http-client-api</artifactId>
<artifactId>async-http-client</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.asynchttpclient</groupId>
<artifactId>async-http-client-api</artifactId>
<artifactId>async-http-client</artifactId>
<version>${project.version}</version>
<scope>test</scope>
<classifier>tests</classifier>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -321,7 +321,7 @@
</repository>
</repositories>
<modules>
<module>api</module>
<module>client</module>
<module>providers</module>
<module>extras</module>
</modules>
Expand Down
4 changes: 2 additions & 2 deletions providers/pom.xml
Expand Up @@ -49,12 +49,12 @@
<dependencies>
<dependency>
<groupId>org.asynchttpclient</groupId>
<artifactId>async-http-client-api</artifactId>
<artifactId>async-http-client</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.asynchttpclient</groupId>
<artifactId>async-http-client-api</artifactId>
<artifactId>async-http-client</artifactId>
<version>${project.version}</version>
<scope>test</scope>
<classifier>tests</classifier>
Expand Down

0 comments on commit a811689

Please sign in to comment.