You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by fr...@apache.org on 2010/04/17 22:29:36 UTC

svn commit: r935250 - /incubator/empire-db/trunk/empire-db-dist/pom.xml

Author: francisdb
Date: Sat Apr 17 20:29:35 2010
New Revision: 935250

URL: http://svn.apache.org/viewvc?rev=935250&view=rev
Log:
fix version in dist pom

Modified:
    incubator/empire-db/trunk/empire-db-dist/pom.xml

Modified: incubator/empire-db/trunk/empire-db-dist/pom.xml
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/empire-db-dist/pom.xml?rev=935250&r1=935249&r2=935250&view=diff
==============================================================================
--- incubator/empire-db/trunk/empire-db-dist/pom.xml (original)
+++ incubator/empire-db/trunk/empire-db-dist/pom.xml Sat Apr 17 20:29:35 2010
@@ -20,7 +20,7 @@
 	<parent>
 		<artifactId>empire-db-parent</artifactId>
 		<groupId>org.apache.empire-db</groupId>
-		<version>2.0.6-incubating-SNAPSHOT</version>
+		<version>2.0.7-incubating-SNAPSHOT</version>
 	</parent>
 	<groupId>org.apache.empire-db</groupId>
 	<artifactId>empire-db-dist</artifactId>