Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit b32cc48

Browse files
authored
Merge pull request #6 from npoctaswampy/master
Removing old build information
2 parents 6a460ef + cd55fb5 commit b32cc48

File tree

2 files changed

+5
-38
lines changed

2 files changed

+5
-38
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ authentikat-jwt
22
===============
33

44
![Build Status](https://travis-ci.org/jasongoodwin/authentikat-jwt.svg?branch=master)
5-
![Current Version](https://img.shields.io/badge/version-0.4.5-brightgreen.svg?style=flat "0.4.5")
5+
![Current Version](https://img.shields.io/badge/version-0.4.6-brightgreen.svg?style=flat "0.4.6")
66
[![Apache 2.0 License](https://img.shields.io/badge/license-Apache%202-blue.svg)](LICENSE)
77
[![Known Vulnerabilities](https://snyk.io/test/github/benjaminjacobberg/authentikat-jwt/badge.svg?targetFile=build.sbt)](https://snyk.io/test/github/benjaminjacobberg/authentikat-jwt?targetFile=build.sbt)
88
[![Join the chat at https://gitter.im/jasongoodwin/authentikat-jwt](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jasongoodwin/authentikat-jwt?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
@@ -13,9 +13,9 @@ Summary
1313
A simple claims based JWT implementation for Scala.
1414
JWT - pronounced 'jot' - is a claims-based authentication standard.
1515

16-
0.4.5
16+
0.4.6
1717
=====
18-
Please update to 0.4.5 as soon as possible. Previous versions may be vulnerable to injection in cases where user controls values in the claims.
18+
Please update to 0.4.6 as soon as possible. Previous versions may be vulnerable to injection in cases where user controls values in the claims.
1919

2020
1.0.0 Milestone Status
2121
======================
@@ -219,4 +219,4 @@ Or create a test with a known correct JWT :)
219219
Licensing
220220
=========
221221

222-
See attached [LICENSE](LICENSE) file. Apache2 licenced.
222+
See attached [LICENSE](LICENSE) file. Apache2 licenced.

build.sbt

Lines changed: 1 addition & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -27,46 +27,13 @@ resolvers ++= Seq(
2727

2828
publishMavenStyle := true
2929

30-
publishTo := {
31-
val nexus = "https://oss.sonatype.org/"
32-
if (isSnapshot.value)
33-
Some("snapshots" at nexus + "content/repositories/snapshots")
34-
else
35-
Some("releases" at nexus + "service/local/staging/deploy/maven2")
36-
}
37-
3830
publishArtifact in Test := false
3931

4032
pomIncludeRepository := { _ => false }
4133

42-
pomExtra := (
43-
<url>http://github.com/jason-goodwin.com/authentikat-jwt</url>
44-
<licenses>
45-
<license>
46-
<name>Apache2</name>
47-
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
48-
<distribution>repo</distribution>
49-
</license>
50-
</licenses>
51-
<scm>
52-
<url>git@github.com:jasongoodwin/authentikat-jwt.git</url>
53-
<connection>scm:git:git@github.com:jasongoodwin/authentikat-jwt.git</connection>
54-
</scm>
55-
<developers>
56-
<developer>
57-
<id>jasongoodwin</id>
58-
<name>Jason Goodwin</name>
59-
<url>http://refactoringfactory.wordpress.com</url>
60-
</developer>
61-
</developers>)
62-
63-
credentials += Credentials("Sonatype Nexus Repository Manager",
64-
"oss.sonatype.org",
65-
"<your username>",
66-
"<your password>")
67-
6834

6935
bintrayOrganization := Some("signalpath")
7036
bintrayRepository := "scala"
7137

7238
licenses += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0.html"))
39+

0 commit comments

Comments
 (0)