File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ This is an example of GitBucket plug-in. This plug-in provides code snippet repo
4
4
5
5
Plugin version | GitBucket version
6
6
:--------------|:--------------------
7
+ 4.0.x | 4.0.x
7
8
3.13.x | 3.13.x
8
9
3.12.x | 3.12.x
9
10
3.11.x | 3.11.x
Original file line number Diff line number Diff line change 1
1
val Organization = " gitbucket"
2
2
val Name = " gitbucket-gist-plugin"
3
- val Version = " 2 .0.0-SNAPSHOT "
3
+ val Version = " 4 .0.0"
4
4
5
5
lazy val root = (project in file(" ." )).enablePlugins(SbtTwirl )
6
6
@@ -15,9 +15,9 @@ resolvers ++= Seq(
15
15
)
16
16
17
17
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"
21
21
)
22
22
23
23
scalacOptions := Seq (" -deprecation" , " -feature" , " -language:postfixOps" )
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
./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/
You can’t perform that action at this time.
0 commit comments