[java-parent-project] branch master updated: JPAR-158 - remove enable-release-snapshots profile

Ian Young ian at iay.org.uk
Fri Jan 17 11:23:15 EST 2020


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch master
in repository java-parent-project.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=12c4eba4786a6458d90eb53b3d3a68fe9f4dce18

The following commit(s) were added to refs/heads/master by this push:
       new  12c4eba   JPAR-158 - remove enable-release-snapshots profile
12c4eba is described below

commit 12c4eba4786a6458d90eb53b3d3a68fe9f4dce18
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Fri Jan 17 16:23:11 2020 +0000

    JPAR-158 - remove enable-release-snapshots profile
    
    https://issues.shibboleth.net/jira/browse/JPAR-158
---
 pom.xml | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/pom.xml b/pom.xml
index fb52f14..b91200a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1077,23 +1077,6 @@
         </profile>
 
         <!--
-            The "enable-release-snapshots" profile enables the deploy of
-            snapshot artifacts to the shib-release repository.
-        -->
-        <profile>
-            <id>enable-release-snapshots</id>
-            <repositories>
-                <repository>
-                    <id>shib-release</id>
-                    <url>https://build.shibboleth.net/nexus/content/groups/public</url>
-                    <snapshots>
-                        <enabled>true</enabled>
-                    </snapshots>
-                </repository>
-            </repositories>
-        </profile>
-
-        <!--
             The "lint" profile adds more warnings to compilation. In particular,
             it enables checking for unsafe or unchecked operations.
         -->

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list