You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/04/01 09:03:34 UTC

svn commit: r643306 [5/5] - in /servicemix/m2-repo/org/apache/xbean: maven-xbean-plugin/ maven-xbean-plugin/3.3.1-r643297/ xbean-classloader/ xbean-classloader/3.3.1-r643297/ xbean-classpath/ xbean-classpath/3.3.1-r643297/ xbean-finder/ xbean-finder/3....

Added: servicemix/m2-repo/org/apache/xbean/xbean/3.3.1-r643297/xbean-3.3.1-r643297.pom
URL: http://svn.apache.org/viewvc/servicemix/m2-repo/org/apache/xbean/xbean/3.3.1-r643297/xbean-3.3.1-r643297.pom?rev=643306&view=auto
==============================================================================
--- servicemix/m2-repo/org/apache/xbean/xbean/3.3.1-r643297/xbean-3.3.1-r643297.pom (added)
+++ servicemix/m2-repo/org/apache/xbean/xbean/3.3.1-r643297/xbean-3.3.1-r643297.pom Tue Apr  1 00:02:46 2008
@@ -0,0 +1,532 @@
+<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">
+
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You 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: 432962 $ $Date: 2006-08-20 03:47:39 -0700 (Sun, 20 Aug 2006) $ -->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>3</version>
+    </parent>
+
+    <groupId>org.apache.xbean</groupId>
+    <artifactId>xbean</artifactId>
+    <name>XBean</name>
+    <packaging>pom</packaging>
+    <inceptionYear>2005</inceptionYear>
+    
+    <version>3.3.1-r643297</version>
+    
+    <description>
+        XBean is a plugin based server architecture.
+    </description>
+    
+    <url>http://geronimo.apache.org/xbean</url>
+    
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/xbean/branches/xbean-3.3.x</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/xbean/branches/xbean-3.3.x</developerConnection>
+        <url>http://svn.apache.org/viewvc/geronimo/xbean/branches/xbean-3.3.x</url>
+    </scm>
+    
+    <properties>
+        <!--
+        NOTE: Project version, to be used instead of ${pom.version} since that
+              value magically changes when using SNAPSHOT versions.
+
+              This value *must* be kept in sync with the value of the <version>
+              element, and it will need to be changed manually before a release,
+              as the maven-release-plugin will not update this value.
+        -->
+        <version>3.3.1-r643297</version>
+
+	    <!--
+	     |
+	     | Geronimo OSGi properties
+	     | 
+	     | Note: when modules can override these properties.
+	     |
+	     -->
+	    <xbean.osgi.import.pkg>*</xbean.osgi.import.pkg>
+	    <xbean.osgi.export.pkg>org.apache.xbean*</xbean.osgi.export.pkg>
+	    <xbean.osgi.private.pkg />
+	    <xbean.osgi.export>!META-INF*,${xbean.osgi.export.pkg}*;version=${xbean.osgi.export.version}</xbean.osgi.export>
+	    <xbean.osgi.export.version>${project.version}</xbean.osgi.export.version>
+	    <xbean.osgi.import>!META-INF*,${xbean.osgi.import.pkg}</xbean.osgi.import>
+	    <xbean.osgi.symbolic.name>${groupId}.${artifactId}</xbean.osgi.symbolic.name>
+    </properties>
+
+    
+    <issueManagement>
+        <system>jira</system>
+        <url>http://issues.apache.org/jira/browse/XBEAN</url>
+    </issueManagement>
+    
+    <mailingLists>
+        <mailingList>
+            <name>xbean developers</name>
+            <subscribe>mailto:xbean-dev-subscribe@geronimo.apache.org</subscribe>
+            <unsubscribe>mailto:xbean-dev-unsubscribe@xbean.org</unsubscribe>
+        </mailingList>
+        <mailingList>
+            <name>xbean users</name>
+            <subscribe>mailto:xbean-user-subscribe@geronimo.apache.org</subscribe>
+            <unsubscribe>mailto:xbean-user-unsubscribe@geronimo.apache.org</unsubscribe>
+        </mailingList>
+    </mailingLists>
+    
+    <developers>
+        <developer>
+            <id>chirino</id>
+            <name>Hiram Chirino</name>
+            <roles>
+                <role>Commiter</role>
+            </roles>
+            <timezone>-5</timezone>
+        </developer>
+        <developer>
+            <id>dain</id>
+            <name>Dain Sundstrom</name>
+            <email>dain@iq80.com</email>
+            <roles>
+                <role>Commiter</role>
+            </roles>
+            <timezone>-8</timezone>
+        </developer>
+        <developer>
+            <id>dblevins</id>
+            <name>David Blevins</name>
+            <email>dblevins@visi.com</email>
+            <roles>
+                <role>Commiter</role>
+            </roles>
+            <timezone>-8</timezone>
+        </developer>
+        <developer>
+            <id>jstrachan</id>
+            <name>James Strachan</name>
+            <roles>
+                <role>Commiter</role>
+            </roles>
+            <timezone>-8</timezone>
+        </developer>
+        <developer>
+            <id>jvanzyl</id>
+            <name>Jason van Zyl</name>
+            <roles>
+                <role>Commiter</role>
+            </roles>
+            <timezone>-8</timezone>
+        </developer>
+        <developer>
+            <id>maguro</id>
+            <name>Alan D. Cabrera</name>
+            <roles>
+                <role>Commiter</role>
+            </roles>
+            <timezone>-8</timezone>
+        </developer>
+        <developer>
+            <id>gnodet</id>
+            <name>Guillaume Nodet</name>
+            <roles>
+                <role>Commiter</role>
+            </roles>
+            <timezone>+1</timezone>
+        </developer>
+    </developers>
+    
+    <dependencyManagement>
+        <dependencies>
+            
+            <dependency>
+                <groupId>ant</groupId>
+                <artifactId>ant</artifactId>
+                <version>1.6.2</version>
+            </dependency>
+            
+            <dependency>
+                <groupId>cglib</groupId>
+                <artifactId>cglib-nodep</artifactId>
+                <version>2.1_2</version>
+            </dependency>
+            
+            <dependency>
+                <groupId>commons-beanutils</groupId>
+                <artifactId>commons-beanutils</artifactId>
+                <version>1.7.0</version>
+            </dependency>
+            
+            <dependency>
+                <groupId>commons-logging</groupId>
+                <artifactId>commons-logging</artifactId>
+                <version>1.0.3</version>
+            </dependency>
+            
+            <dependency>
+                <groupId>groovy</groupId>
+                <artifactId>groovy</artifactId>
+                <version>1.0-jsr-03</version>
+            </dependency>
+            
+            <dependency>
+                <groupId>lingo</groupId>
+                <artifactId>sca-api</artifactId>
+                <version>SNAPSHOT</version>
+            </dependency>
+            
+            <dependency>
+                <groupId>mx4j</groupId>
+                <artifactId>mx4j</artifactId>
+                <version>3.0.1</version>
+            </dependency>
+            
+            <dependency>
+                <groupId>org.eclipse.equinox</groupId>
+                <artifactId>osgi</artifactId>
+                <version>3.1.1</version>
+            </dependency>
+            
+            <dependency>
+                <groupId>org.livetribe</groupId>
+                <artifactId>livetribe-jmx</artifactId>
+                <version>1.0-SNAPSHOT</version>
+            </dependency>
+            
+            <dependency>
+                <groupId>org.snmp4j</groupId>
+                <artifactId>snmp4j</artifactId>
+                <version>1.7.1</version>
+            </dependency>
+            
+            <dependency>
+                <groupId>org.springframework</groupId>
+                <artifactId>spring-beans</artifactId>
+                <version>2.0.5</version>
+            </dependency>
+            
+            <dependency>
+                <groupId>org.springframework</groupId>
+                <artifactId>spring-context</artifactId>
+                <version>2.0.5</version>
+            </dependency>
+            
+            <dependency>
+                <groupId>org.springframework</groupId>
+                <artifactId>spring-web</artifactId>
+                <version>2.0.5</version>
+            </dependency>
+            
+            <dependency>
+                <groupId>org.springframework</groupId>
+                <artifactId>spring-jmx</artifactId>
+                <version>2.0.5</version>
+            </dependency>
+            
+            <dependency>
+                <groupId>com.thoughtworks.qdox</groupId>
+                <artifactId>qdox</artifactId>
+                <version>1.6.3</version>
+            </dependency>
+            
+            <dependency>
+                <groupId>stax</groupId>
+                <artifactId>stax-api</artifactId>
+                <version>1.0</version>
+            </dependency>
+            
+        </dependencies>
+    </dependencyManagement>
+    
+    <dependencies>
+    
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>3.8.1</version>
+            <scope>test</scope>
+        </dependency>
+        
+    </dependencies>
+    
+    <build>
+        <defaultGoal>install</defaultGoal>
+        
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.xbean</groupId>
+                    <artifactId>maven-xbean-plugin</artifactId>
+                    <version>${version}</version>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+        
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>1.5</source>
+                    <target>1.5</target>
+                </configuration>
+            </plugin>
+            
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-idea-plugin</artifactId>
+                <configuration>
+                    <jdkName>1.5</jdkName>
+                     <jdkLevel>1.5</jdkLevel>
+                    <linkModules>true</linkModules>
+                </configuration>
+            </plugin>
+            
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-release-plugin</artifactId>
+                <configuration>
+                    <tagBase>https://svn.apache.org/repos/asf/geronimo/xbean/tags</tagBase>
+                </configuration>
+            </plugin>
+            
+            <!-- Add NOTICE and LICENSE to jars -->
+            <plugin>
+                <artifactId>maven-remote-resources-plugin</artifactId>
+                <version>1.0-alpha-5</version>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>process</goal>
+                        </goals>
+                        <configuration>
+                            <resourceBundles>
+                                <resourceBundle>org.apache:apache-jar-resource-bundle:1.2</resourceBundle>
+                            </resourceBundles>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+
+            <!-- OSGi bundles plugin -->
+	        <plugin>
+	            <groupId>org.apache.felix</groupId>
+	            <artifactId>maven-bundle-plugin</artifactId>
+                <version>1.4.0</version>
+	            <extensions>true</extensions>
+	            <configuration>
+		            <instructions>
+		                <Bundle-Name>${artifactId}</Bundle-Name>
+		                <Bundle-SymbolicName>${xbean.osgi.symbolic.name}</Bundle-SymbolicName>
+		                <Export-Package>${xbean.osgi.export}</Export-Package>
+		                <Import-Package>${xbean.osgi.import}</Import-Package>
+		                <Private-Package>${xbean.osgi.private.pkg}</Private-Package>
+		                <Implementation-Title>Apache XBean</Implementation-Title>
+		                <Implementation-Version>${project.version}</Implementation-Version>
+		           </instructions>
+		        </configuration>
+	        </plugin>
+        </plugins>
+    </build>
+    
+    <profiles>
+        <profile>
+           <id>release-environment</id>
+
+            <activation>
+                <property>
+                    <name>env</name>
+                    <value>release</value>
+                </property>
+            </activation>
+
+            <build>
+                <plugins>
+                    <!-- We want to sign the artifact, the POM, and all attached artifacts -->
+		            <plugin>
+		                <groupId>org.apache.maven.plugins</groupId>
+		                <artifactId>maven-source-plugin</artifactId>
+                        <version>2.0.2</version>
+		                <executions>
+		                    <execution>
+		                        <goals>
+		                            <goal>jar</goal>
+		                        </goals>
+		                    </execution>
+		                </executions>
+		            </plugin>
+                    <!-- We want to sign the artifact, the POM, and all attached artifacts -->
+                    <plugin>
+                        <inherited>true</inherited>
+                        <artifactId>maven-gpg-plugin</artifactId>
+                        <version>1.0-alpha-4</version>
+                        <configuration>
+                            <passphrase>${gpg.passphrase}</passphrase>
+                        </configuration>
+                        <executions>
+                            <execution>
+                                <goals>
+                                    <goal>sign</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                    <!-- We want to deploy the artifact to a staging location for perusal -->
+                    <plugin>
+                        <inherited>true</inherited>
+                        <artifactId>maven-deploy-plugin</artifactId>
+                        <version>2.3</version>
+                        <configuration>
+                            <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
+                            <updateReleaseInfo>true</updateReleaseInfo>
+                        </configuration>
+                    </plugin>
+                    <!-- We want the JavaDoc JAR published with the release -->
+                    <plugin>
+                        <inherited>true</inherited>
+                        <artifactId>maven-javadoc-plugin</artifactId>
+                        <version>2.2</version>
+                        <configuration>
+                            <source>1.5</source>
+                        </configuration>
+                        <executions>
+                            <execution>
+                                <id>attach-javadocs</id>
+                                <goals>
+                                    <goal>jar</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+    </profiles>
+    
+    <modules>
+        <module>xbean-classloader</module>
+        <module>xbean-classpath</module>
+        <module>xbean-finder</module>
+        <module>xbean-kernel</module>
+        <module>xbean-naming</module>
+        <module>xbean-osgi</module>
+        <module>xbean-reflect</module>
+        <module>xbean-server</module>
+        <module>xbean-spring</module>
+        <module>xbean-telnet</module>
+        <module>xbean-tiger</module>
+        <module>maven-xbean-plugin</module>
+    </modules>
+    
+    <repositories>
+
+        <!--
+        NOTE: The default repositories are picked up by Genesis, but need to
+              specify where Genesis lives to pick it up + any additional repositories.
+        -->
+        
+        <repository>
+            <id>apache-snapshots</id>
+            <name>Apache Snapshots Repository</name>
+            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+            <layout>default</layout>
+            <snapshots>
+                <enabled>true</enabled>
+                <updatePolicy>daily</updatePolicy>
+                <checksumPolicy>ignore</checksumPolicy>
+            </snapshots>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+        </repository>
+    </repositories>
+    
+    <distributionManagement>
+        <site>
+            <id>geronimo-website</id>
+            <url>scp://people.apache.org/www/geronimo.apache.org/maven/xbean</url>
+        </site>
+    </distributionManagement>
+    
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <version>2.0</version>
+                <configuration>
+                    <minmemory>128m</minmemory>
+                    <maxmemory>512</maxmemory>
+                    <breakiterator>true</breakiterator>
+                    <quiet>true</quiet>
+                    <verbose>false</verbose>
+                    <source>1.5</source>
+                    <!--
+                    FIXME: This worked in m1, but m2 complains about it being an invalid flag
+                    
+                    <additionalparam>-J-Djava.awt.headless=true</additionalparam>
+                    -->
+                    <linksource>true</linksource>
+                    <links>
+                        <!-- JSE -->
+                        <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
+                        <link>http://java.sun.com/j2se/1.4.2/docs/api/</link>
+                        <link>http://java.sun.com/j2se/1.3/docs/api/</link>
+                        
+                        <!-- JEE -->
+                        <link>http://java.sun.com/j2ee/1.4/docs/api/</link>
+                        <link>http://java.sun.com/j2ee/sdk_1.3/techdocs/api/</link>
+                        
+                        <!-- Libraries -->
+                        <link>http://jakarta.apache.org/commons/collections/apidocs</link>
+                        <link>http://jakarta.apache.org/commons/logging/apidocs/</link>
+                        <link>http://logging.apache.org/log4j/docs/api/</link>
+                        <link>http://jakarta.apache.org/regexp/apidocs/</link>
+                        <link>http://jakarta.apache.org/velocity/api/</link>
+                    </links>
+                </configuration>
+            </plugin>
+            
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-pmd-plugin</artifactId>
+                <version>2.1</version>
+                <configuration>
+                    <targetJdk>1.5</targetJdk>
+                </configuration>
+            </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>

Added: servicemix/m2-repo/org/apache/xbean/xbean/3.3.1-r643297/xbean-3.3.1-r643297.pom.asc
URL: http://svn.apache.org/viewvc/servicemix/m2-repo/org/apache/xbean/xbean/3.3.1-r643297/xbean-3.3.1-r643297.pom.asc?rev=643306&view=auto
==============================================================================
--- servicemix/m2-repo/org/apache/xbean/xbean/3.3.1-r643297/xbean-3.3.1-r643297.pom.asc (added)
+++ servicemix/m2-repo/org/apache/xbean/xbean/3.3.1-r643297/xbean-3.3.1-r643297.pom.asc Tue Apr  1 00:02:46 2008
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.7 (Darwin)
+
+iD8DBQBH8dxS7N/qPLRJO5QRAmAZAKCuOjTjuD708aKbF8DKI/VcuR4XJACgv8O1
+gr6ycKLNOmvLKO+dTrzaFfo=
+=oEnD
+-----END PGP SIGNATURE-----

Added: servicemix/m2-repo/org/apache/xbean/xbean/3.3.1-r643297/xbean-3.3.1-r643297.pom.asc.md5
URL: http://svn.apache.org/viewvc/servicemix/m2-repo/org/apache/xbean/xbean/3.3.1-r643297/xbean-3.3.1-r643297.pom.asc.md5?rev=643306&view=auto
==============================================================================
--- servicemix/m2-repo/org/apache/xbean/xbean/3.3.1-r643297/xbean-3.3.1-r643297.pom.asc.md5 (added)
+++ servicemix/m2-repo/org/apache/xbean/xbean/3.3.1-r643297/xbean-3.3.1-r643297.pom.asc.md5 Tue Apr  1 00:02:46 2008
@@ -0,0 +1 @@
+d3befcb186ba96ca142f47db5568560f
\ No newline at end of file

Added: servicemix/m2-repo/org/apache/xbean/xbean/3.3.1-r643297/xbean-3.3.1-r643297.pom.asc.sha1
URL: http://svn.apache.org/viewvc/servicemix/m2-repo/org/apache/xbean/xbean/3.3.1-r643297/xbean-3.3.1-r643297.pom.asc.sha1?rev=643306&view=auto
==============================================================================
--- servicemix/m2-repo/org/apache/xbean/xbean/3.3.1-r643297/xbean-3.3.1-r643297.pom.asc.sha1 (added)
+++ servicemix/m2-repo/org/apache/xbean/xbean/3.3.1-r643297/xbean-3.3.1-r643297.pom.asc.sha1 Tue Apr  1 00:02:46 2008
@@ -0,0 +1 @@
+22128b442775c3738932eda1de13ce5fd135b006
\ No newline at end of file

Added: servicemix/m2-repo/org/apache/xbean/xbean/3.3.1-r643297/xbean-3.3.1-r643297.pom.md5
URL: http://svn.apache.org/viewvc/servicemix/m2-repo/org/apache/xbean/xbean/3.3.1-r643297/xbean-3.3.1-r643297.pom.md5?rev=643306&view=auto
==============================================================================
--- servicemix/m2-repo/org/apache/xbean/xbean/3.3.1-r643297/xbean-3.3.1-r643297.pom.md5 (added)
+++ servicemix/m2-repo/org/apache/xbean/xbean/3.3.1-r643297/xbean-3.3.1-r643297.pom.md5 Tue Apr  1 00:02:46 2008
@@ -0,0 +1 @@
+b8f879218c05598a523c1995da3208d9
\ No newline at end of file

Added: servicemix/m2-repo/org/apache/xbean/xbean/3.3.1-r643297/xbean-3.3.1-r643297.pom.sha1
URL: http://svn.apache.org/viewvc/servicemix/m2-repo/org/apache/xbean/xbean/3.3.1-r643297/xbean-3.3.1-r643297.pom.sha1?rev=643306&view=auto
==============================================================================
--- servicemix/m2-repo/org/apache/xbean/xbean/3.3.1-r643297/xbean-3.3.1-r643297.pom.sha1 (added)
+++ servicemix/m2-repo/org/apache/xbean/xbean/3.3.1-r643297/xbean-3.3.1-r643297.pom.sha1 Tue Apr  1 00:02:46 2008
@@ -0,0 +1 @@
+b40a3710cad11f83a16830c20a7a5332e2a05010
\ No newline at end of file

Modified: servicemix/m2-repo/org/apache/xbean/xbean/maven-metadata.xml
URL: http://svn.apache.org/viewvc/servicemix/m2-repo/org/apache/xbean/xbean/maven-metadata.xml?rev=643306&r1=643305&r2=643306&view=diff
==============================================================================
--- servicemix/m2-repo/org/apache/xbean/xbean/maven-metadata.xml (original)
+++ servicemix/m2-repo/org/apache/xbean/xbean/maven-metadata.xml Tue Apr  1 00:02:46 2008
@@ -3,9 +3,11 @@
   <artifactId>xbean</artifactId>
   <version>3.3.1-r631610</version>
   <versioning>
+    <release>3.3.1-r643297</release>
     <versions>
       <version>3.3.1-r631610</version>
+      <version>3.3.1-r643297</version>
     </versions>
-    <lastUpdated>20080227151801</lastUpdated>
+    <lastUpdated>20080401065514</lastUpdated>
   </versioning>
 </metadata>

Modified: servicemix/m2-repo/org/apache/xbean/xbean/maven-metadata.xml.md5
URL: http://svn.apache.org/viewvc/servicemix/m2-repo/org/apache/xbean/xbean/maven-metadata.xml.md5?rev=643306&r1=643305&r2=643306&view=diff
==============================================================================
--- servicemix/m2-repo/org/apache/xbean/xbean/maven-metadata.xml.md5 (original)
+++ servicemix/m2-repo/org/apache/xbean/xbean/maven-metadata.xml.md5 Tue Apr  1 00:02:46 2008
@@ -1 +1 @@
-e471a77a3e2e384bc419e50b169e9464
\ No newline at end of file
+3eb2be33554e3abb295b1fc44d322daf
\ No newline at end of file

Modified: servicemix/m2-repo/org/apache/xbean/xbean/maven-metadata.xml.sha1
URL: http://svn.apache.org/viewvc/servicemix/m2-repo/org/apache/xbean/xbean/maven-metadata.xml.sha1?rev=643306&r1=643305&r2=643306&view=diff
==============================================================================
--- servicemix/m2-repo/org/apache/xbean/xbean/maven-metadata.xml.sha1 (original)
+++ servicemix/m2-repo/org/apache/xbean/xbean/maven-metadata.xml.sha1 Tue Apr  1 00:02:46 2008
@@ -1 +1 @@
-a6f77df3e010e71fed23c045fe5bc31ce9f678bf
\ No newline at end of file
+752cfd357c09b7cecafc4773e44e9711ec5bccc1
\ No newline at end of file