Skip to content
This repository has been archived by the owner on Nov 14, 2018. It is now read-only.

Commit

Permalink
Release 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrichard committed Feb 9, 2018
1 parent 899240f commit 464bd9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {

plugins { id 'groovy' }

version = '6.0.1-SNAPSHOT'
version = '6.0.1'

apply plugin: 'com.blackducksoftware.integration.library'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ public void addBuilderAuthentication() throws IntegrationException {
} catch (final IntegrationException e) {
throw new IOException("Cannot refresh token", e);
}
commonRequestHeaders.put(TokenManager.WWW_AUTH_RESP, credential);
httpRequest.addHeader(TokenManager.WWW_AUTH_RESP, credential);
};
getClientBuilder().addInterceptorLast(requestInterceptor);
Expand Down

0 comments on commit 464bd9c

Please sign in to comment.