Update pom.xml

This commit is contained in:
madhavsandireddi 2020-02-16 15:58:13 +05:30 committed by GitHub
parent ac3e64208e
commit b515f4a53c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
pom.xml
View file

@ -321,6 +321,17 @@
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>apache.snapshots</id>
<name>Apache Development Snapshot Repository</name>
<url>https://repository.apache.org/content/repositories/snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</project>