Skip to content

Commit

Permalink
[JENKINS-45056] - Fix packaging of the plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Jun 27, 2017
1 parent f9460ef commit b3ca66d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
@@ -1,13 +1,18 @@
Changelog
===

### 1.1
### 1.2

Release date: _June 27, 2017_

* [JENKINS-45056](https://issues.jenkins-ci.org/browse/JENKINS-45056) -
Fix issue with the incorrect plugin packaging in 1.0 due to the release flow issue.
* Now it is a plugin available via update center

### 1.1

Release date: _June 27, 2017_

* [JENKINS-45055](https://issues.jenkins-ci.org/browse/JENKINS-45055) -
Update EnvInject Lib from 1.25 to 1.26 in order to pick FindBugs fixes ([changelog](https://github.com/jenkinsci/envinject-lib/blob/master/CHANGELOG.md#126)).

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -10,7 +10,7 @@

<artifactId>envinject-api</artifactId>
<version>1.2-SNAPSHOT</version>
<packaging>jar</packaging>
<packaging>hpi</packaging>
<name>EnvInject API Plugin</name>
<description>Stores shared logic for Environment Injection management</description>
<url>https://wiki.jenkins-ci.org/display/JENKINS/EnvInject+API+Plugin</url>
Expand Down

0 comments on commit b3ca66d

Please sign in to comment.