File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?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" >
4
3
<modelVersion >4.0.0</modelVersion >
5
4
6
5
<parent >
7
6
<groupId >org.jenkins-ci.plugins</groupId >
8
7
<artifactId >plugin</artifactId >
9
8
<version >2.11</version >
10
- <relativePath />
9
+ <relativePath />
11
10
</parent >
12
11
13
12
<artifactId >argus-notifier</artifactId >
14
- <version >1.0.0-SNAPSHOT </version >
13
+ <version >1.0.0</version >
15
14
<packaging >hpi</packaging >
16
15
17
16
<properties >
65
64
<connection >scm:git:git://github.com/jenkinsci/${project.artifactId} -plugin.git</connection >
66
65
<developerConnection >scm:git:git@github.com:jenkinsci/${project.artifactId} -plugin.git</developerConnection >
67
66
<url >http://github.com/jenkinsci/${project.artifactId} -plugin</url >
68
- </scm >
67
+ <tag >argus-notifier-1.0.0</tag >
68
+ </scm >
69
69
70
70
<repositories >
71
71
<repository >
You can’t perform that action at this time.
0 commit comments