Skip to content

Commit

Permalink
chore(release): 1.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.2](v1.1.1...v1.1.2) (2021-04-08)

### Bug Fixes

* Upgrade appmap-agent to 1.0.4 ([65b0b70](65b0b70))
  • Loading branch information
semantic-release-bot committed Apr 8, 2021
1 parent 65b0b70 commit 33dc969
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.2](https://github.com/applandinc/appmap-maven-plugin/compare/v1.1.1...v1.1.2) (2021-04-08)


### Bug Fixes

* Upgrade appmap-agent to 1.0.4 ([65b0b70](https://github.com/applandinc/appmap-maven-plugin/commit/65b0b708871fcb56009d8fa2d81ca2a28b90ecd2))

## [1.1.1](https://github.com/applandinc/appmap-maven-plugin/compare/v1.1.0...v1.1.1) (2021-03-23)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
def defGroupId = 'com.appland'
def defArtifactId = 'appmap-maven-plugin'
def defName = 'AppMap Maven Plugin'
def defVersion = "1.1.1"
def defVersion = "1.1.2"

This comment has been minimized.

Copy link
@marcuss

marcuss Apr 8, 2021

@dustinbyrne should we change this like currently on gradle plugin to work with the latest version of the agent?

def defDescription = 'Maven plugin to record AppMaps with the appmap.jar agent'
def defGitSlug = "applandinc/appmap-java-maven-plugin"
def defMavenRepo = 'https://s01.oss.sonatype.org'
Expand Down

0 comments on commit 33dc969

Please sign in to comment.