Skip to content

Commit

Permalink
minor cleanup in pom
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Dec 22, 2021
1 parent 381c993 commit 27a7e07
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Generic Webhook Plugin Changelog
Changelog of Generic Webhook Plugin.
## Unreleased
### GitHub [#225](https://github.com/jenkinsci/generic-webhook-trigger-plugin/issues/225) request Payload is not getting parsed if content-type is application/x-www-form-urlencoded

**Accept x-www-form-urlencoded #225**


[381c993b309dd00](https://github.com/jenkinsci/generic-webhook-trigger-plugin/commit/381c993b309dd00) Tomas Bjerre *2021-12-22 05:20:48*


## 1.77 (2021-09-17 12:58:35)
### No issue

Expand Down
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.25</version>
<version>4.32</version>
</parent>

<properties>
Expand Down Expand Up @@ -201,11 +201,6 @@ Changelog of Generic Webhook Plugin.


<dependencies>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>credentials</artifactId>
<version>2.1.4</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plain-credentials</artifactId>
Expand Down Expand Up @@ -263,7 +258,6 @@ Changelog of Generic Webhook Plugin.
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.13.0</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 27a7e07

Please sign in to comment.