From 6b881f0b42b945255046254418c726d4a28c3bbc Mon Sep 17 00:00:00 2001 From: Brad Fritz Date: Mon, 1 Jun 2015 13:27:54 -0400 Subject: [PATCH] Update plugin to version 1.3 for GitBucket3.3 --- README.md | 2 +- project/build.scala | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 21fe28c..ad1e835 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,5 @@ This is an example of GitBucket plug-in. This plug-in provides code snippet repo ## Instllation 1. Hit `./sbt.sh package` in the root directory of this repository. -2. Copy `target/scala-2.11/gitbucket-gist-plugin_2.11-1.2.jar` into `GITBUCKET_HOME/plugins`. +2. Copy `target/scala-2.11/gitbucket-gist-plugin_2.11-1.3.jar` into `GITBUCKET_HOME/plugins`. 3. Restart GitBucket. diff --git a/project/build.scala b/project/build.scala index f26744b..813a0f8 100755 --- a/project/build.scala +++ b/project/build.scala @@ -7,7 +7,7 @@ object MyBuild extends Build { val Organization = "jp.sf.amateras" val Name = "gitbucket-gist-plugin" - val Version = "1.2" + val Version = "1.3" val ScalaVersion = "2.11.6" lazy val project = Project ( @@ -25,7 +25,7 @@ object MyBuild extends Build { "amateras-repo" at "http://amateras.sourceforge.jp/mvn/" ), libraryDependencies ++= Seq( - "gitbucket" % "gitbucket-assembly" % "3.2.0" % "provided", + "gitbucket" % "gitbucket-assembly" % "3.3.0" % "provided", "com.typesafe.play" %% "twirl-compiler" % "1.0.4" % "provided", "javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided" ),