You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2007/07/31 10:41:03 UTC

svn commit: r561267 - /cayenne/dataviews/trunk/dvmodeler/pom.xml

Author: aadamchik
Date: Tue Jul 31 01:41:02 2007
New Revision: 561267

URL: http://svn.apache.org/viewvc?view=rev&rev=561267
Log:
hardcoding japplication version to 2.0.5

Modified:
    cayenne/dataviews/trunk/dvmodeler/pom.xml

Modified: cayenne/dataviews/trunk/dvmodeler/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/dataviews/trunk/dvmodeler/pom.xml?view=diff&rev=561267&r1=561266&r2=561267
==============================================================================
--- cayenne/dataviews/trunk/dvmodeler/pom.xml (original)
+++ cayenne/dataviews/trunk/dvmodeler/pom.xml Tue Jul 31 01:41:02 2007
@@ -83,6 +83,7 @@
 			<plugin>
 				<groupId>org.objectstyle.woproject.maven2</groupId>
 				<artifactId>maven-japplication-plugin</artifactId>
+				<version>2.0.5</version>
 				<configuration>
 					<destDir>target/modeler</destDir>
 					<name>DVModeler</name>