Skip to content

Commit

Permalink
replace tabs with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddykasp authored Dec 17, 2024
1 parent 1a9d89e commit 844b0f8
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,18 +143,18 @@

<!-- license-check plugin to automatically generate dependency list -->
<plugin>
<groupId>org.eclipse.dash</groupId>
<artifactId>license-tool-plugin</artifactId>
<version>1.1.0</version>
<executions>
<execution>
<id>license-check</id>
<goals>
<goal>license-check</goal>
</goals>
</execution>
</executions>
</plugin>
<groupId>org.eclipse.dash</groupId>
<artifactId>license-tool-plugin</artifactId>
<version>1.1.0</version>
<executions>
<execution>
<id>license-check</id>
<goals>
<goal>license-check</goal>
</goals>
</execution>
</executions>
</plugin>

<!-- We need tycho to build eclipse plugins -->
<plugin>
Expand Down Expand Up @@ -443,12 +443,12 @@
<!-- Maven plugin repositories -->
<pluginRepositories>
<pluginRepository>
<id>dash-licenses-releases</id>
<url>https://repo.eclipse.org/content/repositories/dash-licenses-releases/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
<id>dash-licenses-releases</id>
<url>https://repo.eclipse.org/content/repositories/dash-licenses-releases/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>

<pluginRepository>
<id>central</id>
Expand Down

0 comments on commit 844b0f8

Please sign in to comment.