You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by gn...@apache.org on 2006/05/01 11:37:02 UTC

svn commit: r398562 - in /geronimo/xbean/trunk: maven-xbean-plugin/pom.xml pom.xml xbean-classpath/pom.xml xbean-kernel/pom.xml xbean-osgi/pom.xml xbean-reflect/pom.xml xbean-server/pom.xml xbean-spring/pom.xml xbean-telnet/pom.xml xbean-tiger/pom.xml

Author: gnodet
Date: Mon May  1 02:37:00 2006
New Revision: 398562

URL: http://svn.apache.org/viewcvs?rev=398562&view=rev
Log:
[maven-release-plugin] prepare release xbean-2.3

Modified:
    geronimo/xbean/trunk/maven-xbean-plugin/pom.xml
    geronimo/xbean/trunk/pom.xml
    geronimo/xbean/trunk/xbean-classpath/pom.xml
    geronimo/xbean/trunk/xbean-kernel/pom.xml
    geronimo/xbean/trunk/xbean-osgi/pom.xml
    geronimo/xbean/trunk/xbean-reflect/pom.xml
    geronimo/xbean/trunk/xbean-server/pom.xml
    geronimo/xbean/trunk/xbean-spring/pom.xml
    geronimo/xbean/trunk/xbean-telnet/pom.xml
    geronimo/xbean/trunk/xbean-tiger/pom.xml

Modified: geronimo/xbean/trunk/maven-xbean-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/xbean/trunk/maven-xbean-plugin/pom.xml?rev=398562&r1=398561&r2=398562&view=diff
==============================================================================
--- geronimo/xbean/trunk/maven-xbean-plugin/pom.xml (original)
+++ geronimo/xbean/trunk/maven-xbean-plugin/pom.xml Mon May  1 02:37:00 2006
@@ -1,79 +1,57 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Copyright 2005-2006 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
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xmlns="http://maven.apache.org/POM/4.0.0">
-  
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.apache.xbean</groupId>
-    <artifactId>xbean</artifactId>
-    <version>2.3-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>maven-xbean-plugin</artifactId>
-  <packaging>maven-plugin</packaging>
-  <name>Maven XBean Plugin</name>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-project</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-archiver</artifactId>
-      <version>1.0-alpha-5</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-archiver</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-utils</artifactId>
-      <version>1.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-artifact</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>${pom.groupId}</groupId>
-      <artifactId>xbean-spring</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>qdox</groupId>
-      <artifactId>qdox</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>ant</groupId>
-      <artifactId>ant</artifactId>
-      <optional>true</optional>
-    </dependency>
-  </dependencies>
-</project>
+<?xml version="1.0" encoding="UTF-8"?><project>
+  <parent>
+    <artifactId>xbean</artifactId>
+    <groupId>org.apache.xbean</groupId>
+    <version>2.3</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>maven-xbean-plugin</artifactId>
+  <packaging>maven-plugin</packaging>
+  <name>Maven XBean Plugin</name>
+  <version>2.3</version>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-project</artifactId>
+      <version>2.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-archiver</artifactId>
+      <version>1.0-alpha-5</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-archiver</artifactId>
+      <version>2.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-plugin-api</artifactId>
+      <version>2.0</version>
+    </dependency>
+    <dependency>
+      <groupId>ant</groupId>
+      <artifactId>ant</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>${pom.groupId}</groupId>
+      <artifactId>xbean-spring</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>qdox</groupId>
+      <artifactId>qdox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+      <version>1.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-artifact</artifactId>
+      <version>2.0</version>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Modified: geronimo/xbean/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/xbean/trunk/pom.xml?rev=398562&r1=398561&r2=398562&view=diff
==============================================================================
--- geronimo/xbean/trunk/pom.xml (original)
+++ geronimo/xbean/trunk/pom.xml Mon May  1 02:37:00 2006
@@ -1,42 +1,17 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-    Copyright 2005 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.
--->
-<!-- $Rev: 397560 $ $Date: 2006-04-27 16:53:40 +0200 (jeu., 27 avr. 2006) $ -->
-<project
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xmlns="http://maven.apache.org/POM/4.0.0">
-  
-  <modelVersion>4.0.0</modelVersion>
-  
+<?xml version="1.0" encoding="UTF-8"?><project>
   <parent>
-    <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
+    <groupId>org.apache</groupId>
     <version>1</version>
   </parent>
-  
+  <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.xbean</groupId>
   <artifactId>xbean</artifactId>
   <packaging>pom</packaging>
   <name>XBean</name>
-  <version>2.3-SNAPSHOT</version>
+  <version>2.3</version>
   <description>XBean is a plugin based server architecture.</description>
   <url>http://xbean.org</url>
-
   <issueManagement>
     <system>jira</system>
     <url>http://issues.apache.org/jira/browse/XBEAN</url>
@@ -51,7 +26,6 @@
       </notifier>
     </notifiers>
   </ciManagement>
-  
   <mailingLists>
     <mailingList>
       <name>xbean developers</name>
@@ -69,7 +43,6 @@
       <unsubscribe>mailto:scm-unsubscribe@xbean.org</unsubscribe>
     </mailingList>
   </mailingLists>
-  
   <developers>
     <developer>
       <id>chirino</id>
@@ -130,13 +103,11 @@
       <timezone>+1</timezone>
     </developer>
   </developers>
-
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/xbean/trunk/</connection>
-    <developerConnection>scm:svn:https://${maven.username}@svn.apache.org/repos/asf/geronimo/xbean/trunk</developerConnection>
-    <url>http://svn.apache.org/repos/asf/geronimo/xbean/trunk/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/xbean/tags/xbean-2.3</connection>
+    <developerConnection>scm:svn:https://${maven.username}@svn.apache.org/repos/asf/geronimo/xbean/tags/xbean-2.3</developerConnection>
+    <url>http://svn.apache.org/repos/asf/geronimo/xbean/tags/xbean-2.3</url>
   </scm>
-
   <build>
     <extensions>
       <extension>
@@ -174,13 +145,9 @@
       </plugin>
     </plugins>
   </build>
-
   <modules>
     <module>xbean-classpath</module>
     <module>xbean-kernel</module>
-    <!-- exclude jmx module that has snapshot dependencies
-    <module>xbean-jmx</module>
-    -->
     <module>xbean-osgi</module>
     <module>xbean-reflect</module>
     <module>xbean-server</module>
@@ -189,7 +156,6 @@
     <module>xbean-tiger</module>
     <module>maven-xbean-plugin</module>
   </modules>
-
   <dependencies>
     <dependency>
       <groupId>junit</groupId>
@@ -198,7 +164,21 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-
+  <reporting>
+    <plugins>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>jxr-maven-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>surefire-report-maven-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </reporting>
   <dependencyManagement>
     <dependencies>
       <dependency>
@@ -278,7 +258,6 @@
       </dependency>
     </dependencies>
   </dependencyManagement>
-
   <distributionManagement>
     <repository>
       <id>xbean-repo</id>
@@ -292,24 +271,7 @@
     </snapshotRepository>
     <site>
       <id>xbean-website</id>
-      <url>scpexe://xbean.org/home/projects/xbean/public_html/maven/</url>
+      <url>scpexe://xbean.org/home/projects/xbean/public_html/maven</url>
     </site>
   </distributionManagement>
-
-  <reporting>
-    <plugins>
-      <plugin>
-        <artifactId>maven-javadoc-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>jxr-maven-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>surefire-report-maven-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </reporting>
-
-</project>
+</project>
\ No newline at end of file

Modified: geronimo/xbean/trunk/xbean-classpath/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/xbean/trunk/xbean-classpath/pom.xml?rev=398562&r1=398561&r2=398562&view=diff
==============================================================================
--- geronimo/xbean/trunk/xbean-classpath/pom.xml (original)
+++ geronimo/xbean/trunk/xbean-classpath/pom.xml Mon May  1 02:37:00 2006
@@ -1,33 +1,11 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Copyright 2005-2006 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
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xmlns="http://maven.apache.org/POM/4.0.0">
-  
-  <modelVersion>4.0.0</modelVersion>
-  
-  <parent>
-    <groupId>org.apache.xbean</groupId>
-    <artifactId>xbean</artifactId>
-    <version>2.3-SNAPSHOT</version>
-  </parent>
-  
-  <artifactId>xbean-classpath</artifactId>
-  <name>XBean :: ClassPath</name>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?><project>
+  <parent>
+    <artifactId>xbean</artifactId>
+    <groupId>org.apache.xbean</groupId>
+    <version>2.3</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>xbean-classpath</artifactId>
+  <name>XBean :: ClassPath</name>
+  <version>2.3</version>
+</project>
\ No newline at end of file

Modified: geronimo/xbean/trunk/xbean-kernel/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/xbean/trunk/xbean-kernel/pom.xml?rev=398562&r1=398561&r2=398562&view=diff
==============================================================================
--- geronimo/xbean/trunk/xbean-kernel/pom.xml (original)
+++ geronimo/xbean/trunk/xbean-kernel/pom.xml Mon May  1 02:37:00 2006
@@ -1,52 +1,29 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Copyright 2005-2006 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
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
-
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.apache.xbean</groupId>
-    <artifactId>xbean</artifactId>
-    <version>2.3-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>xbean-kernel</artifactId>
-  <name>XBean :: Kernel</name>
-
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <excludes>
-            <exclude>**/ServiceManagerRegistryTest.*</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  
-  <dependencies>
-    <dependency>
-      <groupId>backport-util-concurrent</groupId>
-      <artifactId>backport-util-concurrent</artifactId>
-    </dependency>
-  </dependencies>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?><project>
+  <parent>
+    <artifactId>xbean</artifactId>
+    <groupId>org.apache.xbean</groupId>
+    <version>2.3</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>xbean-kernel</artifactId>
+  <name>XBean :: Kernel</name>
+  <version>2.3</version>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>**/ServiceManagerRegistryTest.*</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>backport-util-concurrent</groupId>
+      <artifactId>backport-util-concurrent</artifactId>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Modified: geronimo/xbean/trunk/xbean-osgi/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/xbean/trunk/xbean-osgi/pom.xml?rev=398562&r1=398561&r2=398562&view=diff
==============================================================================
--- geronimo/xbean/trunk/xbean-osgi/pom.xml (original)
+++ geronimo/xbean/trunk/xbean-osgi/pom.xml Mon May  1 02:37:00 2006
@@ -1,42 +1,13 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Copyright 2005-2006 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
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xmlns="http://maven.apache.org/POM/4.0.0">
-  
-  <modelVersion>4.0.0</modelVersion>
-  
+<?xml version="1.0" encoding="UTF-8"?><project>
   <parent>
-    <groupId>org.apache.xbean</groupId>
     <artifactId>xbean</artifactId>
-    <version>2.3-SNAPSHOT</version>
+    <groupId>org.apache.xbean</groupId>
+    <version>2.3</version>
   </parent>
-  
+  <modelVersion>4.0.0</modelVersion>
   <artifactId>xbean-osgi</artifactId>
   <name>XBean :: OSGi</name>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.eclipse.equinox</groupId>
-      <artifactId>osgi</artifactId>
-    </dependency>
-  </dependencies>
-  
+  <version>2.3</version>
   <build>
     <plugins>
       <plugin>
@@ -47,5 +18,10 @@
       </plugin>
     </plugins>
   </build>
-  
-</project>
+  <dependencies>
+    <dependency>
+      <groupId>org.eclipse.equinox</groupId>
+      <artifactId>osgi</artifactId>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Modified: geronimo/xbean/trunk/xbean-reflect/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/xbean/trunk/xbean-reflect/pom.xml?rev=398562&r1=398561&r2=398562&view=diff
==============================================================================
--- geronimo/xbean/trunk/xbean-reflect/pom.xml (original)
+++ geronimo/xbean/trunk/xbean-reflect/pom.xml Mon May  1 02:37:00 2006
@@ -1,52 +1,28 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Copyright 2005-2006 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
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xmlns="http://maven.apache.org/POM/4.0.0">
-  
-  <modelVersion>4.0.0</modelVersion>
-  
-  <parent>
-    <groupId>org.apache.xbean</groupId>
-    <artifactId>xbean</artifactId>
-    <version>2.3-SNAPSHOT</version>
-  </parent>
-  
-  <artifactId>xbean-reflect</artifactId>
-  <name>XBean :: Reflect</name>
-
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.4</source>
-          <target>1.4</target>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  
-  <dependencies>
-    <dependency>
-      <groupId>mx4j</groupId>
-      <artifactId>mx4j</artifactId>
-    </dependency>
-  </dependencies>
-  
-</project>
+<?xml version="1.0" encoding="UTF-8"?><project>
+  <parent>
+    <artifactId>xbean</artifactId>
+    <groupId>org.apache.xbean</groupId>
+    <version>2.3</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>xbean-reflect</artifactId>
+  <name>XBean :: Reflect</name>
+  <version>2.3</version>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.4</source>
+          <target>1.4</target>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>mx4j</groupId>
+      <artifactId>mx4j</artifactId>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Modified: geronimo/xbean/trunk/xbean-server/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/xbean/trunk/xbean-server/pom.xml?rev=398562&r1=398561&r2=398562&view=diff
==============================================================================
--- geronimo/xbean/trunk/xbean-server/pom.xml (original)
+++ geronimo/xbean/trunk/xbean-server/pom.xml Mon May  1 02:37:00 2006
@@ -1,35 +1,13 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Copyright 2005-2006 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
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xmlns="http://maven.apache.org/POM/4.0.0">
-  
-  <modelVersion>4.0.0</modelVersion>
-  
+<?xml version="1.0" encoding="UTF-8"?><project>
   <parent>
-    <groupId>org.apache.xbean</groupId>
     <artifactId>xbean</artifactId>
-    <version>2.3-SNAPSHOT</version>
+    <groupId>org.apache.xbean</groupId>
+    <version>2.3</version>
   </parent>
-  
+  <modelVersion>4.0.0</modelVersion>
   <artifactId>xbean-server</artifactId>
   <name>XBean :: Server</name>
-
+  <version>2.3</version>
   <build>
     <plugins>
       <plugin>
@@ -43,7 +21,7 @@
       <plugin>
         <groupId>org.apache.xbean</groupId>
         <artifactId>maven-xbean-plugin</artifactId>
-        <version>${pom.version}</version>
+        <version>2.3</version>
         <executions>
           <execution>
             <goals>
@@ -57,7 +35,6 @@
       </plugin>
     </plugins>
   </build>
-
   <dependencies>
     <dependency>
       <groupId>org.apache.xbean</groupId>
@@ -77,5 +54,4 @@
       <artifactId>commons-logging</artifactId>
     </dependency>
   </dependencies>
-  
-</project>
+</project>
\ No newline at end of file

Modified: geronimo/xbean/trunk/xbean-spring/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/xbean/trunk/xbean-spring/pom.xml?rev=398562&r1=398561&r2=398562&view=diff
==============================================================================
--- geronimo/xbean/trunk/xbean-spring/pom.xml (original)
+++ geronimo/xbean/trunk/xbean-spring/pom.xml Mon May  1 02:37:00 2006
@@ -1,35 +1,13 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Copyright 2005-2006 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
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xmlns="http://maven.apache.org/POM/4.0.0">
-  
-  <modelVersion>4.0.0</modelVersion>
-  
+<?xml version="1.0" encoding="UTF-8"?><project>
   <parent>
-    <groupId>org.apache.xbean</groupId>
     <artifactId>xbean</artifactId>
-    <version>2.3-SNAPSHOT</version>
+    <groupId>org.apache.xbean</groupId>
+    <version>2.3</version>
   </parent>
-  
+  <modelVersion>4.0.0</modelVersion>
   <artifactId>xbean-spring</artifactId>
   <name>XBean :: Spring</name>
-
+  <version>2.3</version>
   <build>
     <testResources>
       <testResource>
@@ -68,7 +46,6 @@
       </plugin>
     </plugins>
   </build>
-
   <dependencies>
     <dependency>
       <groupId>mx4j</groupId>
@@ -104,5 +81,4 @@
       <optional>true</optional>
     </dependency>
   </dependencies>
-
-</project>
+</project>
\ No newline at end of file

Modified: geronimo/xbean/trunk/xbean-telnet/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/xbean/trunk/xbean-telnet/pom.xml?rev=398562&r1=398561&r2=398562&view=diff
==============================================================================
--- geronimo/xbean/trunk/xbean-telnet/pom.xml (original)
+++ geronimo/xbean/trunk/xbean-telnet/pom.xml Mon May  1 02:37:00 2006
@@ -1,40 +1,17 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Copyright 2005-2006 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
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xmlns="http://maven.apache.org/POM/4.0.0">
-  
-  <modelVersion>4.0.0</modelVersion>
-  
-  <parent>
-    <groupId>org.apache.xbean</groupId>
-    <artifactId>xbean</artifactId>
-    <version>2.3-SNAPSHOT</version>
-  </parent>
-  
-  <artifactId>xbean-telnet</artifactId>
-  <name>XBean :: Telnet</name>
-
-  <dependencies>
-    <dependency>
-      <groupId>groovy</groupId>
-      <artifactId>groovy</artifactId>
-    </dependency>
-  </dependencies>
-  
-</project>
+<?xml version="1.0" encoding="UTF-8"?><project>
+  <parent>
+    <artifactId>xbean</artifactId>
+    <groupId>org.apache.xbean</groupId>
+    <version>2.3</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>xbean-telnet</artifactId>
+  <name>XBean :: Telnet</name>
+  <version>2.3</version>
+  <dependencies>
+    <dependency>
+      <groupId>groovy</groupId>
+      <artifactId>groovy</artifactId>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Modified: geronimo/xbean/trunk/xbean-tiger/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/xbean/trunk/xbean-tiger/pom.xml?rev=398562&r1=398561&r2=398562&view=diff
==============================================================================
--- geronimo/xbean/trunk/xbean-tiger/pom.xml (original)
+++ geronimo/xbean/trunk/xbean-tiger/pom.xml Mon May  1 02:37:00 2006
@@ -1,35 +1,13 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Copyright 2005-2006 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
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xmlns="http://maven.apache.org/POM/4.0.0">
-  
-  <modelVersion>4.0.0</modelVersion>
-  
+<?xml version="1.0" encoding="UTF-8"?><project>
   <parent>
-    <groupId>org.apache.xbean</groupId>
     <artifactId>xbean</artifactId>
-    <version>2.3-SNAPSHOT</version>
+    <groupId>org.apache.xbean</groupId>
+    <version>2.3</version>
   </parent>
-  
+  <modelVersion>4.0.0</modelVersion>
   <artifactId>xbean-tiger</artifactId>
   <name>XBean :: Tiger</name>
-
+  <version>2.3</version>
   <build>
     <testResources>
       <testResource>
@@ -41,7 +19,6 @@
     </testResources>
     <plugins>
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
           <source>1.5</source>
@@ -51,7 +28,7 @@
       <plugin>
         <groupId>org.apache.xbean</groupId>
         <artifactId>maven-xbean-plugin</artifactId>
-        <version>${pom.version}</version>
+        <version>2.3</version>
         <executions>
           <execution>
             <goals>
@@ -65,13 +42,8 @@
       </plugin>
     </plugins>
   </build>
-
   <dependencies>
     <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring</artifactId>
-    </dependency>
-    <dependency>
       <groupId>org.apache.xbean</groupId>
       <artifactId>xbean-spring</artifactId>
     </dependency>
@@ -79,6 +51,9 @@
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring</artifactId>
+    </dependency>
   </dependencies>
-
-</project>
+</project>
\ No newline at end of file