You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2017/05/28 11:16:27 UTC

[29/50] httpcomponents-parent git commit: Revert sniffer changes.

Revert sniffer changes.

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/project/trunk@1769920 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-parent/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-parent/commit/f456b712
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-parent/tree/f456b712
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-parent/diff/f456b712

Branch: refs/heads/master
Commit: f456b712889dec7850c791faeb6995cd1aabd300
Parents: ca91211
Author: Gary D. Gregory <gg...@apache.org>
Authored: Wed Nov 16 03:02:48 2016 +0000
Committer: Gary D. Gregory <gg...@apache.org>
Committed: Wed Nov 16 03:02:48 2016 +0000

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-parent/blob/f456b712/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 76e811b..da0cf15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -752,7 +752,7 @@ Fixed JIRA link
       
       <properties>
         <!-- define this as a property to allow command-line override -->
-        <animal-sniffer.signature>${javaTarget.majorVersion}${javaTarget.minorVersion}</animal-sniffer.signature>
+        <animal-sniffer.signature>java${javaTarget.majorVersion}${javaTarget.minorVersion}</animal-sniffer.signature>
       </properties>
   
       <build>