You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by le...@apache.org on 2004/10/06 04:39:44 UTC

svn commit: rev 53843 - excalibur/trunk/containerkit/instrument/client

Author: leif
Date: Tue Oct  5 19:39:44 2004
New Revision: 53843

Modified:
   excalibur/trunk/containerkit/instrument/client/project.xml
Log:
Up the framework version to 4.1.5 to get gump working.

Modified: excalibur/trunk/containerkit/instrument/client/project.xml
==============================================================================
--- excalibur/trunk/containerkit/instrument/client/project.xml	(original)
+++ excalibur/trunk/containerkit/instrument/client/project.xml	Tue Oct  5 19:39:44 2004
@@ -1,23 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
- Copyright 2004 The Apache Software Foundation
- Licensed  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.
+Copyright 2004 The Apache Software Foundation
+Licensed  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>
     <extend>${basedir}/../project-common.xml</extend>
-
+    
     <name>Excalibur Instrument Client</name>
     <id>excalibur-instrument-client</id>
     <groupId>excalibur-instrument</groupId>
@@ -32,11 +32,17 @@
         for your Avalon based projects.
     </description>
     <package>org.apache.excalibur</package>
-
+    
     <dependencies>
         <dependency>
-            <id>avalon-framework</id>
-            <version>4.1.4</version>
+            <groupId>avalon-framework</groupId>
+            <artifactId>avalon-framework-api</artifactId>
+            <version>4.1.5</version>
+        </dependency>
+        <dependency>
+            <groupId>avalon-framework</groupId>
+            <artifactId>avalon-framework-impl</artifactId>
+            <version>4.1.5</version>
         </dependency>
     </dependencies>
 </project>

---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org