From 2ea80cf4a57d914d74dcf69e19e045a0d9ace607 Mon Sep 17 00:00:00 2001 From: Edgar Espina Date: Tue, 29 May 2018 14:45:23 -0300 Subject: [PATCH] v4.0.7 --- handlebars-guava-cache/pom.xml | 2 +- handlebars-helpers/pom.xml | 2 +- handlebars-humanize/pom.xml | 2 +- handlebars-jackson2/pom.xml | 2 +- handlebars-jdk8-tests/pom.xml | 2 +- handlebars-markdown/pom.xml | 2 +- handlebars-maven-plugin-tests/pom.xml | 2 +- handlebars-maven-plugin/pom.xml | 2 +- handlebars-proto/pom.xml | 2 +- handlebars-springmvc/pom.xml | 2 +- handlebars/pom.xml | 2 +- .../handlebars/helper/ConditionalHelpers.java | 17 +++++++++++++++++ .../handlebars-without-rhino/pom.xml | 2 +- integration-tests/pom.xml | 2 +- pom.xml | 2 +- 15 files changed, 31 insertions(+), 14 deletions(-) diff --git a/handlebars-guava-cache/pom.xml b/handlebars-guava-cache/pom.xml index 2cf146fd0..c6b375573 100644 --- a/handlebars-guava-cache/pom.xml +++ b/handlebars-guava-cache/pom.xml @@ -5,7 +5,7 @@ com.github.jknack handlebars.java - 4.0.7-SNAPSHOT + 4.0.7 4.0.0 diff --git a/handlebars-helpers/pom.xml b/handlebars-helpers/pom.xml index 051c6bb1d..838376a97 100644 --- a/handlebars-helpers/pom.xml +++ b/handlebars-helpers/pom.xml @@ -4,7 +4,7 @@ com.github.jknack handlebars.java - 4.0.7-SNAPSHOT + 4.0.7 4.0.0 diff --git a/handlebars-humanize/pom.xml b/handlebars-humanize/pom.xml index fba5d42c3..0d97f15bc 100644 --- a/handlebars-humanize/pom.xml +++ b/handlebars-humanize/pom.xml @@ -4,7 +4,7 @@ com.github.jknack handlebars.java - 4.0.7-SNAPSHOT + 4.0.7 4.0.0 diff --git a/handlebars-jackson2/pom.xml b/handlebars-jackson2/pom.xml index b788e1a91..08d199b42 100644 --- a/handlebars-jackson2/pom.xml +++ b/handlebars-jackson2/pom.xml @@ -4,7 +4,7 @@ com.github.jknack handlebars.java - 4.0.7-SNAPSHOT + 4.0.7 4.0.0 diff --git a/handlebars-jdk8-tests/pom.xml b/handlebars-jdk8-tests/pom.xml index 316cf2e17..acb4201d1 100644 --- a/handlebars-jdk8-tests/pom.xml +++ b/handlebars-jdk8-tests/pom.xml @@ -6,7 +6,7 @@ handlebars.java com.github.jknack - 4.0.7-SNAPSHOT + 4.0.7 4.0.0 diff --git a/handlebars-markdown/pom.xml b/handlebars-markdown/pom.xml index ba2fd01e4..d4df70521 100644 --- a/handlebars-markdown/pom.xml +++ b/handlebars-markdown/pom.xml @@ -4,7 +4,7 @@ com.github.jknack handlebars.java - 4.0.7-SNAPSHOT + 4.0.7 4.0.0 diff --git a/handlebars-maven-plugin-tests/pom.xml b/handlebars-maven-plugin-tests/pom.xml index 5aa77f85e..14d95abbe 100644 --- a/handlebars-maven-plugin-tests/pom.xml +++ b/handlebars-maven-plugin-tests/pom.xml @@ -4,7 +4,7 @@ com.github.jknack handlebars.java - 4.0.7-SNAPSHOT + 4.0.7 4.0.0 diff --git a/handlebars-maven-plugin/pom.xml b/handlebars-maven-plugin/pom.xml index 935b961d1..edd45871a 100644 --- a/handlebars-maven-plugin/pom.xml +++ b/handlebars-maven-plugin/pom.xml @@ -4,7 +4,7 @@ com.github.jknack handlebars.java - 4.0.7-SNAPSHOT + 4.0.7 4.0.0 diff --git a/handlebars-proto/pom.xml b/handlebars-proto/pom.xml index a7b03a26b..bb7ffcd5f 100644 --- a/handlebars-proto/pom.xml +++ b/handlebars-proto/pom.xml @@ -4,7 +4,7 @@ com.github.jknack handlebars.java - 4.0.7-SNAPSHOT + 4.0.7 4.0.0 diff --git a/handlebars-springmvc/pom.xml b/handlebars-springmvc/pom.xml index 252d240a4..4674fd0ba 100644 --- a/handlebars-springmvc/pom.xml +++ b/handlebars-springmvc/pom.xml @@ -4,7 +4,7 @@ com.github.jknack handlebars.java - 4.0.7-SNAPSHOT + 4.0.7 4.0.0 diff --git a/handlebars/pom.xml b/handlebars/pom.xml index 8df1c288f..8aa680d7c 100644 --- a/handlebars/pom.xml +++ b/handlebars/pom.xml @@ -5,7 +5,7 @@ com.github.jknack handlebars.java - 4.0.7-SNAPSHOT + 4.0.7 4.0.0 diff --git a/handlebars/src/main/java/com/github/jknack/handlebars/helper/ConditionalHelpers.java b/handlebars/src/main/java/com/github/jknack/handlebars/helper/ConditionalHelpers.java index 99e98faa0..d4977a80e 100644 --- a/handlebars/src/main/java/com/github/jknack/handlebars/helper/ConditionalHelpers.java +++ b/handlebars/src/main/java/com/github/jknack/handlebars/helper/ConditionalHelpers.java @@ -1,3 +1,20 @@ +/** + * Copyright (c) 2012-2015 Edgar Espina + * + * This file is part of Handlebars.java. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.github.jknack.handlebars.helper; import com.github.jknack.handlebars.Handlebars; diff --git a/integration-tests/handlebars-without-rhino/pom.xml b/integration-tests/handlebars-without-rhino/pom.xml index 3daca667e..2e71a9b06 100644 --- a/integration-tests/handlebars-without-rhino/pom.xml +++ b/integration-tests/handlebars-without-rhino/pom.xml @@ -4,7 +4,7 @@ com.github.jknack integration-tests - 4.0.7-SNAPSHOT + 4.0.7 4.0.0 diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 826866b13..b2cac1b59 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -4,7 +4,7 @@ com.github.jknack handlebars.java - 4.0.7-SNAPSHOT + 4.0.7 4.0.0 diff --git a/pom.xml b/pom.xml index a9411ba05..e6b815604 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.github.jknack handlebars.java - 4.0.7-SNAPSHOT + 4.0.7 pom Handlebars.java