You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2022/01/11 13:40:24 UTC

[brooklyn-server] branch master updated: don't use apache snapshot repo for releases

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

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git


The following commit(s) were added to refs/heads/master by this push:
     new 0cb63f9  don't use apache snapshot repo for releases
0cb63f9 is described below

commit 0cb63f923f5f1633a95a506993b62d754bc29415
Author: Alex Heneveld <al...@cloudsoftcorp.com>
AuthorDate: Tue Jan 11 13:39:29 2022 +0000

    don't use apache snapshot repo for releases
    
    should have done this ages ago!
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 35a85f8..7c59d8b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,6 +79,9 @@
             <snapshots>
                 <enabled>true</enabled>
             </snapshots>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
         </repository>
     </repositories>