Author: jlaskowski
Date: Mon Nov 19 16:13:06 2007
New Revision: 596494

URL: http://svn.apache.org/viewvc?rev=596494&view=rev
Log:
Bump up Junit to 4.4 and add license headers

Modified:
    openejb/trunk/openejb3/examples/ejb-examples/pom.xml
    openejb/trunk/openejb3/examples/expanded-env-entries/pom.xml
    openejb/trunk/openejb3/examples/interceptors/pom.xml
    openejb/trunk/openejb3/pom.xml

Modified: openejb/trunk/openejb3/examples/ejb-examples/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/ejb-examples/pom.xml?rev=596494&r1=596493&r2=596494&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/ejb-examples/pom.xml (original)
+++ openejb/trunk/openejb3/examples/ejb-examples/pom.xml Mon Nov 19 16:13:06 
2007
@@ -1,3 +1,24 @@
+<?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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
 <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";>
   <modelVersion>4.0.0</modelVersion>
@@ -6,7 +27,6 @@
   <packaging>war</packaging>
   <version>1.0-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: EJB Examples War</name>
-  <url>http://maven.apache.org</url>
   <dependencies>
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
@@ -47,7 +67,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.1</version>
+      <version>4.4</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

Modified: openejb/trunk/openejb3/examples/expanded-env-entries/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/expanded-env-entries/pom.xml?rev=596494&r1=596493&r2=596494&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/expanded-env-entries/pom.xml (original)
+++ openejb/trunk/openejb3/examples/expanded-env-entries/pom.xml Mon Nov 19 
16:13:06 2007
@@ -69,7 +69,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.1</version>
+      <version>4.4</version>
       <scope>test</scope>
     </dependency>
 

Modified: openejb/trunk/openejb3/examples/interceptors/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/interceptors/pom.xml?rev=596494&r1=596493&r2=596494&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/interceptors/pom.xml (original)
+++ openejb/trunk/openejb3/examples/interceptors/pom.xml Mon Nov 19 16:13:06 
2007
@@ -1,20 +1,20 @@
 <?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.
+
+    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.
 -->
 
 <!-- $Rev$ $Date$ -->
@@ -67,7 +67,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.1</version>
+      <version>4.4</version>
       <scope>test</scope>
     </dependency>
 
@@ -101,3 +101,4 @@
     </dependency>
   </dependencies>
 </project>
+

Modified: openejb/trunk/openejb3/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/pom.xml?rev=596494&r1=596493&r2=596494&view=diff
==============================================================================
--- openejb/trunk/openejb3/pom.xml (original)
+++ openejb/trunk/openejb3/pom.xml Mon Nov 19 16:13:06 2007
@@ -391,7 +391,7 @@
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.1</version>
+        <version>4.4</version>
         <scope>test</scope>
       </dependency>
       <dependency>


Reply via email to