mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
[releng] fix typo that meant maven prerequiste check was not working
Change-Id: I4029359f0f356546bbb2447797b34bb317312009
This commit is contained in:
parent
212084cc6d
commit
6f20a51ae7
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -15,7 +15,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<prerequisites>
|
||||
<maven>${requiredven-version}</maven>
|
||||
<maven>${required-maven-version}</maven>
|
||||
</prerequisites>
|
||||
|
||||
<groupId>org.eclipse.cdt</groupId>
|
||||
|
|
Loading…
Add table
Reference in a new issue