Author: vkumar
Date: Mon Mar 16 16:45:44 2009
New Revision: 754953

URL: http://svn.apache.org/viewvc?rev=754953&view=rev
Log:
Adding Application-pom as parent
http://issues.apache.org/jira/browse/APA-2

Modified:
    portals/applications/webapp-logging/trunk/pom.xml

Modified: portals/applications/webapp-logging/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/applications/webapp-logging/trunk/pom.xml?rev=754953&r1=754952&r2=754953&view=diff
==============================================================================
--- portals/applications/webapp-logging/trunk/pom.xml (original)
+++ portals/applications/webapp-logging/trunk/pom.xml Mon Mar 16 16:45:44 2009
@@ -21,21 +21,21 @@
        <prerequisites>
                <maven>2.0.9</maven>
        </prerequisites>
-
+       <parent>
+               <groupId>org.apache.portals</groupId>
+               <artifactId>applications</artifactId>
+               <version>1.0-SNAPSHOT</version>
+       </parent>
+       <groupId>org.apache.portals.applications</groupId>
        <artifactId>apa-webapp-logging</artifactId>
        <name>Portal Application WebApp Logging</name>
        <version>1.0-SNAPSHOT</version>
+       <packaging>jar</packaging>
        <description>Web Application Logging Utils allow one to use jakarta 
commons-logging together with Log4J in a web application
     isolated from other Log4J configurations of your App Server and/or other 
web applications.
   </description>
-       <parent>
-               <groupId>org.apache.portals.applications</groupId>
-               <artifactId>applications</artifactId>
-               <version>1.0-SNAPSHOT</version>
-       </parent>
-       <packaging>jar</packaging>
 
-       <dependencies>
+  <dependencies>
 
                <!-- Build Dependencies -->
                <dependency>


Reply via email to