Skip to content

Commit

Permalink
increase version plugin's version number to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfhergert committed Dec 11, 2017
1 parent 0566607 commit 9c87c5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public GoApiClient createGoApiClient() {

@Override
public CIPluginInfo getPluginInfo() {
return DTOFactory.getInstance().newDTO(CIPluginInfo.class).setVersion("1.1");
return DTOFactory.getInstance().newDTO(CIPluginInfo.class).setVersion("1.0");
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<go-plugin id="com.haufelexware.gocd.plugin.octane" version="1">
<about>
<name>OctaneGoCDPlugin</name>
<version>1.0</version>
<version>1.1</version>
<target-go-version>17.9.0</target-go-version>
<description>Allows integration of GoCD with HPE ALM Octane: making pipelines and test results accessible in HPE ALM Octane.</description>
<vendor>
Expand Down

0 comments on commit 9c87c5a

Please sign in to comment.