From 95e8406009150c422a2f6f0a4b122fef71b733f5 Mon Sep 17 00:00:00 2001 From: Chandni Singh Date: Mon, 22 Feb 2016 12:14:50 -0800 Subject: [PATCH] APEXMALHAR-2000 fixed specification of Evolving/Unstable annotations in japicmp configuration --- pom.xml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 7d804f61ad..a405b2ab13 100644 --- a/pom.xml +++ b/pom.xml @@ -126,12 +126,8 @@ false true - @org.apache.hadoop.classification.InterfaceStability.Evolving - @org.apache.hadoop.classification.InterfaceStability.Unstable - com.datatorrent.lib.parser.JsonParser - com.datatorrent.lib.parser.Parser - com.datatorrent.lib.parser.XmlParser - com.datatorrent.contrib.parser.CsvParser + @org.apache.hadoop.classification.InterfaceStability$Evolving + @org.apache.hadoop.classification.InterfaceStability$Unstable ${semver.plugin.skip}