Skip to content

Commit

Permalink
[pom] Maven 4 requires repository resolution before properties, use t…
Browse files Browse the repository at this point in the history
…his in url directly

its only used one time.
  • Loading branch information
hazendaz committed Jan 20, 2025
1 parent 895dede commit 581f1cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
<url>https://github.com/revelc/jsdt-core</url>
</scm>
<properties>
<eclipse-repo.url>https://download.eclipse.org/releases/2024-12</eclipse-repo.url>
<licenseText><![CDATA[
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
Expand All @@ -66,7 +65,7 @@ SPDX-License-Identifier: EPL-2.0
<repositories>
<repository>
<id>eclipse</id>
<url>${eclipse-repo.url}</url>
<url>https://download.eclipse.org/releases/2024-12</url>
<layout>p2</layout>
</repository>
</repositories>
Expand Down

0 comments on commit 581f1cc

Please sign in to comment.