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 2009/07/26 21:50:29 UTC

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

Author: francisdb
Date: Sun Jul 26 19:50:28 2009
New Revision: 797980

URL: http://svn.apache.org/viewvc?rev=797980&view=rev
Log:
add missing inceptionYear

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

Modified: incubator/empire-db/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/pom.xml?rev=797980&r1=797979&r2=797980&view=diff
==============================================================================
--- incubator/empire-db/trunk/pom.xml (original)
+++ incubator/empire-db/trunk/pom.xml Sun Jul 26 19:50:28 2009
@@ -30,6 +30,7 @@
 	<version>2.0.6-incubating-SNAPSHOT</version>
 	<name>Empire-db Parent</name>
 	<description>Apache Empire-db is an Open Source relational data persistence component which allows database vendor independent dynamic query definition as well as safe and simple data retrieval and updating. Compared to most other solutions like e.g. Hibernate, TopLink, iBATIS or JPA implementations, Empire-db takes a considerably different approach, with a special focus on compile-time safety, reduced redundancies and improved developer productivity.</description>
+	<inceptionYear>2008</inceptionYear>
 	
 	<properties>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>