You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by kg...@apache.org on 2011/12/15 16:01:05 UTC

svn commit: r1214798 - /felix/sandbox/kgilmer/httplite-test-pojosr/httplite/pom.xml

Author: kgilmer
Date: Thu Dec 15 15:01:05 2011
New Revision: 1214798

URL: http://svn.apache.org/viewvc?rev=1214798&view=rev
Log:
httplite: fix artifact name in pom

Modified:
    felix/sandbox/kgilmer/httplite-test-pojosr/httplite/pom.xml

Modified: felix/sandbox/kgilmer/httplite-test-pojosr/httplite/pom.xml
URL: http://svn.apache.org/viewvc/felix/sandbox/kgilmer/httplite-test-pojosr/httplite/pom.xml?rev=1214798&r1=1214797&r2=1214798&view=diff
==============================================================================
--- felix/sandbox/kgilmer/httplite-test-pojosr/httplite/pom.xml (original)
+++ felix/sandbox/kgilmer/httplite-test-pojosr/httplite/pom.xml Thu Dec 15 15:01:05 2011
@@ -25,7 +25,7 @@
  	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<packaging>bundle</packaging>
-	<name>Apache Felix Lightweight HTTP Server</name>
+	<name>Apache Felix Lightweight HTTP Service</name>
 	<description>A minimal HTTP Service implementation.</description>
 	<version>0.1.3-SNAPSHOT</version>
 	<artifactId>org.apache.felix.httplite</artifactId>