Skip to content

Commit 21818b8

Browse files
committed
[maven-release-plugin] prepare release urltrigger-0.46
1 parent f5cc442 commit 21818b8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<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">
53
<modelVersion>4.0.0</modelVersion>
64

75
<parent>
@@ -13,7 +11,7 @@
1311
<artifactId>urltrigger</artifactId>
1412
<packaging>hpi</packaging>
1513
<name>Jenkins URLTrigger Plug-in</name>
16-
<version>0.46-SNAPSHOT</version>
14+
<version>0.46</version>
1715
<url>http://wiki.jenkins-ci.org/display/JENKINS/URLTrigger+Plugin</url>
1816

1917
<licenses>
@@ -54,7 +52,7 @@
5452
<scm>
5553
<connection>scm:git:git://github.com/jenkinsci/urltrigger-plugin.git</connection>
5654
<developerConnection>scm:git:[email protected]:jenkinsci/urltrigger-plugin.git</developerConnection>
57-
<tag>HEAD</tag>
55+
<tag>urltrigger-0.46</tag>
5856
</scm>
5957

6058
<distributionManagement>

0 commit comments

Comments
 (0)