File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >jp.try0.wicket</groupId >
7
7
<artifactId >wicket-izitoast-parent</artifactId >
8
- <version >3.0.0-SNAPSHOT </version >
8
+ <version >3.0.0</version >
9
9
<packaging >pom</packaging >
10
10
11
11
<name >wicket-izitoast-parent</name >
40
40
41
41
42
42
<properties >
43
+ <maven .compiler.release>17</maven .compiler.release>
43
44
<java .version>17</java .version>
44
45
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
45
46
48
49
<junit .version>5.8.2</junit .version>
49
50
<junit-platform-launcher .version>1.8.2</junit-platform-launcher .version>
50
51
51
- <maven-compiler-plugin .version>3.8.1 </maven-compiler-plugin .version>
52
- <maven-surefire-plugin .version>2.22.2 </maven-surefire-plugin .version>
53
- <maven-javadoc-plugin .version>3.2.0 </maven-javadoc-plugin .version>
54
- <maven-source-plugin .version>3.2 .1</maven-source-plugin .version>
55
- <maven-gpg-plugin .version>1.6 </maven-gpg-plugin .version>
52
+ <maven-compiler-plugin .version>3.13.0 </maven-compiler-plugin .version>
53
+ <maven-surefire-plugin .version>3.2.5 </maven-surefire-plugin .version>
54
+ <maven-javadoc-plugin .version>3.6.3 </maven-javadoc-plugin .version>
55
+ <maven-source-plugin .version>3.3 .1</maven-source-plugin .version>
56
+ <maven-gpg-plugin .version>3.2.2 </maven-gpg-plugin .version>
56
57
57
58
<nexus-staging-maven-plugin .version>1.6.8</nexus-staging-maven-plugin .version>
58
59
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >jp.try0.wicket</groupId >
8
8
<artifactId >wicket-izitoast-parent</artifactId >
9
- <version >2.1 .0</version >
9
+ <version >3.0 .0</version >
10
10
</parent >
11
11
<artifactId >wicket-izitoast-core</artifactId >
12
12
<name >wicket-izitoast-core</name >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<artifactId >wicket-izitoast-parent</artifactId >
8
8
<groupId >jp.try0.wicket</groupId >
9
- <version >2.1 .0</version >
9
+ <version >3.0 .0</version >
10
10
</parent >
11
11
12
12
<artifactId >wicket-izitoast-samples</artifactId >
138
138
<inherited >true</inherited >
139
139
<groupId >org.apache.maven.plugins</groupId >
140
140
<artifactId >maven-compiler-plugin</artifactId >
141
- <version >3.6.1 </version >
141
+ <version >${maven-compiler-plugin.version} </version >
142
142
<configuration >
143
143
<source >${java.version} </source >
144
144
<target >${java.version} </target >
You can’t perform that action at this time.
0 commit comments