Repository: camel Updated Branches: refs/heads/master 8e13c5e18 -> cd289ce49
Downgrade Mustache to version 0.8.16, since 0.9.x is Java 8 only Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/cd289ce4 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/cd289ce4 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/cd289ce4 Branch: refs/heads/master Commit: cd289ce49eec0c91a7965f7fd8168421364eacc3 Parents: 8e13c5e Author: Andrea Cosentino <[email protected]> Authored: Sun Jul 12 16:17:58 2015 +0200 Committer: Andrea Cosentino <[email protected]> Committed: Sun Jul 12 16:17:58 2015 +0200 ---------------------------------------------------------------------- components/camel-mustache/pom.xml | 2 +- parent/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/cd289ce4/components/camel-mustache/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-mustache/pom.xml b/components/camel-mustache/pom.xml index f7b9ffd..e529a6c 100644 --- a/components/camel-mustache/pom.xml +++ b/components/camel-mustache/pom.xml @@ -71,7 +71,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> - <skipTests>true</skipTests> + <skipTests>false</skipTests> </configuration> </plugin> </plugins> http://git-wip-us.apache.org/repos/asf/camel/blob/cd289ce4/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 3d4e575..3339745 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -361,7 +361,7 @@ <mongo-java-driver-version>3.0.2</mongo-java-driver-version> <mqtt-client-version>1.10</mqtt-client-version> <msv-version>2013.6.1</msv-version> - <mustache-java-version>0.9.0</mustache-java-version> + <mustache-java-version>0.8.16</mustache-java-version> <mustache-guava-version>16.0</mustache-guava-version> <mustache-bundle-version>0.8.16_1</mustache-bundle-version> <mvel-version>2.2.5.Final</mvel-version>
