diff --git a/pom.xml b/pom.xml
index 60b47161d1..c348394e28 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1393,6 +1393,13 @@
                 <pluginRepository>
                     <id>dash-licenses-snapshots</id>
                     <url>https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/</url>
+                    <snapshots>
+                        <enabled>false</enabled>
+                    </snapshots>
+                </pluginRepository>
+                <pluginRepository>
+                    <id>dash-licenses-releases</id>
+                    <url>https://repo.eclipse.org/content/repositories/dash-licenses-releases/</url>
                     <snapshots>
                         <enabled>true</enabled>
                     </snapshots>
@@ -1403,7 +1410,7 @@
                     <plugin>
                         <groupId>org.eclipse.dash</groupId>
                         <artifactId>license-tool-plugin</artifactId>
-                        <version>0.0.1-SNAPSHOT</version>
+                        <version>1.0.2</version>
                         <executions>
                             <execution>
                                 <id>license-check</id>