File tree 1 file changed +5
-7
lines changed
1 file changed +5
-7
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" 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"
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" >
3
5
<modelVersion >4.0.0</modelVersion >
4
6
<!-- 该插件决定了可以使用的 jenkins 版本 -->
5
7
<parent >
6
8
<groupId >org.jenkins-ci.plugins</groupId >
7
9
<artifactId >plugin</artifactId >
8
10
<version >4.47</version >
9
- <relativePath />
11
+ <relativePath />
10
12
</parent >
11
13
<groupId >io.jenkins.plugins</groupId >
12
14
<artifactId >dingding-notifications</artifactId >
13
- <version >2.4.10.SNAPSHOT </version >
15
+ <version >2.4.10</version >
14
16
<packaging >hpi</packaging >
15
17
<properties >
16
18
<jenkins .version>2.361.1</jenkins .version>
17
19
<hpi .compatibleSinceVersion>2.0.0</hpi .compatibleSinceVersion>
18
- <maven .compiler.source>11</maven .compiler.source>
19
- <maven .compiler.target>11</maven .compiler.target>
20
- <maven .compiler.testSource>11</maven .compiler.testSource>
21
- <maven .compiler.testTarget>11</maven .compiler.testTarget>
22
20
</properties >
23
21
24
22
<name >DingTalk</name >
You can’t perform that action at this time.
0 commit comments