Repository: cayenne
Updated Branches:
  refs/heads/master 949e3831a -> 66d44c2d2


Trying to setup Jenkins / postgres


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

Branch: refs/heads/master
Commit: 66d44c2d266b0e0a227593e422dbd714bb734b4a
Parents: 949e383
Author: Andrus Adamchik <and...@objectstyle.com>
Authored: Tue Nov 29 15:49:22 2016 +0300
Committer: Andrus Adamchik <and...@objectstyle.com>
Committed: Tue Nov 29 15:49:22 2016 +0300

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/66d44c2d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fff5310..dd7b689 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1418,11 +1418,11 @@
                        </dependencies>
                </profile>
                <profile>
-                       <id>postgres-docker</id>
+                       <id>postgresdocker</id>
                        <activation>
                                <property>
                                        <name>cayenneTestConnection</name>
-                                       <value>postgres-docker</value>
+                                       <value>postgresdocker</value>
                                </property>
                        </activation>
                        <dependencies>

Reply via email to