Skip to content

Commit

Permalink
Merge 09cfb30 into 9e78910
Browse files Browse the repository at this point in the history
  • Loading branch information
velo committed Feb 28, 2016
2 parents 9e78910 + 09cfb30 commit ccdd9d4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ install:
- mvn install dependency:go-offline -Pskip-formatter -DskipTests=true -q -f driver/pom.xml -Dfailsafe.timeout=0

script:
- mvn install -P travis -B -f driver/pom.xml -Dfailsafe.timeout=0
- mvn install -P travis,release -B -f driver/pom.xml -Dfailsafe.timeout=0
- cd tests-scala ; sbt test
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ install:


build_script:
- mvn clean install -P travis -B -f driver/pom.xml -Dfailsafe.timeout=0
- mvn clean install -P travis,release -B -f driver/pom.xml -Dfailsafe.timeout=0
8 changes: 0 additions & 8 deletions driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -313,12 +313,4 @@
</build>
</profile>
</profiles>

<repositories>
<repository>
<id>apache-staging</id>
<url>https://repository.apache.org/content/groups/staging/</url>
</repository>
</repositories>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ protected ODatabaseDocumentTx getDatabase(boolean create, boolean open) {
}

/**
* Enable or disable the prefixing of class names with V_<label> for
* vertices or E_<label> for edges.
* Enable or disable the prefixing of class names with V_&lt;label&gt; for
* vertices or E_&lt;label&gt; for edges.
*
* @param is
* if true classname equals label, if false classname is prefixed
Expand Down

0 comments on commit ccdd9d4

Please sign in to comment.