[jira_http_authentication] 04/13: Past due upkeep of authenticator package.

Scott Cantor cantor.2 at osu.edu
Fri Aug 4 13:50:35 EDT 2017


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

scantor pushed a commit to branch master
in repository jira_http_authentication.

View the commit online:
http://git.shibboleth.net/view/?p=jira_http_authentication.git;a=commit;h=1fedb033990c6d2aa1106c517157e9e8abe70231

commit 1fedb033990c6d2aa1106c517157e9e8abe70231
Author: Kevin Foote <kpfoote at uoregon.edu>
AuthorDate: Thu Jul 23 09:29:20 2015 -0700

    Past due upkeep of authenticator package.
    
    - v1.0.0
    - create release area, changelog
    - update readme a bit using confluence as a guide
---
 README.md | 23 ++++++++++++++++++++++-
 pom.xml   |  2 +-
 2 files changed, 23 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index bca6b01..d787d61 100644
--- a/README.md
+++ b/README.md
@@ -17,10 +17,31 @@ Currently use of this authenticator plugin requires knowledge of setting up and
 mvn clean
 
 mvn install
- 
+
 ```
 
+### Instal
+
+* This plugin does not support installation via Plugin Repository/Plugins in Confluence. You will simply get an error and the plugin will not work.
+* Copy the jar file above into JIRA's WEB-INF/lib directory (and if it exists backup existing file). Be sure to note the version of your JIRA install and use the appropriate jar. 
+* Copy the sample [properties][config] file into JIRA's WEB-INF/classes directory (and if it exists backup existing file).
+* This plugin requires that the Shibboleth SP, Apache, Tomcat, and plugin are setup and configured correctly. 
+
+### Release Notes
+
+See the git log [CHANGELOG][changelog].
+
 ### Disclaimer
 
 Docs are limited at the moment. 
 This software is available as is. 
+
+### Licence
+
+Copyright (c) 2008-2014, Confluence HTTP Authenticator Team, released under a [BSD-style License][lic].
+
+[changelog]: http://github.com/chauth/jira_http_authenticator/blob/master/CHANGELOG.md
+[confluence]: http://github.com/chauth/confluence_http_authenticator/
+[lic]: http://github.com/chuath/jira_http_authenticator/blob/master/LICENSE
+[config]: http://github.com/chauth/jira_http_authenticator/master/conf/
+
diff --git a/pom.xml b/pom.xml
index f876652..f657b88 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>net.shibboleth.tool.jira</groupId>
     <artifactId>remoteUserAuth</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>Jira Shibboleth Authenticator</name>
     <description>An Atlassian Jira seraph authenticator that works with Shibboleth</description>
     <packaging>jar</packaging>

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


More information about the commits mailing list