Skip to content

Commit 6b881f0

Browse files
committed
Update plugin to version 1.3 for GitBucket3.3
1 parent f5bd660 commit 6b881f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ This is an example of GitBucket plug-in. This plug-in provides code snippet repo
55
## Instllation
66

77
1. Hit `./sbt.sh package` in the root directory of this repository.
8-
2. Copy `target/scala-2.11/gitbucket-gist-plugin_2.11-1.2.jar` into `GITBUCKET_HOME/plugins`.
8+
2. Copy `target/scala-2.11/gitbucket-gist-plugin_2.11-1.3.jar` into `GITBUCKET_HOME/plugins`.
99
3. Restart GitBucket.

project/build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ object MyBuild extends Build {
77

88
val Organization = "jp.sf.amateras"
99
val Name = "gitbucket-gist-plugin"
10-
val Version = "1.2"
10+
val Version = "1.3"
1111
val ScalaVersion = "2.11.6"
1212

1313
lazy val project = Project (
@@ -25,7 +25,7 @@ object MyBuild extends Build {
2525
"amateras-repo" at "http://amateras.sourceforge.jp/mvn/"
2626
),
2727
libraryDependencies ++= Seq(
28-
"gitbucket" % "gitbucket-assembly" % "3.2.0" % "provided",
28+
"gitbucket" % "gitbucket-assembly" % "3.3.0" % "provided",
2929
"com.typesafe.play" %% "twirl-compiler" % "1.0.4" % "provided",
3030
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
3131
),

0 commit comments

Comments
 (0)