You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2021/06/16 15:54:34 UTC

[activemq-artemis] 02/02: ARTEMIS-3352: remove redundant snapshot repo definition

This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git

commit 8b33279667f9f9faabc45dc82d0999625c0b5c7d
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Wed Jun 16 16:53:08 2021 +0100

    ARTEMIS-3352: remove redundant snapshot repo definition
    
    Parent defines it already, and Maven 3 ignores the 'uniqueVersion' config
---
 pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2eb000f..68d04d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -231,12 +231,6 @@
          <url>${staging.siteURL}/maven/${project.version}</url>
          <!--<url>${site-repo-url}</url>-->
       </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>
 
    <issueManagement>