[java-idp-plugin-totp] branch master updated: JTOTP-1 Add distributionManagement section to POM

Phil Smart philip.smart at jisc.ac.uk
Thu Jul 23 16:25:51 UTC 2020


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

philsmart pushed a commit to branch master
in repository java-idp-plugin-totp.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-totp.git;a=commit;h=c9835c37167d9b618077d2b4b88879aa26366417

The following commit(s) were added to refs/heads/master by this push:
       new  c9835c3   JTOTP-1 Add distributionManagement section to POM
c9835c3 is described below

commit c9835c37167d9b618077d2b4b88879aa26366417
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Jul 23 17:24:37 2020 +0100

    JTOTP-1 Add distributionManagement section to POM
    
    https://issues.shibboleth.net/jira/browse/JTOTP-1
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index 1d04b48..d348dd0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,6 +23,13 @@
         <idp.version>4.1.0-SNAPSHOT</idp.version>
         <checkstyle.configLocation>${project.basedir}/checkstyle.xml</checkstyle.configLocation>
     </properties>
+    
+    <distributionManagement>
+        <site>
+            <id>site</id>
+            <url>dav:${shibboleth.site.url}totp/${project.artifactId}/${project.version}/</url>
+        </site>
+    </distributionManagement>
 
     <repositories>
         <repository>

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


More information about the commits mailing list