You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by jh...@apache.org on 2007/07/15 16:12:49 UTC

svn commit: r556413 [2/2] - in /excalibur/trunk: components/ components/datasource/ components/monitor/ components/pool/ components/pool/api/ components/pool/impl/ components/pool/instrumented/ components/sourceresolve/ components/store/ components/thr...

Modified: excalibur/trunk/framework/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/pom.xml?view=diff&rev=556413&r1=556412&r2=556413
==============================================================================
--- excalibur/trunk/framework/api/pom.xml (original)
+++ excalibur/trunk/framework/api/pom.xml Sun Jul 15 07:12:46 2007
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?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
@@ -17,9 +17,9 @@
 -->
 <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">
   <parent>
-    <groupId>org.apache.avalon</groupId>
-    <artifactId>avalon-framework</artifactId>
-    <version>2-SNAPSHOT</version>
+    <groupId>org.apache.excalibur</groupId>
+    <artifactId>excalibur</artifactId>
+    <version>3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Avalon Framework API</name>
@@ -41,7 +41,7 @@
       <version>3.8.2</version>
     </dependency>
   </dependencies>
-  <build />
+  <build/>
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/framework/api</connection>
     <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/framework/api</url>

Modified: excalibur/trunk/framework/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/impl/pom.xml?view=diff&rev=556413&r1=556412&r2=556413
==============================================================================
--- excalibur/trunk/framework/impl/pom.xml (original)
+++ excalibur/trunk/framework/impl/pom.xml Sun Jul 15 07:12:46 2007
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?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
@@ -17,9 +17,9 @@
 -->
 <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">
   <parent>
-    <groupId>org.apache.avalon</groupId>
-    <artifactId>avalon-framework</artifactId>
-    <version>2-SNAPSHOT</version>
+    <groupId>org.apache.excalibur</groupId>
+    <artifactId>excalibur</artifactId>
+    <version>3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Avalon Framework Implementation</name>
@@ -64,7 +64,7 @@
       <version>1.0.1</version>
     </dependency>
   </dependencies>
-  <build />
+  <build/>
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/framework/impl</connection>
     <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/framework/impl</url>

Modified: excalibur/trunk/framework/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/pom.xml?view=diff&rev=556413&r1=556412&r2=556413
==============================================================================
--- excalibur/trunk/framework/pom.xml (original)
+++ excalibur/trunk/framework/pom.xml Sun Jul 15 07:12:46 2007
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?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
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>2</version>
+    <version>3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Avalon Framework [modules]</name>



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