Author: aadamchik
Date: Mon Dec 25 02:52:48 2006
New Revision: 490127
URL: http://svn.apache.org/viewvc?view=rev&rev=490127
Log:
renaming plugin to follow normal maven naming conventions
Modified:
incubator/cayenne/main/trunk/other/maven-cayenne-build-plugin/pom.xml
Modified: incubator/cayenne/main/trunk/other/maven-cayenne-build-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/other/maven-cayenne-build-plugin/pom.xml?view=diff&rev=490127&r1=490126&r2=490127
==============================================================================
--- incubator/cayenne/main/trunk/other/maven-cayenne-build-plugin/pom.xml
(original)
+++ incubator/cayenne/main/trunk/other/maven-cayenne-build-plugin/pom.xml Mon
Dec 25 02:52:48 2006
@@ -22,7 +22,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cayenne.maven.plugin</groupId>
- <artifactId>build-maven-plugin</artifactId>
+ <artifactId>maven-cayenne-build-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Cayenne Maven2 Plugins :: Internal Build Plugin</name>
<dependencies>