Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Evolveum/midpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Oct 17, 2016
2 parents 29fa771 + a47e3a7 commit cefdce6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
17 changes: 8 additions & 9 deletions .travis.yml
@@ -1,4 +1,4 @@
sudo: false
sudo: required
dist: trusty
language: java

Expand All @@ -15,20 +15,19 @@ before_install:
- unzip -qq apache-maven-3.3.9-bin.zip
- export M2_HOME=$PWD/apache-maven-3.3.9
- export PATH=$M2_HOME/bin:$PATH
- export MAVEN_OPTS='-Xmx2g -XX:MaxPermSize=256m'
- export MAVEN_OPTS='-Xmx2g'

# custom script is used so build and tests are done in one mvn command, separating it (as Travis does by default) leads to problem with ConnId (notably DummyResource)
script: mvn clean install

addons:
hostname: localhost # workaround for short hostname
apt:
packages:
- oracle-java8-installer # install newest JDK8
#- openjdk-8-jdk
#apt:
#packages:
#- oracle-java8-installer # install newest JDK8

jdk:
- openjdk7
- oraclejdk7
#- openjdk8
#- openjdk7
#- oraclejdk7
- oraclejdk8
- openjdk8
8 changes: 4 additions & 4 deletions samples/evolveum/role-catalog.xml
Expand Up @@ -27,21 +27,21 @@

<org oid="00000000-ee88-6666-0000-c0000000a000">
<name>RA000</name>
<displayName>Testing Roles</displayName>
<parentOrgRef oid="00000000-ee88-6666-0000-c00000000000" type="c:OrgType"/>
<assignment>
<targetRef oid="00000000-ee88-6666-0000-c00000000000" type="c:OrgType"/>
</assignment>
<displayName>Testing Roles</displayName>
<orgType>roleCategory</orgType>
</org>

<org oid="00000000-ee88-6666-0000-c00000001000">
<name>R1000</name>
<displayName>Jira</displayName>
<parentOrgRef oid="00000000-ee88-6666-0000-c00000000000" type="c:OrgType"/>
<assignment>
<targetRef oid="00000000-ee88-6666-0000-c00000000000" type="c:OrgType"/>
</assignment>
<displayName>Jira</displayName>
<orgType>application</orgType>
</org>

Expand Down Expand Up @@ -81,12 +81,12 @@

<org oid="00000000-ee88-6666-0000-c00000002000">
<name>R2000</name>
<displayName>Confluence</displayName>
<description>Confluence Wiki</description>
<parentOrgRef oid="00000000-ee88-6666-0000-c00000000000" type="c:OrgType"/>
<assignment>
<targetRef oid="00000000-ee88-6666-0000-c00000000000" type="c:OrgType"/>
</assignment>
<displayName>Confluence</displayName>
<orgType>application</orgType>
</org>

Expand Down Expand Up @@ -136,11 +136,11 @@

<org oid="00000000-ee88-6666-0000-c00000003000">
<name>R3000</name>
<displayName>Gizmo</displayName>
<parentOrgRef oid="00000000-ee88-6666-0000-c00000000000" type="c:OrgType"/>
<assignment>
<targetRef oid="00000000-ee88-6666-0000-c00000000000" type="c:OrgType"/>
</assignment>
<displayName>Gizmo</displayName>
<orgType>application</orgType>
</org>

Expand Down

0 comments on commit cefdce6

Please sign in to comment.