Author: dwoods
Date: Wed Sep 23 12:37:59 2009
New Revision: 818079
URL: http://svn.apache.org/viewvc?rev=818079&view=rev
Log:
merged in r817912 from 2.2 branch
Modified:
geronimo/server/trunk/pom.xml
Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=818079&r1=818078&r2=818079&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Wed Sep 23 12:37:59 2009
@@ -62,7 +62,7 @@
element, and it will need to be changed manually before a release,
as the maven-release-plugin will not update this value.
-->
- <!-- <version>2.2-SNAPSHOT</version>-->
+ <!-- <version>3.0-SNAPSHOT</version>-->
<!-- This property is required by the car:package mojo -->
<geronimoVersion>${version}</geronimoVersion>
@@ -1955,7 +1955,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>xmlbeans-maven-plugin</artifactId>
- <version>2.3.3-SNAPSHOT</version>
+ <version>2.3.3</version>
<executions>
<execution>
<goals>
@@ -2226,30 +2226,6 @@
<enabled>false</enabled>
</snapshots>
</repository>
- <repository>
- <id>tomcat-fork-staging</id>
- <url>https://repository.apache.org/content/repositories/geronimo-staging-035/</url>
- <releases>
- <checksumPolicy>fail</checksumPolicy>
- <enabled>true</enabled>
- <updatePolicy>always</updatePolicy>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>jpa-spec-staging</id>
- <url>https://repository.apache.org/content/repositories/geronimo-staging-021/</url>
- <releases>
- <checksumPolicy>fail</checksumPolicy>
- <enabled>true</enabled>
- <updatePolicy>always</updatePolicy>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
</repositories>
<pluginRepositories>
<!-- required for clean build unless you want to bootstrap the car-maven-plugin
-->
|