[jira_http_authentication] 06/13: updates for jira 6 compat
Scott Cantor
cantor.2 at osu.edu
Fri Aug 4 13:50:37 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=7d1e62a23d79ac0ce42ff1db2d0685077030e02d
commit 7d1e62a23d79ac0ce42ff1db2d0685077030e02d
Author: Kevin Foote <kpfoote at uoregon.edu>
AuthorDate: Thu Jul 23 10:09:34 2015 -0700
updates for jira 6 compat
---
CHANGELOG.md | 8 ++++++++
README.md | 2 +-
pom.xml | 4 ++--
3 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ff54b8d..9bf4c43 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,3 +5,11 @@
Initial remote user authenticator - JIRA 5.x compatable
BSD remoteUserAuth-1.0.0.jar, remoteUserAuthenticator.properties
+
+2.0.0 23 July 2015 kpfoote
+
+ Updated JIRA remote user authenticator - JIRA 6.x compatable
+
+ Built using atlassian jira core 6.2 but works with others.
+
+ BSD remoteUserAuth-2.0.0.jar, remoteUserAuthenticator.properties
diff --git a/README.md b/README.md
index d787d61..09c0f0e 100644
--- a/README.md
+++ b/README.md
@@ -43,5 +43,5 @@ Copyright (c) 2008-2014, Confluence HTTP Authenticator Team, released under a [B
[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/
+[config]: http://github.com/chauth/jira_http_authenticator/blob/master/conf/remoteUserAuthenticator.properties
diff --git a/pom.xml b/pom.xml
index f876652..182343a 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>2.0.0</version>
<name>Jira Shibboleth Authenticator</name>
<description>An Atlassian Jira seraph authenticator that works with Shibboleth</description>
<packaging>jar</packaging>
@@ -35,7 +35,7 @@
<dependency>
<groupId>com.atlassian.jira</groupId>
<artifactId>jira-core</artifactId>
- <version>5.1</version>
+ <version>6.2</version>
<scope>provided</scope>
<exclusions>
<exclusion>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list