File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ # 1.0.0 (2021-03-17)
2+
3+
4+ ### Features
5+
6+ * AppMap Maven plugin ([ #46 ] ( https://github.com/applandinc/appmap-java/issues/46 ) ) ([ 1798df2] ( https://github.com/applandinc/appmap-java/commit/1798df254f76155bdae9d74ff1f32b7be6f1d15b ) )
7+ * appmap.yml errors are logged to stderr ([ e746253] ( https://github.com/applandinc/appmap-java/commit/e7462538725142b50638c036835e04345f1a81d4 ) )
8+
19## 0.5.1 (2021-03-09)
210
311### Added
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 = ' 0.5.1 '
27+ def defaultVersion = ' 1.0.0 '
2828
2929def versionLikeRegexp = / ^\d +\.\d +.*/
3030def travisVersionValid = travisVersion && (travisVersion ==~ versionLikeRegexp)
You can’t perform that action at this time.
0 commit comments