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 2019/04/10 14:55:17 UTC

[cayenne] branch STABLE-4.1 updated: Update docker-maven-plugin and disallow Postgres build failure

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

ntimofeev pushed a commit to branch STABLE-4.1
in repository https://gitbox.apache.org/repos/asf/cayenne.git


The following commit(s) were added to refs/heads/STABLE-4.1 by this push:
     new c121925  Update docker-maven-plugin and disallow Postgres build failure
c121925 is described below

commit c121925c7e6977bd49ad0bcbc8653aecf38966e1
Author: Nikita Timofeev <st...@gmail.com>
AuthorDate: Wed Apr 10 17:50:08 2019 +0300

    Update docker-maven-plugin and disallow Postgres build failure
---
 .travis.yml | 2 --
 pom.xml     | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index b0d60d1..26c1760 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,8 +46,6 @@ jdk:
 matrix:
   allow_failures:
     - jdk: openjdk-ea
-    # allow failures on PostgreSQL as it just hangs too often
-    - env: DB_PROFILE=postgres-docker
 
 script:
   - travis_wait mvn verify -q $EXCLUDE_MODULES -DcayenneTestConnection=$DB_PROFILE -DcayenneLogLevel=ERROR
diff --git a/pom.xml b/pom.xml
index 6dec419..a12b5f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -854,7 +854,7 @@
                 <plugin>
                     <groupId>io.fabric8</groupId>
                     <artifactId>docker-maven-plugin</artifactId>
-                    <version>0.28.0</version>
+                    <version>0.29.0</version>
                 </plugin>
             </plugins>
 		</pluginManagement>