Skip to content

Commit

Permalink
Release Review 1.3.1 (jenkinsci#62)
Browse files Browse the repository at this point in the history
* Release Review 1.3.1
* [maven-release-plugin] prepare release jira-steps-1.3.1
* [maven-release-plugin] prepare for next development iteration
  • Loading branch information
nrayapati authored Nov 20, 2017
1 parent 4109b1c commit 6d873cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions hugo/content/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@ lastmodifierdisplayname = "Naresh Rayapati"

* #### **1.4.0** (Unreleased)

* #### **1.3.1**
* [JENKINS-48104](https://issues.jenkins-ci.org/browse/JENKINS-48104) Fix Documentation Links.
* [JENKINS-48097](https://issues.jenkins-ci.org/browse/JENKINS-48097) Delete deprecated jekyll documentation.
* [JENKINS-48115](https://issues.jenkins-ci.org/browse/JENKINS-48115) Get rid of isMetaStep()==true everywhere.
* #### **1.3.0**
* [JENKINS-47948](https://issues.jenkins-ci.org/browse/JENKINS-47948) Delete deprecated api classes with Object.
* <span style="color:red">Note: EditVersion and EditComponent are updated to support all the JIRA Versions, which would break existing code. Please refer the appropriate steps guides for the new Syntax.</span>.
* [JENKINS-47949](https://issues.jenkins-ci.org/browse/JENKINS-47949) Apply Google Style Guide.
* [JENKINS-47954](https://issues.jenkins-ci.org/browse/JENKINS-47954) Migrate documentation to hugo.
* <span style="color:red"> Please upgrade to 1.3.1, as I was reported some problems with declarative pipelines, see JENKINS-48115 for more details. </span>.
* #### **1.2.5**
* [JENKINS-47914](https://issues.jenkins-ci.org/browse/JENKINS-47914) Use Jenkins user id instead of user name as buildUser.
* #### **1.2.4**
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>2.21</version>
</parent>
<artifactId>jira-steps</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.2-SNAPSHOT</version>
<packaging>hpi</packaging>
<name>JIRA Pipeline Steps</name>
<description>JIRA Pipeline Steps</description>
Expand Down Expand Up @@ -58,7 +58,7 @@
<url>http://github.com/jenkinsci/${project.artifactId}-plugin</url>
<tag>HEAD</tag>
</scm>

<distributionManagement>
<repository>
<id>repo.jenkins-ci.org</id>
Expand Down Expand Up @@ -184,7 +184,7 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.4.12</version>
<version>2.4.11</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 6d873cb

Please sign in to comment.