File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+ ## [ 1.0.1] ( https://github.com/applandinc/appmap-java/compare/v1.0.0...v1.0.1 ) (2021-03-17)
2+
3+
4+ ### Bug Fixes
5+
6+ * disable http client requests ([ #60 ] ( https://github.com/applandinc/appmap-java/issues/60 ) ) ([ 2131d82] ( https://github.com/applandinc/appmap-java/commit/2131d822d8026900f00bacac7ccb8b146c65d464 ) )
7+
18# 1.0.0 (2021-03-17)
29
310
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ repositories {
2424// hardcoded -- could be redefined via env variables and project properties (see below)
2525def parameterizedVersion = findProperty(' appMapAgentVersion' )
2626def travisVersion = System . getenv(" TRAVIS_BRANCH" )
27- def defaultVersion = ' 1.0.0 '
27+ def defaultVersion = ' 1.0.1 '
2828
2929def versionLikeRegexp = / ^\d +\.\d +.*/
3030def travisVersionValid = travisVersion && (travisVersion ==~ versionLikeRegexp)
You can’t perform that action at this time.
0 commit comments