Skip to content

Commit

Permalink
Provide refactoring capabilities specific to maven properties. Inline…
Browse files Browse the repository at this point in the history
… maven property. eclipse-lemminx#383
  • Loading branch information
vrubezhny committed Jun 16, 2023
1 parent 1e4423a commit fe28f5b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lemminx-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,16 @@
<enabled>true</enabled>
</releases>
</repository>
<repository>
<id>lemminx-snapshots</id>
<url>https://repo.eclipse.org/content/repositories/lemminx-snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repositories>

<distributionManagement>
Expand Down

0 comments on commit fe28f5b

Please sign in to comment.