Skip to content

Commit e5624af

Browse files
[maven-release-plugin] prepare release argus-notifier-1.0.0
1 parent 4d0b0be commit e5624af

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

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

65
<parent>
76
<groupId>org.jenkins-ci.plugins</groupId>
87
<artifactId>plugin</artifactId>
98
<version>2.11</version>
10-
<relativePath/>
9+
<relativePath />
1110
</parent>
1211

1312
<artifactId>argus-notifier</artifactId>
14-
<version>1.0.0-SNAPSHOT</version>
13+
<version>1.0.0</version>
1514
<packaging>hpi</packaging>
1615

1716
<properties>
@@ -65,7 +64,8 @@
6564
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
6665
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
6766
<url>http://github.com/jenkinsci/${project.artifactId}-plugin</url>
68-
</scm>
67+
<tag>argus-notifier-1.0.0</tag>
68+
</scm>
6969

7070
<repositories>
7171
<repository>

0 commit comments

Comments
 (0)