File tree 5 files changed +7
-7
lines changed
maven-plugin-plugin/src/it/java-basic-annotations
maven-plugin-report-plugin/src/it
plugin-report-annotations
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 6
6
* to you under the Apache License, Version 2.0 (the
7
7
* "License"); you may not use this file except in compliance
8
8
* with the License. You may obtain a copy of the License at
9
- *
9
+ *
10
10
* http://www.apache.org/licenses/LICENSE-2.0
11
- *
11
+ *
12
12
* Unless required by applicable law or agreed to in writing,
13
13
* software distributed under the License is distributed on an
14
14
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -28,7 +28,7 @@ assert descriptorFile.isFile()
28
28
def pluginDescriptor = new XmlParser (). parse( descriptorFile );
29
29
30
30
assert pluginDescriptor. requiredJavaVersion. text() == ' 1.8'
31
- assert pluginDescriptor. requiredMavenVersion. text() == ' 3.9.8 '
31
+ assert pluginDescriptor. requiredMavenVersion. text() == ' 3.9.9 '
32
32
33
33
def mojo = pluginDescriptor. mojos. mojo. findAll{ it. goal. text() == " first" }[0 ]
34
34
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ assert !pluginInfo.text.contains('Memory')
27
27
assert ! pluginInfo. text. contains(' Disk Space' )
28
28
// check JDK and Maven requirements
29
29
assert pluginInfo. text. contains(' 1.8' )
30
- assert pluginInfo. text. contains(' 3.9.8 ' )
30
+ assert pluginInfo. text. contains(' 3.9.9 ' )
31
31
32
32
// deprecated info and description
33
33
assert pluginInfo. text. contains(' <div><strong>Deprecated.</strong> You don\' t use test goals, do you?</div><br />' )
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ assert !pluginInfo.text.contains('Memory')
27
27
assert ! pluginInfo. text. contains(' Disk Space' )
28
28
// check JDK and Maven requirements
29
29
assert pluginInfo. text. contains(' 1.8' )
30
- assert pluginInfo. text. contains(' 3.9.8 ' )
30
+ assert pluginInfo. text. contains(' 3.9.9 ' )
31
31
32
32
// deprecated info and description
33
33
assert pluginInfo. text. contains(' <div><strong>Deprecated.</strong> You don\' t use test goals, do you?</div><br />' )
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ assert !pluginInfo.text.contains('Memory')
26
26
assert ! pluginInfo. text. contains(' Disk Space' )
27
27
// check JDK and Maven requirements
28
28
assert pluginInfo. text. contains(' 1.8' )
29
- assert pluginInfo. text. contains(' 3.9.8 ' )
29
+ assert pluginInfo. text. contains(' 3.9.9 ' )
30
30
31
31
// deprecated info and description
32
32
assert pluginInfo. text. contains(' <div><strong>Deprecated.</strong> You don\' t use test goals, do you?</div><br />' )
Original file line number Diff line number Diff line change 93
93
<javaVersion >8</javaVersion >
94
94
<pluginTestingHarnessVersion >3.3.0</pluginTestingHarnessVersion >
95
95
<maven4Version >4.0.0-alpha-4</maven4Version >
96
- <maven3Version >3.9.8 </maven3Version >
96
+ <maven3Version >3.9.9 </maven3Version >
97
97
<resolverVersion >1.9.20</resolverVersion >
98
98
<slf4jVersion >1.7.36</slf4jVersion >
99
99
<antVersion >1.10.14</antVersion >
You can’t perform that action at this time.
0 commit comments