Skip to content

Commit

Permalink
fix links & upgrade to plugin 4.24
Browse files Browse the repository at this point in the history
  • Loading branch information
mguillem committed Aug 12, 2021
1 parent 53d6c66 commit 7b6819d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
http://wiki.jenkins-ci.org/display/JENKINS/LineNumber
https://plugins.jenkins.io/linenumbers
18 changes: 11 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,34 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>2.32</version>
<version>4.24</version>
</parent>

<artifactId>linenumbers</artifactId>
<version>1.3-SNAPSHOT</version>
<packaging>hpi</packaging>

<name>Line Numbers plugin</name>
<description>This decorates the console with line numbers</description>
<url>https://wiki.jenkins-ci.org/display/JENKINS/Line+Numbers+Plugin</url>

<url>https://plugins.jenkins.io/linenumbers</url>

<properties>
<java.level>8</java.level>
</properties>

<developers>
<developer>
<id>vlatombe</id>
<name>Vincent Latombe</name>
</developer>
</developers>

<scm>
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<tag>HEAD</tag>
</scm>

<licenses>
<license>
<name>The MIT license</name>
Expand All @@ -49,7 +53,7 @@
<url>https://repo.jenkins-ci.org/public/</url>
</pluginRepository>
</pluginRepositories>

<distributionManagement>
<repository>
<id>repo.jenkins-ci.org</id>
Expand Down

0 comments on commit 7b6819d

Please sign in to comment.