File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 10
10
</parent >
11
11
<groupId >io.jenkins.plugins</groupId >
12
12
<artifactId >dingding-notifications</artifactId >
13
- <version >2.4.10- SNAPSHOT</version >
13
+ <version >2.4.10. SNAPSHOT</version >
14
14
<packaging >hpi</packaging >
15
15
<properties >
16
16
<jenkins .version>2.361.1</jenkins .version>
17
- <java .level>8</java .level>
18
- <plugin .minimumJavaVersion>8</plugin .minimumJavaVersion>
19
17
<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>
20
22
</properties >
21
23
22
24
<name >DingTalk</name >
43
45
<developerConnection >scm:git:git@github.com:jenkinsci/dingtalk-plugin.git
44
46
</developerConnection >
45
47
<url >https://github.com/jenkinsci/dingtalk-plugin</url >
46
- <tag >dingtalk-2.4.9 </tag >
48
+ <tag >dingtalk-2.4.10 </tag >
47
49
</scm >
48
50
49
51
<dependencies >
You can’t perform that action at this time.
0 commit comments