You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2008/10/02 04:38:57 UTC

svn commit: r700993 - /webservices/axis2/trunk/java/modules/osgi/pom.xml

Author: dims
Date: Wed Oct  1 19:38:56 2008
New Revision: 700993

URL: http://svn.apache.org/viewvc?rev=700993&view=rev
Log:
fix name

Modified:
    webservices/axis2/trunk/java/modules/osgi/pom.xml

Modified: webservices/axis2/trunk/java/modules/osgi/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/osgi/pom.xml?rev=700993&r1=700992&r2=700993&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/osgi/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/osgi/pom.xml Wed Oct  1 19:38:56 2008
@@ -33,7 +33,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>org.apache.axis2.osgi</artifactId>
     <packaging>bundle</packaging>
-    <name>Apache Axis2 OSGi Integration</name>
+    <name>Apache Axis2 - OSGi Integration</name>
     <description>Apache Axis2 OSGi Integration</description>
     <build>
         <sourceDirectory>src</sourceDirectory>