Author: sjlee
Date: Sat Jun 20 02:42:02 2009
New Revision: 786748
URL: http://svn.apache.org/viewvc?rev=786748&view=rev
Log:
ASYNCWEB-29
aligned the name more closely. also removed a redundant dependency.
Modified:
mina/asyncweb/branches/1.0-mina1/client/pom.xml
Modified: mina/asyncweb/branches/1.0-mina1/client/pom.xml
URL:
http://svn.apache.org/viewvc/mina/asyncweb/branches/1.0-mina1/client/pom.xml?rev=786748&r1=786747&r2=786748&view=diff
==============================================================================
--- mina/asyncweb/branches/1.0-mina1/client/pom.xml (original)
+++ mina/asyncweb/branches/1.0-mina1/client/pom.xml Sat Jun 20 02:42:02 2009
@@ -19,11 +19,11 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.asyncweb</groupId>
+ <version>1.0.0-SNAPSHOT</version>
<artifactId>asyncweb-client</artifactId>
+ <name>Apache Asyncweb Client</name>
<packaging>jar</packaging>
- <version>1.0.0-SNAPSHOT</version>
- <name>AsyncHttpClient</name>
-
+
<build>
<plugins>
<plugin>
@@ -128,11 +128,6 @@
<version>${tomcatVersion}</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>commons-codec</groupId>
- <artifactId>commons-codec</artifactId>
- <version>1.3</version>
- </dependency>
</dependencies>
<reporting>