File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1414# KIND, either express or implied. See the License for the
1515# specific language governing permissions and limitations
1616# under the License.
17+ #
18+ # NOTE: maven version should also be changed in pom.xml
1719distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip
1820wrapperUrl =https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar
Original file line number Diff line number Diff line change 7575 <maven .compiler.source>8</maven .compiler.source>
7676 <maven .compiler.target>8</maven .compiler.target>
7777 <mainClass />
78- <maven .version>3.8.7 </maven .version>
79- <maven-libs-version >3.9.6 </maven-libs-version >
80- <maven-plugin-api-version >3.9.7 </maven-plugin-api-version >
78+ <maven .version>3.9.8 </maven .version> <!-- please also change version in .mvn/wrapper/maven-wrapper.properties -- >
79+ <maven-libs-version >${maven.version} </maven-libs-version >
80+ <maven-plugin-api-version >${maven.version} </maven-plugin-api-version >
8181 <maven-resources-plugin-version >3.3.1</maven-resources-plugin-version >
8282 <maven-compiler-plugin-version >3.13.0</maven-compiler-plugin-version >
8383 <maven-jar-plugin-version >3.4.1</maven-jar-plugin-version >
You can’t perform that action at this time.
0 commit comments