Author: mcucchiara
Date: Sat Oct 22 01:59:22 2011
New Revision: 1187635

URL: http://svn.apache.org/viewvc?rev=1187635&view=rev
Log:
Updated copyright, dependencies and project properties

Modified:
    commons/proper/ognl/performance-analysis/pom.xml   (contents, props changed)

Modified: commons/proper/ognl/performance-analysis/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/ognl/performance-analysis/pom.xml?rev=1187635&r1=1187634&r2=1187635&view=diff
==============================================================================
--- commons/proper/ognl/performance-analysis/pom.xml (original)
+++ commons/proper/ognl/performance-analysis/pom.xml Sat Oct 22 01:59:22 2011
@@ -1,32 +1,34 @@
 <?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
-
-  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$
+  ~
+  ~ 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.
+  -->
 <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/xsd/maven-4.0.0.xsd";>
 
   <modelVersion>4.0.0</modelVersion>
 
 
-  <groupId>org.apache.commons.ognltest</groupId>
-  <artifactId>ognltest</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <name>Apache Commons OGNL :: Test</name>
+  <groupId>org.apache.commons</groupId>
+  <artifactId>ognl-performance-analysis</artifactId>
+  <version>1.0-SNAPSHOT</version>
+  <name>Apache Commons OGNL - Performance Analysis</name>
   <packaging>jar</packaging>
 
   <properties>
@@ -82,19 +84,6 @@ under the License.
       <version>4.10</version>
       <scope>test</scope>
     </dependency>
-
-    <dependency>
-      <groupId>ch.qos.logback</groupId>
-      <artifactId>logback-core</artifactId>
-      <version>0.9.26</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>ch.qos.logback</groupId>
-      <artifactId>logback-classic</artifactId>
-      <version>0.9.26</version>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 
 </project>

Propchange: commons/proper/ognl/performance-analysis/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL


Reply via email to