Set update SNAPSHOTs to never.
authorMathieu Baudier <mbaudier@argeo.org>
Mon, 28 Oct 2019 07:10:11 +0000 (08:10 +0100)
committerMathieu Baudier <mbaudier@argeo.org>
Mon, 28 Oct 2019 07:10:11 +0000 (08:10 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index f782eac7ebfd6dee527a47b34cbc8694042725c4..a2a8e7e643a97f9ddb748888a09f1b5934077913 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -423,7 +423,7 @@ limitations under the License.
                        </releases>
                        <snapshots>
                                <enabled>true</enabled>
-                               <updatePolicy>always</updatePolicy>
+                               <updatePolicy>never</updatePolicy>
                                <checksumPolicy>warn</checksumPolicy>
                        </snapshots>
                </repository>
@@ -449,7 +449,7 @@ limitations under the License.
                        </releases>
                        <snapshots>
                                <enabled>true</enabled>
-                               <updatePolicy>always</updatePolicy>
+                               <updatePolicy>never</updatePolicy>
                                <checksumPolicy>warn</checksumPolicy>
                        </snapshots>
                </pluginRepository>