From 92b51917267d2bdce3ef0e61f8ec259b97456cc7 Mon Sep 17 00:00:00 2001 From: Michael Osipov Date: Mon, 10 Jun 2019 13:54:20 +0200 Subject: [PATCH] Revert "Modello changes" They weren't properly squashed and worded. This reverts commit 5035837094115f31f86d8ddf0a8dace7b1fa52bc. This reverts commit 8aaeb8adf570e88bf38298a8a9349372d7d53161. --- .../model/interpolation/StringSearchModelInterpolator.java | 5 ----- pom.xml | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/StringSearchModelInterpolator.java b/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/StringSearchModelInterpolator.java index afd3b0a50b..25982cd6d8 100644 --- a/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/StringSearchModelInterpolator.java +++ b/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/StringSearchModelInterpolator.java @@ -19,7 +19,6 @@ package org.apache.maven.model.interpolation; * under the License. */ -import org.apache.maven.model.InputLocation; import org.apache.maven.model.Model; import org.apache.maven.model.building.ModelBuildingRequest; import org.apache.maven.model.building.ModelProblem.Severity; @@ -220,10 +219,6 @@ public class StringSearchModelInterpolator { return false; } - if ( InputLocation.class.equals( fieldType ) ) - { - return false; - } //noinspection SimplifiableIfStatement if ( fieldType.isPrimitive() ) diff --git a/pom.xml b/pom.xml index 0d8a11ac94..e734a1d637 100644 --- a/pom.xml +++ b/pom.xml @@ -62,7 +62,7 @@ under the License. 3.3.2 1.4 1.7 - 1.11 + 1.10.0 1.3 1.3.3 1.7.25