leosutic    2004/02/25 13:15:47

  Modified:    sourceresolve maven.xml project.xml
               store    maven.xml project.xml
               xmlutil  maven.xml project.xml
  Log:
  Preparing for a release. Fixing license, dependencies and various errors.
  
  Revision  Changes    Path
  1.4       +15 -14    avalon-excalibur/sourceresolve/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/sourceresolve/maven.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- maven.xml 21 Feb 2004 14:11:14 -0000      1.3
  +++ maven.xml 25 Feb 2004 21:15:46 -0000      1.4
  @@ -1,20 +1,21 @@
   <?xml version="1.0"?>
   <!-- 
  - Copyright 2004 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 default="java:jar"
       xmlns:j="jelly:core"
       xmlns:ant="jelly:ant">
  
  
  
  1.4       +16 -15    avalon-excalibur/sourceresolve/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/sourceresolve/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml       21 Feb 2004 14:11:14 -0000      1.3
  +++ project.xml       25 Feb 2004 21:15:46 -0000      1.4
  @@ -1,26 +1,27 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!-- 
  - Copyright 2004 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.xml</extend>
   
       <name>Excalibur Sourceresolve</name>
       <id>excalibur-sourceresolve</id>
  -    <currentVersion>1.0.2-dev</currentVersion>
  +    <currentVersion>1.1</currentVersion>
       <inceptionYear>1997</inceptionYear>
       <shortDescription>A utility for finding resources given an 
URI</shortDescription>
       <description>
  
  
  
  1.4       +15 -14    avalon-excalibur/store/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/store/maven.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- maven.xml 21 Feb 2004 14:11:14 -0000      1.3
  +++ maven.xml 25 Feb 2004 21:15:47 -0000      1.4
  @@ -1,20 +1,21 @@
   <?xml version="1.0"?>
   <!-- 
  - Copyright 2004 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 default="java:jar"
       xmlns:j="jelly:core"
       xmlns:ant="jelly:ant">
  
  
  
  1.6       +16 -15    avalon-excalibur/store/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/store/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml       21 Feb 2004 14:11:14 -0000      1.5
  +++ project.xml       25 Feb 2004 21:15:47 -0000      1.6
  @@ -1,26 +1,27 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!-- 
  - Copyright 2004 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.xml</extend>
   
       <name>Excalibur Store</name>
       <id>excalibur-store</id>
  -    <currentVersion>1.0-dev</currentVersion>
  +    <currentVersion>1.0</currentVersion>
       <inceptionYear>1997</inceptionYear>
       <shortDescription>a way to store named objects without caring where or how they 
are stored.</shortDescription>
       <description>
  
  
  
  1.4       +15 -14    avalon-excalibur/xmlutil/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/xmlutil/maven.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- maven.xml 21 Feb 2004 14:11:14 -0000      1.3
  +++ maven.xml 25 Feb 2004 21:15:47 -0000      1.4
  @@ -1,20 +1,21 @@
   <?xml version="1.0"?>
   <!-- 
  - Copyright 2004 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 default="java:jar"
       xmlns:j="jelly:core"
       xmlns:ant="jelly:ant">
  
  
  
  1.4       +17 -16    avalon-excalibur/xmlutil/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/xmlutil/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml       21 Feb 2004 14:11:14 -0000      1.3
  +++ project.xml       25 Feb 2004 21:15:47 -0000      1.4
  @@ -1,26 +1,27 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!-- 
  - Copyright 2004 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.xml</extend>
   
       <name>Excalibur XMLUtil</name>
       <id>excalibur-xmlutil</id>
  -    <currentVersion>1.0-dev</currentVersion>
  +    <currentVersion>1.0</currentVersion>
       <inceptionYear>1997</inceptionYear>
       <shortDescription>Components for consuming and producing XML</shortDescription>
       <description>
  @@ -53,7 +54,7 @@
           </dependency>
           <dependency>
               <id>xml-commons-resolver</id>
  -            <version>1.1.b1</version>
  +            <version>1.1</version>
           </dependency>
           <dependency>
               <id>avalon-framework</id>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to