Skip to content

Commit 162d2cf

Browse files
committed
[maven-release-plugin] prepare release dingtalk-2.4.10
1 parent bb751bd commit 162d2cf

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

pom.xml

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,22 @@
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" 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">
35
<modelVersion>4.0.0</modelVersion>
46
<!-- 该插件决定了可以使用的 jenkins 版本 -->
57
<parent>
68
<groupId>org.jenkins-ci.plugins</groupId>
79
<artifactId>plugin</artifactId>
810
<version>4.47</version>
9-
<relativePath />
11+
<relativePath/>
1012
</parent>
1113
<groupId>io.jenkins.plugins</groupId>
1214
<artifactId>dingding-notifications</artifactId>
13-
<version>2.4.10.SNAPSHOT</version>
15+
<version>2.4.10</version>
1416
<packaging>hpi</packaging>
1517
<properties>
1618
<jenkins.version>2.361.1</jenkins.version>
1719
<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>
2220
</properties>
2321

2422
<name>DingTalk</name>

0 commit comments

Comments
 (0)