Repository: cayenne
Updated Branches:
  refs/heads/master a0cd93d69 -> cbca4bcc7


fixed link to parent POM


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

Branch: refs/heads/master
Commit: cbca4bcc7aa93ad8d0b4cb3f9475841fdaeb7fca
Parents: a0cd93d
Author: Nikita Timofeev <stari...@gmail.com>
Authored: Wed Feb 1 17:53:53 2017 +0300
Committer: Nikita Timofeev <stari...@gmail.com>
Committed: Wed Feb 1 17:53:53 2017 +0300

----------------------------------------------------------------------
 maven-plugins/cayenne-maven-plugin/pom.xml         | 2 +-
 maven-plugins/maven-cayenne-modeler-plugin/pom.xml | 2 +-
 maven-plugins/maven-cayenne-plugin/pom.xml         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/cbca4bcc/maven-plugins/cayenne-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/cayenne-maven-plugin/pom.xml 
b/maven-plugins/cayenne-maven-plugin/pom.xml
index 9871994..cb57417 100644
--- a/maven-plugins/cayenne-maven-plugin/pom.xml
+++ b/maven-plugins/cayenne-maven-plugin/pom.xml
@@ -12,7 +12,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
 
        <parent>
-               <artifactId>cayenne-plugins-parent</artifactId>
+               <artifactId>cayenne-maven-plugins-parent</artifactId>
                <groupId>org.apache.cayenne.plugins</groupId>
                <version>4.0.M5-SNAPSHOT</version>
        </parent>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/cbca4bcc/maven-plugins/maven-cayenne-modeler-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/maven-cayenne-modeler-plugin/pom.xml 
b/maven-plugins/maven-cayenne-modeler-plugin/pom.xml
index f3b05d1..8c3b4ab 100644
--- a/maven-plugins/maven-cayenne-modeler-plugin/pom.xml
+++ b/maven-plugins/maven-cayenne-modeler-plugin/pom.xml
@@ -20,7 +20,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
 
        <parent>
-               <artifactId>cayenne-plugins-parent</artifactId>
+               <artifactId>cayenne-maven-plugins-parent</artifactId>
                <groupId>org.apache.cayenne.plugins</groupId>
                <version>4.0.M5-SNAPSHOT</version>
        </parent>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/cbca4bcc/maven-plugins/maven-cayenne-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/maven-cayenne-plugin/pom.xml 
b/maven-plugins/maven-cayenne-plugin/pom.xml
index cfd365c..b45af8b 100644
--- a/maven-plugins/maven-cayenne-plugin/pom.xml
+++ b/maven-plugins/maven-cayenne-plugin/pom.xml
@@ -22,7 +22,7 @@
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
     <parent>
-        <artifactId>cayenne-plugins-parent</artifactId>
+        <artifactId>cayenne-maven-plugins-parent</artifactId>
         <groupId>org.apache.cayenne.plugins</groupId>
         <version>4.0.M5-SNAPSHOT</version>
     </parent>

Reply via email to