ARTEMIS-3352: remove redundant snapshot repo definition
Parent defines it already, and Maven 3 ignores the 'uniqueVersion' config
This commit is contained in:
parent
318110b72f
commit
8b33279667
6
pom.xml
6
pom.xml
|
@ -231,12 +231,6 @@
|
||||||
<url>${staging.siteURL}/maven/${project.version}</url>
|
<url>${staging.siteURL}/maven/${project.version}</url>
|
||||||
<!--<url>${site-repo-url}</url>-->
|
<!--<url>${site-repo-url}</url>-->
|
||||||
</site>
|
</site>
|
||||||
<snapshotRepository>
|
|
||||||
<id>apache.snapshots.https</id>
|
|
||||||
<name>Apache Development Snapshot Repository</name>
|
|
||||||
<url>https://repository.apache.org/content/repositories/snapshots</url>
|
|
||||||
<uniqueVersion>false</uniqueVersion>
|
|
||||||
</snapshotRepository>
|
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
|
|
Loading…
Reference in New Issue