Skip to content

Commit

Permalink
[maven-release-plugin] prepare release deploy-1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Aug 4, 2017
1 parent 1516f94 commit 6018ea4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<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>
Expand All @@ -9,7 +8,7 @@
</parent>

<artifactId>deploy</artifactId>
<version>1.13-SNAPSHOT</version>
<version>1.13</version>
<packaging>hpi</packaging>
<name>Deploy to container Plugin</name>
<url>http://wiki.jenkins-ci.org/display/JENKINS/Deploy+Plugin</url>
Expand All @@ -18,7 +17,7 @@
<connection>scm:git:git://github.com/jenkinsci/deploy-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/deploy-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/deploy-plugin</url>
<tag>HEAD</tag>
<tag>deploy-1.13</tag>
</scm>

<developers>
Expand Down

0 comments on commit 6018ea4

Please sign in to comment.