Skip to content

Commit bbc2ca4

Browse files
committed
Ready for gitbucket-gist-plugin 4.0.0 release
1 parent 63af647 commit bbc2ca4

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ This is an example of GitBucket plug-in. This plug-in provides code snippet repo
44

55
Plugin version | GitBucket version
66
:--------------|:--------------------
7+
4.0.x | 4.0.x
78
3.13.x | 3.13.x
89
3.12.x | 3.12.x
910
3.11.x | 3.11.x

build.sbt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
val Organization = "gitbucket"
22
val Name = "gitbucket-gist-plugin"
3-
val Version = "2.0.0-SNAPSHOT"
3+
val Version = "4.0.0"
44

55
lazy val root = (project in file(".")).enablePlugins(SbtTwirl)
66

@@ -15,9 +15,9 @@ resolvers ++= Seq(
1515
)
1616

1717
libraryDependencies ++= Seq(
18-
"gitbucket" % "gitbucket-assembly" % "4.0.0-SNAPSHOT" % "provided",
19-
"com.typesafe.play" %% "twirl-compiler" % "1.0.4" % "provided",
20-
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
18+
"gitbucket" % "gitbucket-assembly" % "4.0.0" % "provided",
19+
"com.typesafe.play" %% "twirl-compiler" % "1.0.4" % "provided",
20+
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
2121
)
2222

2323
scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps")

install-local.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22
./sbt.sh package
3-
cp target/scala-2.11/gitbucket-gist-plugin_2.11-2.0.0-SNAPSHOT.jar ~/.gitbucket/plugins/
3+
cp target/scala-2.11/gitbucket-gist-plugin_2.11-4.0.0.jar ~/.gitbucket/plugins/

0 commit comments

Comments
 (0)