You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by vr...@apache.org on 2016/09/07 17:16:56 UTC

apex-core git commit: APEXCORE-521 upate parent pom references.

Repository: apex-core
Updated Branches:
  refs/heads/master 70ceae3db -> eacb7a4cf


APEXCORE-521 upate parent pom references.


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

Branch: refs/heads/master
Commit: eacb7a4cf4231cb7a4225c6a2b2f10d61c0a9863
Parents: 70ceae3
Author: Thomas Weise <th...@datatorrent.com>
Authored: Fri Sep 2 11:25:25 2016 -0700
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Tue Sep 6 18:19:01 2016 -0700

----------------------------------------------------------------------
 pom.xml               | 2 +-
 shaded-ning19/pom.xml | 7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/apex-core/blob/eacb7a4c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a26d960..e48adc3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>16</version>
+    <version>18</version>
   </parent>
 
   <groupId>org.apache.apex</groupId>

http://git-wip-us.apache.org/repos/asf/apex-core/blob/eacb7a4c/shaded-ning19/pom.xml
----------------------------------------------------------------------
diff --git a/shaded-ning19/pom.xml b/shaded-ning19/pom.xml
index 9a2a8d4..70b90b1 100644
--- a/shaded-ning19/pom.xml
+++ b/shaded-ning19/pom.xml
@@ -23,9 +23,10 @@
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <groupId>org.apache.apex</groupId>
-    <artifactId>apex</artifactId>
-    <version>3.3.0-incubating</version>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>18</version>
+    <relativePath/>
   </parent>
   <groupId>org.apache.apex</groupId>
   <artifactId>apex-shaded-ning19</artifactId>