Skip to content

Commit

Permalink
[maven-release-plugin] prepare release chucknorris-1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed May 26, 2020
1 parent 474a9ce commit db0b900
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.2</version>
<relativePath/>
<relativePath />
</parent>
<groupId>org.jvnet.hudson.plugins</groupId>
<artifactId>chucknorris</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<name>ChuckNorris Plugin</name>
<description>Displays a picture of Chuck Norris (instead of Jenkins the butler) and a random Chuck Norris 'The Programmer' fact on each build page.</description>

Expand Down Expand Up @@ -108,7 +107,7 @@
<connection>scm:git:git://github.com/jenkinsci/chucknorris-plugin.git</connection>
<developerConnection>scm:git:[email protected]:jenkinsci/chucknorris-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/chucknorris-plugin</url>
<tag>HEAD</tag>
<tag>chucknorris-1.3</tag>
</scm>

<pluginRepositories>
Expand Down

0 comments on commit db0b900

Please sign in to comment.