upgrade to xbean 3.3

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@648836 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2008-04-16 20:36:08 +00:00
parent 8733d172ae
commit c3d3eab863
2 changed files with 6 additions and 2 deletions

View File

@ -84,6 +84,9 @@
<build> <build>
<plugins> <plugins>
<!-- The QDox module in xbean 3.3 fails to parse the @Entity annotations in this module.. enable
again once it's working again. -->
<!--
<plugin> <plugin>
<groupId>org.apache.xbean</groupId> <groupId>org.apache.xbean</groupId>
<artifactId>maven-xbean-plugin</artifactId> <artifactId>maven-xbean-plugin</artifactId>
@ -100,6 +103,7 @@
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
-->
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
@ -138,4 +142,4 @@
</plugins> </plugins>
</build> </build>
</project> </project>

View File

@ -80,7 +80,7 @@
<xmlbeans-version>2.0.0-beta1</xmlbeans-version> <xmlbeans-version>2.0.0-beta1</xmlbeans-version>
<xmlpull-version>1.1.3.4d_b4_min</xmlpull-version> <xmlpull-version>1.1.3.4d_b4_min</xmlpull-version>
<xstream-version>1.1.2</xstream-version> <xstream-version>1.1.2</xstream-version>
<xbean-version>3.1</xbean-version> <xbean-version>3.3</xbean-version>
<felix-version>1.0.0</felix-version> <felix-version>1.0.0</felix-version>
<dist-repo-url>scpexe://people.apache.org/www/people.apache.org/repo/m2-incubating-repository</dist-repo-url> <dist-repo-url>scpexe://people.apache.org/www/people.apache.org/repo/m2-incubating-repository</dist-repo-url>
<m1-dist-repo-url>scpexe://people.apache.org/www/people.apache.org/repo/m1-snapshot-repository</m1-dist-repo-url> <m1-dist-repo-url>scpexe://people.apache.org/www/people.apache.org/repo/m1-snapshot-repository</m1-dist-repo-url>