Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Dec 12, 2018
1 parent 29f6e77 commit ddb9658
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Generic Webhook Plugin Changelog
Changelog of Generic Webhook Plugin.
## Unreleased
## 1.51 (2018-12-12 16:45:53)
### GitHub [#91](https://github.com/jenkinsci/generic-webhook-trigger-plugin/issues/91) Ability to include the result from value filter *enhancement*

**Test case for changed files in folders #91**
Expand All @@ -11,6 +11,11 @@ Changelog of Generic Webhook Plugin.

### No issue

**Contributing result of JSONPath $ exactly as received**


[94a88fa42fe6ad3](https://github.com/jenkinsci/generic-webhook-trigger-plugin/commit/94a88fa42fe6ad3) Tomas Bjerre *2018-12-12 16:44:19*

**Example of GitLab triggering on comment**


Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</properties>

<artifactId>generic-webhook-trigger</artifactId>
<version>1.51</version>
<version>1.52-SNAPSHOT</version>
<name>Generic Webhook Trigger Plugin</name>
<description>Trigger that can receive any HTTP request, extract any JSONPath/XPath values and trigger a job with those values available as variables.</description>
<url>https://wiki.jenkins-ci.org/display/JENKINS/Generic+Webhook+Trigger+Plugin</url>
Expand Down Expand Up @@ -60,7 +60,7 @@
<connection>scm:git:ssh://github.com:jenkinsci/generic-webhook-trigger-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/generic-webhook-trigger-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/generic-webhook-trigger-plugin</url>
<tag>generic-webhook-trigger-1.51</tag>
<tag>HEAD</tag>
</scm>

<repositories>
Expand Down

0 comments on commit ddb9658

Please sign in to comment.