Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'master' into JENKINS-33105
  • Loading branch information
Vlatombe committed Aug 28, 2017
2 parents 51f5695 + f015e21 commit 6daedb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>1.554.1</version>
<version>2.32</version>
</parent>

<artifactId>linenumbers</artifactId>
Expand Down Expand Up @@ -34,11 +34,7 @@
<distribution>repo</distribution>
</license>
</licenses>

<properties>
<maven-release-plugin.version>2.5</maven-release-plugin.version>
</properties>


<!-- get every artifact through repo.jenkins-ci.org, which proxies all the artifacts that we need -->
<repositories>
<repository>
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/index.jelly
Expand Up @@ -21,6 +21,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
-->
<?jelly escape-by-default='true'?>
<div>
This plugin adds line numbers and collapses buildsteps.
</div>

0 comments on commit 6daedb0

Please sign in to comment.