Fixed parent artifactId in config/pom.xml

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

Branch: refs/heads/feature/zookeeper-config
Commit: 22a1e59b218aa42354116caee813e6b77ec10e48
Parents: 041cc67
Author: Imesha Sudasingha <imesha.sudasin...@gmail.com>
Authored: Fri Jul 14 08:22:04 2017 +0530
Committer: Imesha Sudasingha <imesha.sudasin...@gmail.com>
Committed: Fri Jul 14 08:22:04 2017 +0530

----------------------------------------------------------------------
 config/pom.xml | 2 +-
 core/pom.xml   | 4 ----
 2 files changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oodt/blob/22a1e59b/config/pom.xml
----------------------------------------------------------------------
diff --git a/config/pom.xml b/config/pom.xml
index d75e032..b890ade 100644
--- a/config/pom.xml
+++ b/config/pom.xml
@@ -3,7 +3,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>oodt</artifactId>
+        <artifactId>oodt-core</artifactId>
         <groupId>org.apache.oodt</groupId>
         <version>1.1-SNAPSHOT</version>
         <relativePath>../core/pom.xml</relativePath>

http://git-wip-us.apache.org/repos/asf/oodt/blob/22a1e59b/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index f895a4b..dd8725c 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -247,26 +247,22 @@ the License.
         <artifactId>saxon-dom</artifactId>
         <version>8.7</version>
       </dependency>
-
       <dependency>
         <groupId>org.apache.curator</groupId>
         <artifactId>curator-framework</artifactId>
         <version>3.3.0</version>
       </dependency>
-
       <dependency>
         <groupId>org.apache.curator</groupId>
         <artifactId>curator-test</artifactId>
         <version>3.3.0</version>
         <scope>test</scope>
       </dependency>
-
       <dependency>
         <groupId>args4j</groupId>
         <artifactId>args4j</artifactId>
         <version>2.33</version>
       </dependency>
-
       <dependency>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt-frontend-jaxrs</artifactId>

Reply via email to