From 3d1b8c3b1f02421937a2f83fd1d10500160bd98c Mon Sep 17 00:00:00 2001 From: Joe Barnes Date: Mon, 28 Jul 2014 10:42:50 -0500 Subject: [PATCH] Revert "Adding tags for each provider supported" ls.implicit.ly only supports 5 tags, so this was pointless This reverts commit d38768832da831c0dba4ab08defba7d4b4733ece. --- build.sbt | 2 +- src/main/ls/0.14.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 7ec7197..5d8764c 100755 --- a/build.sbt +++ b/build.sbt @@ -65,7 +65,7 @@ licenses += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0.html" seq(lsSettings :_*) -(LsKeys.tags in LsKeys.lsync) := Seq("lift", "oauth", "facebook", "twitter", "github", "MSLive", "Dropbox", "LinkedIn", "Google+", "Instagram", "VK") +(LsKeys.tags in LsKeys.lsync) := Seq("lift", "oauth") (description in LsKeys.lsync) := "Omniauth for Lift" diff --git a/src/main/ls/0.14.json b/src/main/ls/0.14.json index 264eb70..64cdc95 100644 --- a/src/main/ls/0.14.json +++ b/src/main/ls/0.14.json @@ -1,10 +1,10 @@ { "organization" : "net.liftmodules", - "name" : "Omniauth_2.5", + "name" : "Omniauth", "version" : "0.14", "description" : "Omniauth for Lift", "site" : "https://github.com/ghostm/lift-omniauth", - "tags" : [ "lift", "oauth", "facebook", "twitter", "github", "MSLive", "Dropbox", "LinkedIn", "Google+", "Instagram", "VK" ], + "tags" : [ "lift", "oauth" ], "docs" : "", "resolvers" : [ "https://oss.sonatype.org/content/repositories/releases" ], "dependencies" : [ {