Skip to content

Commit

Permalink
Renamed x-http module to x-http-client.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmihajlovski committed May 7, 2015
1 parent a155099 commit 96b5be0
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -95,7 +95,7 @@
<module>rapidoid-x</module>
<module>rapidoid-x-buffer</module>
<module>rapidoid-x-net</module>
<module>rapidoid-x-http</module>
<module>rapidoid-x-http-client</module>
<module>rapidoid-x-compile</module>
<module>rapidoid-x-worker</module>
<module>rapidoid-x-websocket</module>
Expand Down
4 changes: 2 additions & 2 deletions rapidoid-x-http/pom.xml → rapidoid-x-http-client/pom.xml
Expand Up @@ -8,9 +8,9 @@
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>rapidoid-x-http</artifactId>
<artifactId>rapidoid-x-http-client</artifactId>
<packaging>jar</packaging>
<description>Rapidoid X HTTP</description>
<description>Rapidoid X HTTP Client</description>

<dependencies>
<dependency>
Expand Down
9 changes: 2 additions & 7 deletions rapidoid-x/pom.xml
Expand Up @@ -20,12 +20,7 @@
</dependency>
<dependency>
<groupId>org.rapidoid</groupId>
<artifactId>rapidoid-x-net</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.rapidoid</groupId>
<artifactId>rapidoid-x-buffer</artifactId>
<artifactId>rapidoid-x-http</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand All @@ -40,7 +35,7 @@
</dependency>
<dependency>
<groupId>org.rapidoid</groupId>
<artifactId>rapidoid-x-fullstack</artifactId>
<artifactId>rapidoid-x-http-client</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 96b5be0

Please sign in to comment.