Author: vkumar
Date: Tue Apr 14 09:38:14 2009
New Revision: 764721
URL: http://svn.apache.org/viewvc?rev=764721&view=rev
Log:
updating application-pom dependency version
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=764721&r1=764720&r2=764721&view=diff
==============================================================================
--- portals/applications/webapp-logging/trunk/pom.xml (original)
+++ portals/applications/webapp-logging/trunk/pom.xml Tue Apr 14 09:38:14 2009
@@ -1,58 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed to the Apache Software Foundation (ASF) under one or
more
- contributor license agreements. See the NOTICE file distributed
with
- this work for additional information regarding copyright
ownership.
- The ASF licenses this file to You under the Apache License,
Version
- 2.0 (the "License"); you may not use this file except in
compliance
- with the License. You may obtain a copy of the License at
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with this
+ work for additional information regarding copyright ownership. The ASF
+ licenses this file to You under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0 Unless required by
- applicable law or agreed to in writing, software distributed
under the
- License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
OR
- CONDITIONS OF ANY KIND, either express or implied. See the
License for
- the specific language governing permissions and limitations
under the
- License. $Id$
- -->
+ http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law
+ or agreed to in writing, software distributed under the License is
+ distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the specific language
+ governing permissions and limitations under the License. $Id: pom.xml 755271
+ 2009-03-17 14:46:16Z vkumar $
+-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <prerequisites>
- <maven>2.0.9</maven>
- </prerequisites>
- <parent>
- <groupId>org.apache.portals</groupId>
- <artifactId>applications-pom</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
+ <modelVersion>4.0.0</modelVersion>
+ <prerequisites>
+ <maven>2.0.9</maven>
+ </prerequisites>
+ <parent>
+ <groupId>org.apache.portals</groupId>
+ <artifactId>applications-pom</artifactId>
+ <version>1.0</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>
<dependencies>
- <!-- Build Dependencies -->
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.14</version>
- </dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>1.1</version>
- </dependency>
- <dependency>
- <groupId>velocity</groupId>
- <artifactId>velocity</artifactId>
- <optional>true</optional>
- <version>1.5</version>
- </dependency>
- </dependencies>
+ <!-- Build Dependencies -->
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.14</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.1</version>
+ </dependency>
+ <dependency>
+ <groupId>velocity</groupId>
+ <artifactId>velocity</artifactId>
+ <optional>true</optional>
+ <version>1.5</version>
+ </dependency>
+ </dependencies>
</project>