Author: tomdz
Date: Wed Jun 27 21:51:04 2007
New Revision: 551445
URL: http://svn.apache.org/viewvc?view=rev&rev=551445
Log:
Missed the POM when updating the version number in the configuration files
Modified:
db/ddlutils/trunk/pom.xml
Modified: db/ddlutils/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/db/ddlutils/trunk/pom.xml?view=diff&rev=551445&r1=551444&r2=551445
==============================================================================
--- db/ddlutils/trunk/pom.xml (original)
+++ db/ddlutils/trunk/pom.xml Wed Jun 27 21:51:04 2007
@@ -30,7 +30,7 @@
<groupId>org.apache.ddlutils</groupId>
<artifactId>ddlutils</artifactId>
<packaging>jar</packaging>
- <version>1.0-RC2</version>
+ <version>1.0</version>
<name>Apache DdlUtils</name>
<description>
DdlUtils is a small, easy-to-use component for working with Database
Definition (DDL) files.