refactoring changes and cleaning up pom names


git-svn-id: https://svn.apache.org/repos/asf/mina/asyncweb/trunk@615521 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/examples/conf/AsyncWeb.xml b/examples/conf/AsyncWeb.xml
index 368f8a9..ad6374a 100644
--- a/examples/conf/AsyncWeb.xml
+++ b/examples/conf/AsyncWeb.xml
@@ -175,7 +175,7 @@
 		context with the HttpServiceHandler.
 	-->
 	<bean id="httpServiceAutoload"
-		class="org.safehaus.asyncweb.integration.spring.HttpServiceLoader">
+		class="org.apache.asyncweb.spring.HttpServiceLoader">
 
 		<property name="handler">
 			<ref bean="httpServiceHandler" />
diff --git a/examples/pom.xml b/examples/pom.xml
index edbe512..4ee4b70 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -36,7 +36,7 @@
         <configuration>
           <tasks>
             <java
-              classname="org.safehaus.asyncweb.integration.spring.Main"
+              classname="org.apache.asyncweb.spring.Main"
               fork="yes" failonerror="true">
               <sysproperty key="asyncWeb.config" value="." />
               <sysproperty key="asyncWeb.config.services"
diff --git a/pom.xml b/pom.xml
index 6986a87..971d1c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
   <groupId>org.apache.asyncweb</groupId>
   <version>0.9.0-SNAPSHOT</version>
   <artifactId>asyncweb-parent</artifactId>
-  <name>Apache Asyncweb Parent POM</name>
+  <name>Apache Asyncweb Parent</name>
   <packaging>pom</packaging>
 
   <url>http://mina.apache.org/asyncweb</url>
diff --git a/spring/pom.xml b/spring/pom.xml
index 8969ebc..bf570f0 100644
--- a/spring/pom.xml
+++ b/spring/pom.xml
@@ -26,7 +26,7 @@
   </parent>
   <artifactId>asyncweb-spring</artifactId>
   <packaging>jar</packaging>
-  <name>Apache AsyncWeb Spring Integration</name>
+  <name>Apache AsyncWeb Spring</name>
 
   <dependencies>
     <dependency>