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

cayenne git commit: replace "maven-cayenne-plugin" with "cayenne-maven-plugin"

Repository: cayenne
Updated Branches:
  refs/heads/master fa85eb60f -> 062e85259


replace "maven-cayenne-plugin" with "cayenne-maven-plugin"


Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo
Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/062e8525
Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/062e8525
Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/062e8525

Branch: refs/heads/master
Commit: 062e8525944d59ae165797c58c95a9925010c4f5
Parents: fa85eb6
Author: Nikita Timofeev <st...@gmail.com>
Authored: Fri Feb 3 13:36:06 2017 +0300
Committer: Nikita Timofeev <st...@gmail.com>
Committed: Fri Feb 3 13:36:06 2017 +0300

----------------------------------------------------------------------
 build-tools/cayenne-coverage/pom.xml | 2 +-
 cayenne-crypto/pom.xml               | 2 +-
 cayenne-java8/pom.xml                | 2 +-
 cayenne-joda/pom.xml                 | 2 +-
 cayenne-protostuff/pom.xml           | 2 +-
 itests/cayenne-tools-itest/pom.xml   | 2 +-
 pom.xml                              | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/062e8525/build-tools/cayenne-coverage/pom.xml
----------------------------------------------------------------------
diff --git a/build-tools/cayenne-coverage/pom.xml b/build-tools/cayenne-coverage/pom.xml
index aa09df8..6a4a51b 100644
--- a/build-tools/cayenne-coverage/pom.xml
+++ b/build-tools/cayenne-coverage/pom.xml
@@ -52,7 +52,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.cayenne.plugins</groupId>
-            <artifactId>maven-cayenne-plugin</artifactId>
+            <artifactId>cayenne-maven-plugin</artifactId>
             <version>${cayenne.version}</version>
         </dependency>
         <dependency>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/062e8525/cayenne-crypto/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-crypto/pom.xml b/cayenne-crypto/pom.xml
index 74b60b9..6ed1b8c 100644
--- a/cayenne-crypto/pom.xml
+++ b/cayenne-crypto/pom.xml
@@ -88,7 +88,7 @@
             </plugin>
 			<plugin>
 				<groupId>org.apache.cayenne.plugins</groupId>
-				<artifactId>maven-cayenne-plugin</artifactId>
+				<artifactId>cayenne-maven-plugin</artifactId>
 				<version>${project.version}</version>
 				<configuration>
 					<map>${project.basedir}/src/test/resources/datamap.map.xml</map>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/062e8525/cayenne-java8/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-java8/pom.xml b/cayenne-java8/pom.xml
index ee70b55..598f21a 100644
--- a/cayenne-java8/pom.xml
+++ b/cayenne-java8/pom.xml
@@ -91,7 +91,7 @@
 			</plugin>
 			<plugin>
 				<groupId>org.apache.cayenne.plugins</groupId>
-				<artifactId>maven-cayenne-plugin</artifactId>
+				<artifactId>cayenne-maven-plugin</artifactId>
 				<version>${project.version}</version>
 				<configuration>
 					<map>${project.basedir}/src/test/resources/java8.map.xml</map>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/062e8525/cayenne-joda/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-joda/pom.xml b/cayenne-joda/pom.xml
index 18354ff..77c40f9 100644
--- a/cayenne-joda/pom.xml
+++ b/cayenne-joda/pom.xml
@@ -113,7 +113,7 @@
             </plugin>
 			<plugin>
 				<groupId>org.apache.cayenne.plugins</groupId>
-				<artifactId>maven-cayenne-plugin</artifactId>
+				<artifactId>cayenne-maven-plugin</artifactId>
 				<version>${project.version}</version>
 				<configuration>
 					<map>${project.basedir}/src/test/resources/joda.map.xml</map>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/062e8525/cayenne-protostuff/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-protostuff/pom.xml b/cayenne-protostuff/pom.xml
index 185f446..510358f 100644
--- a/cayenne-protostuff/pom.xml
+++ b/cayenne-protostuff/pom.xml
@@ -110,7 +110,7 @@
             </plugin>
             <plugin>
                 <groupId>org.apache.cayenne.plugins</groupId>
-                <artifactId>maven-cayenne-plugin</artifactId>
+                <artifactId>cayenne-maven-plugin</artifactId>
                 <version>${project.version}</version>
                 <configuration>
                     <map>${project.basedir}/src/test/resources/protostuff.map.xml</map>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/062e8525/itests/cayenne-tools-itest/pom.xml
----------------------------------------------------------------------
diff --git a/itests/cayenne-tools-itest/pom.xml b/itests/cayenne-tools-itest/pom.xml
index 6f2a75f..6f20fb9 100644
--- a/itests/cayenne-tools-itest/pom.xml
+++ b/itests/cayenne-tools-itest/pom.xml
@@ -67,7 +67,7 @@
 			
 			<plugin>
 				<groupId>org.apache.cayenne.plugins</groupId>
-				<artifactId>maven-cayenne-plugin</artifactId>
+				<artifactId>cayenne-maven-plugin</artifactId>
 				<version>${project.version}</version>
 				<executions>
 				    <execution>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/062e8525/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1a5e7b9..0c492f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -672,7 +672,7 @@
 								<pluginExecution>
 									<pluginExecutionFilter>
 										<groupId>org.apache.cayenne.plugins</groupId>
-										<artifactId>maven-cayenne-plugin</artifactId>
+										<artifactId>cayenne-maven-plugin</artifactId>
 										<versionRange>[1.0,)</versionRange>
 										<goals>
 											<goal>cgen</goal>