Author: dain
Date: Wed Jul 12 17:15:42 2006
New Revision: 421467
URL: http://svn.apache.org/viewvc?rev=421467&view=rev
Log:
Changed version to COL-SNAPSHOT
Upgraded qdox dep to 1.6-SNAPSHOT so we can parse java 5 code
Added a private dev repo so this code can build
Modified:
geronimo/xbean/branches/colossus/maven-xbean-plugin/pom.xml
geronimo/xbean/branches/colossus/pom.xml
geronimo/xbean/branches/colossus/xbean-bootstrap/pom.xml
geronimo/xbean/branches/colossus/xbean-classpath/pom.xml
geronimo/xbean/branches/colossus/xbean-colossus/pom.xml
geronimo/xbean/branches/colossus/xbean-finder/pom.xml
geronimo/xbean/branches/colossus/xbean-jaxb/pom.xml
geronimo/xbean/branches/colossus/xbean-jmx/pom.xml
geronimo/xbean/branches/colossus/xbean-kernel/pom.xml
geronimo/xbean/branches/colossus/xbean-osgi/pom.xml
geronimo/xbean/branches/colossus/xbean-oxm/pom.xml
geronimo/xbean/branches/colossus/xbean-reflect/pom.xml
geronimo/xbean/branches/colossus/xbean-sca/pom.xml
geronimo/xbean/branches/colossus/xbean-server/pom.xml
geronimo/xbean/branches/colossus/xbean-spring-common/pom.xml
geronimo/xbean/branches/colossus/xbean-spring-itests/1.2.4/pom.xml
geronimo/xbean/branches/colossus/xbean-spring-itests/1.2.5/pom.xml
geronimo/xbean/branches/colossus/xbean-spring-itests/1.2.6/pom.xml
geronimo/xbean/branches/colossus/xbean-spring-itests/1.2.7/pom.xml
geronimo/xbean/branches/colossus/xbean-spring-itests/1.2.8/pom.xml
geronimo/xbean/branches/colossus/xbean-spring-itests/2.0-m5/pom.xml
geronimo/xbean/branches/colossus/xbean-spring-itests/2.0-rc1/pom.xml
geronimo/xbean/branches/colossus/xbean-spring-itests/core/pom.xml
geronimo/xbean/branches/colossus/xbean-spring-itests/pom.xml
geronimo/xbean/branches/colossus/xbean-spring-v1/pom.xml
geronimo/xbean/branches/colossus/xbean-spring-v2/pom.xml
geronimo/xbean/branches/colossus/xbean-spring/pom.xml
geronimo/xbean/branches/colossus/xbean-telnet/pom.xml
geronimo/xbean/branches/colossus/xbean-tiger/pom.xml
Modified: geronimo/xbean/branches/colossus/maven-xbean-plugin/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/xbean/branches/colossus/maven-xbean-plugin/pom.xml?rev=421467&r1=421466&r2=421467&view=diff
==============================================================================
--- geronimo/xbean/branches/colossus/maven-xbean-plugin/pom.xml (original)
+++ geronimo/xbean/branches/colossus/maven-xbean-plugin/pom.xml Wed Jul 12 17:15:42 2006
@@ -2,13 +2,13 @@
<parent>
<artifactId>xbean</artifactId>
<groupId>org.apache.xbean</groupId>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>maven-xbean-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven XBean Plugin</name>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
Modified: geronimo/xbean/branches/colossus/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/xbean/branches/colossus/pom.xml?rev=421467&r1=421466&r2=421467&view=diff
==============================================================================
--- geronimo/xbean/branches/colossus/pom.xml (original)
+++ geronimo/xbean/branches/colossus/pom.xml Wed Jul 12 17:15:42 2006
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?><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>
+ <!--parent>
<artifactId>apache</artifactId>
<groupId>org.apache</groupId>
<version>1</version>
- </parent>
+ </parent-->
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.xbean</groupId>
@@ -11,7 +11,7 @@
<packaging>pom</packaging>
<name>XBean</name>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
<description>XBean is a plugin based server architecture.</description>
<url>http://xbean.org</url>
@@ -32,9 +32,8 @@
</ciManagement>
<properties>
- <m1.repo>scp://minotaur.apache.org/www/people.apache.org/repository</m1.repo>
- <m2.repo>scp://minotaur.apache.org/www/people.apache.org/maven-snapshot-repository</m2.repo>
- <site.repo>scp://minotaur.apache.org/www/geronimo.apache.org/xbean/dist/xbean-2.5-colossus/site</site.repo>
+ <m1.repo>scp://people.apache.org/home/dain/public_html/repository/m1-dev</m1.repo>
+ <m2.repo>scp://people.apache.org/home/dain/public_html/repository/m2-dev</m2.repo>
</properties>
<mailingLists>
@@ -148,7 +147,7 @@
<goal>deploy-maven-one-repository</goal>
</goals>
<configuration>
- <remoteRepositoryId>xbean</remoteRepositoryId>
+ <remoteRepositoryId>DainDevRepo</remoteRepositoryId>
<remoteRepositoryUrl>${m1.repo}</remoteRepositoryUrl>
</configuration>
</execution>
@@ -195,6 +194,19 @@
<module>maven-xbean-plugin</module>
</modules>
+ <repositories>
+ <!-- keep the central repo so that it is first tried -->
+ <repository>
+ <id>central</id>
+ <url>http://ibiblio.org/maven2/</url>
+ </repository>
+ <repository>
+ <id>DainDevRepo</id>
+ <name>Dain's Development Repository</name>
+ <url>http://people.apache.org/~dain/repository/m2-dev</url>
+ </repository>
+ </repositories>
+
<profiles>
<profile>
<id>jdk1.5</id>
@@ -300,57 +312,57 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-bootstrap</artifactId>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-colossus</artifactId>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-kernel</artifactId>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-server</artifactId>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-spring</artifactId>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-spring-bootstrap</artifactId>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-spring-common</artifactId>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-spring-v1</artifactId>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-spring-v2</artifactId>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-spring</artifactId>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>qdox</groupId>
<artifactId>qdox</artifactId>
- <version>1.5</version>
+ <version>1.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>stax</groupId>
@@ -362,14 +374,15 @@
<distributionManagement>
<repository>
- <id>xbean</id>
- <name>Apache Release Distribution Repository</name>
+ <id>DainDevRepo</id>
+ <name>Dain's Development Repository</name>
<url>${m2.repo}</url>
</repository>
- <site>
- <id>xbean</id>
- <url>${site.repo}</url>
- </site>
+ <snapshotRepository>
+ <id>DainDevRepo</id>
+ <name>Dain's Development Repository</name>
+ <url>${m2.repo}</url>
+ </snapshotRepository>
</distributionManagement>
</project>
Modified: geronimo/xbean/branches/colossus/xbean-bootstrap/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/xbean/branches/colossus/xbean-bootstrap/pom.xml?rev=421467&r1=421466&r2=421467&view=diff
==============================================================================
--- geronimo/xbean/branches/colossus/xbean-bootstrap/pom.xml (original)
+++ geronimo/xbean/branches/colossus/xbean-bootstrap/pom.xml Wed Jul 12 17:15:42 2006
@@ -3,12 +3,12 @@
<parent>
<artifactId>xbean</artifactId>
<groupId>org.apache.xbean</groupId>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xbean-bootstrap</artifactId>
<name>XBean :: Bootstrap</name>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
<build>
<plugins>
<plugin>
Modified: geronimo/xbean/branches/colossus/xbean-classpath/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/xbean/branches/colossus/xbean-classpath/pom.xml?rev=421467&r1=421466&r2=421467&view=diff
==============================================================================
--- geronimo/xbean/branches/colossus/xbean-classpath/pom.xml (original)
+++ geronimo/xbean/branches/colossus/xbean-classpath/pom.xml Wed Jul 12 17:15:42 2006
@@ -2,10 +2,10 @@
<parent>
<artifactId>xbean</artifactId>
<groupId>org.apache.xbean</groupId>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xbean-classpath</artifactId>
<name>XBean :: ClassPath</name>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
</project>
Modified: geronimo/xbean/branches/colossus/xbean-colossus/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/xbean/branches/colossus/xbean-colossus/pom.xml?rev=421467&r1=421466&r2=421467&view=diff
==============================================================================
--- geronimo/xbean/branches/colossus/xbean-colossus/pom.xml (original)
+++ geronimo/xbean/branches/colossus/xbean-colossus/pom.xml Wed Jul 12 17:15:42 2006
@@ -3,13 +3,13 @@
<parent>
<artifactId>xbean</artifactId>
<groupId>org.apache.xbean</groupId>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xbean-colossus</artifactId>
<packaging>pom</packaging>
<name>XBean :: Colossus</name>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
<build>
<plugins>
<plugin>
@@ -51,7 +51,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-spring-itests-124</artifactId>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Modified: geronimo/xbean/branches/colossus/xbean-finder/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/xbean/branches/colossus/xbean-finder/pom.xml?rev=421467&r1=421466&r2=421467&view=diff
==============================================================================
--- geronimo/xbean/branches/colossus/xbean-finder/pom.xml (original)
+++ geronimo/xbean/branches/colossus/xbean-finder/pom.xml Wed Jul 12 17:15:42 2006
@@ -2,12 +2,12 @@
<parent>
<artifactId>xbean</artifactId>
<groupId>org.apache.xbean</groupId>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xbean-finder</artifactId>
<name>XBean :: Classpath Resource Finder</name>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
<build>
<plugins>
<plugin>
Modified: geronimo/xbean/branches/colossus/xbean-jaxb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/xbean/branches/colossus/xbean-jaxb/pom.xml?rev=421467&r1=421466&r2=421467&view=diff
==============================================================================
--- geronimo/xbean/branches/colossus/xbean-jaxb/pom.xml (original)
+++ geronimo/xbean/branches/colossus/xbean-jaxb/pom.xml Wed Jul 12 17:15:42 2006
@@ -21,13 +21,13 @@
<parent>
<artifactId>xbean</artifactId>
<groupId>org.apache.xbean</groupId>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xbean-jaxb</artifactId>
<name>XBean :: JAXB</name>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
<pluginRepositories>
<pluginRepository>
Modified: geronimo/xbean/branches/colossus/xbean-jmx/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/xbean/branches/colossus/xbean-jmx/pom.xml?rev=421467&r1=421466&r2=421467&view=diff
==============================================================================
--- geronimo/xbean/branches/colossus/xbean-jmx/pom.xml (original)
+++ geronimo/xbean/branches/colossus/xbean-jmx/pom.xml Wed Jul 12 17:15:42 2006
@@ -2,12 +2,12 @@
<parent>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean</artifactId>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xbean-jmx</artifactId>
<name>XBean :: JMX</name>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
<build>
<plugins>
<plugin>
Modified: geronimo/xbean/branches/colossus/xbean-kernel/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/xbean/branches/colossus/xbean-kernel/pom.xml?rev=421467&r1=421466&r2=421467&view=diff
==============================================================================
--- geronimo/xbean/branches/colossus/xbean-kernel/pom.xml (original)
+++ geronimo/xbean/branches/colossus/xbean-kernel/pom.xml Wed Jul 12 17:15:42 2006
@@ -2,12 +2,12 @@
<parent>
<artifactId>xbean</artifactId>
<groupId>org.apache.xbean</groupId>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xbean-kernel</artifactId>
<name>XBean :: Kernel</name>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
<build>
<plugins>
<plugin>
Modified: geronimo/xbean/branches/colossus/xbean-osgi/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/xbean/branches/colossus/xbean-osgi/pom.xml?rev=421467&r1=421466&r2=421467&view=diff
==============================================================================
--- geronimo/xbean/branches/colossus/xbean-osgi/pom.xml (original)
+++ geronimo/xbean/branches/colossus/xbean-osgi/pom.xml Wed Jul 12 17:15:42 2006
@@ -2,12 +2,12 @@
<parent>
<artifactId>xbean</artifactId>
<groupId>org.apache.xbean</groupId>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xbean-osgi</artifactId>
<name>XBean :: OSGi</name>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
<build>
<plugins>
<plugin>
Modified: geronimo/xbean/branches/colossus/xbean-oxm/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/xbean/branches/colossus/xbean-oxm/pom.xml?rev=421467&r1=421466&r2=421467&view=diff
==============================================================================
--- geronimo/xbean/branches/colossus/xbean-oxm/pom.xml (original)
+++ geronimo/xbean/branches/colossus/xbean-oxm/pom.xml Wed Jul 12 17:15:42 2006
@@ -2,12 +2,12 @@
<parent>
<artifactId>xbean</artifactId>
<groupId>org.apache.xbean</groupId>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xbean-oxm</artifactId>
<name>XBean :: Object to XML Matcher</name>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
<build>
<plugins>
<plugin>
Modified: geronimo/xbean/branches/colossus/xbean-reflect/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/xbean/branches/colossus/xbean-reflect/pom.xml?rev=421467&r1=421466&r2=421467&view=diff
==============================================================================
--- geronimo/xbean/branches/colossus/xbean-reflect/pom.xml (original)
+++ geronimo/xbean/branches/colossus/xbean-reflect/pom.xml Wed Jul 12 17:15:42 2006
@@ -2,12 +2,12 @@
<parent>
<artifactId>xbean</artifactId>
<groupId>org.apache.xbean</groupId>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xbean-reflect</artifactId>
<name>XBean :: Reflect</name>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>mx4j</groupId>
Modified: geronimo/xbean/branches/colossus/xbean-sca/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/xbean/branches/colossus/xbean-sca/pom.xml?rev=421467&r1=421466&r2=421467&view=diff
==============================================================================
--- geronimo/xbean/branches/colossus/xbean-sca/pom.xml (original)
+++ geronimo/xbean/branches/colossus/xbean-sca/pom.xml Wed Jul 12 17:15:42 2006
@@ -2,12 +2,12 @@
<parent>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean</artifactId>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xbean-sca</artifactId>
<name>XBean :: SCA</name>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
<build>
<plugins>
<plugin>
Modified: geronimo/xbean/branches/colossus/xbean-server/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/xbean/branches/colossus/xbean-server/pom.xml?rev=421467&r1=421466&r2=421467&view=diff
==============================================================================
--- geronimo/xbean/branches/colossus/xbean-server/pom.xml (original)
+++ geronimo/xbean/branches/colossus/xbean-server/pom.xml Wed Jul 12 17:15:42 2006
@@ -2,12 +2,12 @@
<parent>
<artifactId>xbean</artifactId>
<groupId>org.apache.xbean</groupId>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xbean-server</artifactId>
<name>XBean :: Server</name>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
<build>
<plugins>
<plugin>
Modified: geronimo/xbean/branches/colossus/xbean-spring-common/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/xbean/branches/colossus/xbean-spring-common/pom.xml?rev=421467&r1=421466&r2=421467&view=diff
==============================================================================
--- geronimo/xbean/branches/colossus/xbean-spring-common/pom.xml (original)
+++ geronimo/xbean/branches/colossus/xbean-spring-common/pom.xml Wed Jul 12 17:15:42 2006
@@ -2,12 +2,12 @@
<parent>
<artifactId>xbean</artifactId>
<groupId>org.apache.xbean</groupId>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xbean-spring-common</artifactId>
<name>XBean :: Spring :: Common</name>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>mx4j</groupId>
Modified: geronimo/xbean/branches/colossus/xbean-spring-itests/1.2.4/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/xbean/branches/colossus/xbean-spring-itests/1.2.4/pom.xml?rev=421467&r1=421466&r2=421467&view=diff
==============================================================================
--- geronimo/xbean/branches/colossus/xbean-spring-itests/1.2.4/pom.xml (original)
+++ geronimo/xbean/branches/colossus/xbean-spring-itests/1.2.4/pom.xml Wed Jul 12 17:15:42
2006
@@ -2,12 +2,12 @@
<parent>
<artifactId>xbean-spring-itests</artifactId>
<groupId>org.apache.xbean</groupId>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xbean-spring-itests-124</artifactId>
<name>XBean :: Spring :: ITests :: 124</name>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.apache.xbean</groupId>
Modified: geronimo/xbean/branches/colossus/xbean-spring-itests/1.2.5/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/xbean/branches/colossus/xbean-spring-itests/1.2.5/pom.xml?rev=421467&r1=421466&r2=421467&view=diff
==============================================================================
--- geronimo/xbean/branches/colossus/xbean-spring-itests/1.2.5/pom.xml (original)
+++ geronimo/xbean/branches/colossus/xbean-spring-itests/1.2.5/pom.xml Wed Jul 12 17:15:42
2006
@@ -2,12 +2,12 @@
<parent>
<artifactId>xbean-spring-itests</artifactId>
<groupId>org.apache.xbean</groupId>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xbean-spring-itests-125</artifactId>
<name>XBean :: Spring :: ITests :: 125</name>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.apache.xbean</groupId>
Modified: geronimo/xbean/branches/colossus/xbean-spring-itests/1.2.6/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/xbean/branches/colossus/xbean-spring-itests/1.2.6/pom.xml?rev=421467&r1=421466&r2=421467&view=diff
==============================================================================
--- geronimo/xbean/branches/colossus/xbean-spring-itests/1.2.6/pom.xml (original)
+++ geronimo/xbean/branches/colossus/xbean-spring-itests/1.2.6/pom.xml Wed Jul 12 17:15:42
2006
@@ -2,12 +2,12 @@
<parent>
<artifactId>xbean-spring-itests</artifactId>
<groupId>org.apache.xbean</groupId>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xbean-spring-itests-126</artifactId>
<name>XBean :: Spring :: ITests :: 126</name>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.apache.xbean</groupId>
Modified: geronimo/xbean/branches/colossus/xbean-spring-itests/1.2.7/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/xbean/branches/colossus/xbean-spring-itests/1.2.7/pom.xml?rev=421467&r1=421466&r2=421467&view=diff
==============================================================================
--- geronimo/xbean/branches/colossus/xbean-spring-itests/1.2.7/pom.xml (original)
+++ geronimo/xbean/branches/colossus/xbean-spring-itests/1.2.7/pom.xml Wed Jul 12 17:15:42
2006
@@ -2,12 +2,12 @@
<parent>
<artifactId>xbean-spring-itests</artifactId>
<groupId>org.apache.xbean</groupId>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xbean-spring-itests-127</artifactId>
<name>XBean :: Spring :: ITests :: 127</name>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.apache.xbean</groupId>
Modified: geronimo/xbean/branches/colossus/xbean-spring-itests/1.2.8/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/xbean/branches/colossus/xbean-spring-itests/1.2.8/pom.xml?rev=421467&r1=421466&r2=421467&view=diff
==============================================================================
--- geronimo/xbean/branches/colossus/xbean-spring-itests/1.2.8/pom.xml (original)
+++ geronimo/xbean/branches/colossus/xbean-spring-itests/1.2.8/pom.xml Wed Jul 12 17:15:42
2006
@@ -2,12 +2,12 @@
<parent>
<artifactId>xbean-spring-itests</artifactId>
<groupId>org.apache.xbean</groupId>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xbean-spring-itests-128</artifactId>
<name>XBean :: Spring :: ITests :: 128</name>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.apache.xbean</groupId>
Modified: geronimo/xbean/branches/colossus/xbean-spring-itests/2.0-m5/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/xbean/branches/colossus/xbean-spring-itests/2.0-m5/pom.xml?rev=421467&r1=421466&r2=421467&view=diff
==============================================================================
--- geronimo/xbean/branches/colossus/xbean-spring-itests/2.0-m5/pom.xml (original)
+++ geronimo/xbean/branches/colossus/xbean-spring-itests/2.0-m5/pom.xml Wed Jul 12 17:15:42
2006
@@ -2,12 +2,12 @@
<parent>
<artifactId>xbean-spring-itests</artifactId>
<groupId>org.apache.xbean</groupId>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xbean-spring-itests-20m5</artifactId>
<name>XBean :: Spring :: ITests :: 20m5</name>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.apache.xbean</groupId>
Modified: geronimo/xbean/branches/colossus/xbean-spring-itests/2.0-rc1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/xbean/branches/colossus/xbean-spring-itests/2.0-rc1/pom.xml?rev=421467&r1=421466&r2=421467&view=diff
==============================================================================
--- geronimo/xbean/branches/colossus/xbean-spring-itests/2.0-rc1/pom.xml (original)
+++ geronimo/xbean/branches/colossus/xbean-spring-itests/2.0-rc1/pom.xml Wed Jul 12 17:15:42
2006
@@ -2,12 +2,12 @@
<parent>
<artifactId>xbean-spring-itests</artifactId>
<groupId>org.apache.xbean</groupId>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xbean-spring-itests-20rc1</artifactId>
<name>XBean :: Spring :: ITests :: 20rc1</name>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.apache.xbean</groupId>
Modified: geronimo/xbean/branches/colossus/xbean-spring-itests/core/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/xbean/branches/colossus/xbean-spring-itests/core/pom.xml?rev=421467&r1=421466&r2=421467&view=diff
==============================================================================
--- geronimo/xbean/branches/colossus/xbean-spring-itests/core/pom.xml (original)
+++ geronimo/xbean/branches/colossus/xbean-spring-itests/core/pom.xml Wed Jul 12 17:15:42
2006
@@ -2,12 +2,12 @@
<parent>
<artifactId>xbean-spring-itests</artifactId>
<groupId>org.apache.xbean</groupId>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xbean-spring-itests-core</artifactId>
<name>XBean :: Spring :: ITests :: Core</name>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.apache.xbean</groupId>
Modified: geronimo/xbean/branches/colossus/xbean-spring-itests/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/xbean/branches/colossus/xbean-spring-itests/pom.xml?rev=421467&r1=421466&r2=421467&view=diff
==============================================================================
--- geronimo/xbean/branches/colossus/xbean-spring-itests/pom.xml (original)
+++ geronimo/xbean/branches/colossus/xbean-spring-itests/pom.xml Wed Jul 12 17:15:42 2006
@@ -2,12 +2,12 @@
<parent>
<artifactId>xbean</artifactId>
<groupId>org.apache.xbean</groupId>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xbean-spring-itests</artifactId>
<name>XBean :: Spring :: ITests</name>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>core</module>
Modified: geronimo/xbean/branches/colossus/xbean-spring-v1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/xbean/branches/colossus/xbean-spring-v1/pom.xml?rev=421467&r1=421466&r2=421467&view=diff
==============================================================================
--- geronimo/xbean/branches/colossus/xbean-spring-v1/pom.xml (original)
+++ geronimo/xbean/branches/colossus/xbean-spring-v1/pom.xml Wed Jul 12 17:15:42 2006
@@ -2,12 +2,12 @@
<parent>
<artifactId>xbean</artifactId>
<groupId>org.apache.xbean</groupId>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xbean-spring-v1</artifactId>
<name>XBean :: Spring :: V1</name>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
<build>
<testResources>
<testResource>
Modified: geronimo/xbean/branches/colossus/xbean-spring-v2/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/xbean/branches/colossus/xbean-spring-v2/pom.xml?rev=421467&r1=421466&r2=421467&view=diff
==============================================================================
--- geronimo/xbean/branches/colossus/xbean-spring-v2/pom.xml (original)
+++ geronimo/xbean/branches/colossus/xbean-spring-v2/pom.xml Wed Jul 12 17:15:42 2006
@@ -2,12 +2,12 @@
<parent>
<artifactId>xbean</artifactId>
<groupId>org.apache.xbean</groupId>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xbean-spring-v2</artifactId>
<name>XBean :: Spring :: V2</name>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
<build>
<testResources>
<testResource>
Modified: geronimo/xbean/branches/colossus/xbean-spring/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/xbean/branches/colossus/xbean-spring/pom.xml?rev=421467&r1=421466&r2=421467&view=diff
==============================================================================
--- geronimo/xbean/branches/colossus/xbean-spring/pom.xml (original)
+++ geronimo/xbean/branches/colossus/xbean-spring/pom.xml Wed Jul 12 17:15:42 2006
@@ -2,12 +2,12 @@
<parent>
<artifactId>xbean</artifactId>
<groupId>org.apache.xbean</groupId>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xbean-spring</artifactId>
<name>XBean :: Spring</name>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
<build>
<plugins>
<plugin>
Modified: geronimo/xbean/branches/colossus/xbean-telnet/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/xbean/branches/colossus/xbean-telnet/pom.xml?rev=421467&r1=421466&r2=421467&view=diff
==============================================================================
--- geronimo/xbean/branches/colossus/xbean-telnet/pom.xml (original)
+++ geronimo/xbean/branches/colossus/xbean-telnet/pom.xml Wed Jul 12 17:15:42 2006
@@ -2,12 +2,12 @@
<parent>
<artifactId>xbean</artifactId>
<groupId>org.apache.xbean</groupId>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xbean-telnet</artifactId>
<name>XBean :: Telnet</name>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>groovy</groupId>
Modified: geronimo/xbean/branches/colossus/xbean-tiger/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/xbean/branches/colossus/xbean-tiger/pom.xml?rev=421467&r1=421466&r2=421467&view=diff
==============================================================================
--- geronimo/xbean/branches/colossus/xbean-tiger/pom.xml (original)
+++ geronimo/xbean/branches/colossus/xbean-tiger/pom.xml Wed Jul 12 17:15:42 2006
@@ -2,12 +2,12 @@
<parent>
<artifactId>xbean</artifactId>
<groupId>org.apache.xbean</groupId>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xbean-tiger</artifactId>
<name>XBean :: Tiger</name>
- <version>2.5-colossus</version>
+ <version>COL-SNAPSHOT</version>
<build>
<testResources>
<testResource>
|