You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sw...@apache.org on 2018/05/08 19:13:25 UTC

[ambari] branch trunk updated: [AMBARI-23795] Server Error while Bulk Deleting Hosts (#1214)

This is an automated email from the ASF dual-hosted git repository.

swagle pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new a1b30c9  [AMBARI-23795] Server Error while Bulk Deleting Hosts (#1214)
a1b30c9 is described below

commit a1b30c9340e084bbebfd9ec9e09b1a1808aa6097
Author: majorendre <34...@users.noreply.github.com>
AuthorDate: Tue May 8 21:13:21 2018 +0200

    [AMBARI-23795] Server Error while Bulk Deleting Hosts (#1214)
---
 ambari-project/pom.xml | 2 +-
 ambari-server/pom.xml  | 2 +-
 pom.xml                | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/ambari-project/pom.xml b/ambari-project/pom.xml
index e20a968..854f9cb 100644
--- a/ambari-project/pom.xml
+++ b/ambari-project/pom.xml
@@ -218,7 +218,7 @@
       <dependency>
         <groupId>org.eclipse.persistence</groupId>
         <artifactId>eclipselink</artifactId>
-        <version>2.6.2</version>
+        <version>${eclipselink.version}</version>
       </dependency>
       <dependency>
         <groupId>org.postgresql</groupId>
diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml
index cc82a6b..b52baf4 100644
--- a/ambari-server/pom.xml
+++ b/ambari-server/pom.xml
@@ -497,7 +497,7 @@
           <dependency>
             <groupId>org.eclipse.persistence</groupId>
             <artifactId>eclipselink</artifactId>
-            <version>2.6.2</version>
+            <version>${eclipselink.version}</version>
           </dependency>
         </dependencies>
       </plugin>
diff --git a/pom.xml b/pom.xml
index b2469c4..1da7be0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,6 +61,7 @@
     <distMgmtStagingName>Apache Release Distribution Repository</distMgmtStagingName>
     <distMgmtStagingUrl>https://repository.apache.org/service/local/staging/deploy/maven2</distMgmtStagingUrl>
     <assemblyPhase>package</assemblyPhase> <!-- use -DassemblyPhase=none to skip building tarball, useful when you want purely compile jar -->
+    <eclipselink.version>2.6.2</eclipselink.version>
   </properties>
   <pluginRepositories>
     <pluginRepository>

-- 
To stop receiving notification emails like this one, please contact
swagle@apache.org.