Skip to content

Commit

Permalink
Bumping version to 1.2.2
Browse files Browse the repository at this point in the history
For #55
  • Loading branch information
ashwanthkumar committed Sep 23, 2015
1 parent 8e473e5 commit 03f7721
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>in.ashwanthkumar</groupId>
<artifactId>gocd-github-pr-material</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/gerrit/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<go-plugin id="gerrit.cs" version="1">
<about>
<name>Gerrit Change Set plugin</name>
<version>1.2.1</version>
<version>1.2.2</version>
<target-go-version>15.1.0</target-go-version>
<description>Provides ability to do change set builds for Gerrit repository</description>
<vendor>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/git/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<go-plugin id="git.fb" version="1">
<about>
<name>Git Feature Branch plugin</name>
<version>1.2.1</version>
<version>1.2.2</version>
<target-go-version>15.1.0</target-go-version>
<description>Provides ability to do feature branch builds for Git repository</description>
<vendor>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/github/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<go-plugin id="github.pr" version="1">
<about>
<name>Github Pull Requests Builder</name>
<version>1.2.1</version>
<version>1.2.2</version>
<target-go-version>15.1.0</target-go-version>
<description>Plugin that polls a GitHub repository for pull requests and triggers a build for each of them</description>
<vendor>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/stash/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<go-plugin id="stash.pr" version="1">
<about>
<name>Stash Pull Requests Builder</name>
<version>1.2.1</version>
<version>1.2.2</version>
<target-go-version>15.1.0</target-go-version>
<description>Plugin that polls a Stash repository for pull requests and triggers a build for each of them</description>
<vendor>
Expand Down

0 comments on commit 03f7721

Please sign in to comment.