File tree Expand file tree Collapse 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 Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 66 * to you under the Apache License, Version 2.0 (the
77 * "License"); you may not use this file except in compliance
88 * with the License. You may obtain a copy of the License at
9- *
9+ *
1010 * http://www.apache.org/licenses/LICENSE-2.0
11- *
11+ *
1212 * Unless required by applicable law or agreed to in writing,
1313 * software distributed under the License is distributed on an
1414 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -28,7 +28,7 @@ assert descriptorFile.isFile()
2828def pluginDescriptor = new XmlParser (). parse( descriptorFile );
2929
3030assert pluginDescriptor. requiredJavaVersion. text() == ' 1.8'
31- assert pluginDescriptor. requiredMavenVersion. text() == ' 3.9.8 '
31+ assert pluginDescriptor. requiredMavenVersion. text() == ' 3.9.9 '
3232
3333def mojo = pluginDescriptor. mojos. mojo. findAll{ it. goal. text() == " first" }[0 ]
3434
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ assert !pluginInfo.text.contains('Memory')
2727assert ! pluginInfo. text. contains(' Disk Space' )
2828// check JDK and Maven requirements
2929assert pluginInfo. text. contains(' 1.8' )
30- assert pluginInfo. text. contains(' 3.9.8 ' )
30+ assert pluginInfo. text. contains(' 3.9.9 ' )
3131
3232// deprecated info and description
3333assert 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')
2727assert ! pluginInfo. text. contains(' Disk Space' )
2828// check JDK and Maven requirements
2929assert pluginInfo. text. contains(' 1.8' )
30- assert pluginInfo. text. contains(' 3.9.8 ' )
30+ assert pluginInfo. text. contains(' 3.9.9 ' )
3131
3232// deprecated info and description
3333assert 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')
2626assert ! pluginInfo. text. contains(' Disk Space' )
2727// check JDK and Maven requirements
2828assert pluginInfo. text. contains(' 1.8' )
29- assert pluginInfo. text. contains(' 3.9.8 ' )
29+ assert pluginInfo. text. contains(' 3.9.9 ' )
3030
3131// deprecated info and description
3232assert 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 9393 <javaVersion >8</javaVersion >
9494 <pluginTestingHarnessVersion >3.3.0</pluginTestingHarnessVersion >
9595 <maven4Version >4.0.0-alpha-4</maven4Version >
96- <maven3Version >3.9.8 </maven3Version >
96+ <maven3Version >3.9.9 </maven3Version >
9797 <resolverVersion >1.9.20</resolverVersion >
9898 <slf4jVersion >1.7.36</slf4jVersion >
9999 <antVersion >1.10.14</antVersion >
You can’t perform that action at this time.
0 commit comments