You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2016/11/16 03:01:41 UTC

svn commit: r1769919 - /httpcomponents/project/trunk/pom.xml

Author: ggregory
Date: Wed Nov 16 03:01:40 2016
New Revision: 1769919

URL: http://svn.apache.org/viewvc?rev=1769919&view=rev
Log:
Revert sniffer changes.

Modified:
    httpcomponents/project/trunk/pom.xml

Modified: httpcomponents/project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/project/trunk/pom.xml?rev=1769919&r1=1769918&r2=1769919&view=diff
==============================================================================
--- httpcomponents/project/trunk/pom.xml (original)
+++ httpcomponents/project/trunk/pom.xml Wed Nov 16 03:01:40 2016
@@ -752,7 +752,7 @@ Fixed JIRA link
       
       <properties>
         <!-- define this as a property to allow command-line override -->
-        <animal-sniffer.signature>java1${javaTarget.majorVersion}</animal-sniffer.signature>
+        <animal-sniffer.signature>${javaTarget.majorVersion}${javaTarget.minorVersion}</animal-sniffer.signature>
       </properties>
   
       <build>