Author: oching
Date: Mon Mar 15 02:36:16 2010
New Revision: 923036
URL: http://svn.apache.org/viewvc?rev=923036&view=rev
Log:
upgrade parent to released version
Modified:
continuum/trunk/pom.xml
Modified: continuum/trunk/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/pom.xml?rev=923036&r1=923035&r2=923036&view=diff
==============================================================================
--- continuum/trunk/pom.xml (original)
+++ continuum/trunk/pom.xml Mon Mar 15 02:36:16 2010
@@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.continuum</groupId>
<artifactId>continuum-parent</artifactId>
- <version>3-SNAPSHOT</version>
+ <version>3</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
|