Skip to content

Commit 40857a3

Browse files
committed
update license check plugin to the latest released version
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
1 parent c5ad99a commit 40857a3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1393,6 +1393,13 @@
13931393
<pluginRepository>
13941394
<id>dash-licenses-snapshots</id>
13951395
<url>https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/</url>
1396+
<snapshots>
1397+
<enabled>false</enabled>
1398+
</snapshots>
1399+
</pluginRepository>
1400+
<pluginRepository>
1401+
<id>dash-licenses-releases</id>
1402+
<url>https://repo.eclipse.org/content/repositories/dash-licenses-releases/</url>
13961403
<snapshots>
13971404
<enabled>true</enabled>
13981405
</snapshots>
@@ -1403,7 +1410,7 @@
14031410
<plugin>
14041411
<groupId>org.eclipse.dash</groupId>
14051412
<artifactId>license-tool-plugin</artifactId>
1406-
<version>0.0.1-SNAPSHOT</version>
1413+
<version>1.0.2</version>
14071414
<executions>
14081415
<execution>
14091416
<id>license-check</id>

0 commit comments

Comments
 (0)