Skip to content

Commit 6f39b42

Browse files
committed
remove bintray publishing, replace sbt-git with sbt-dynver
1 parent e1de7a2 commit 6f39b42

File tree

5 files changed

+4
-28
lines changed

5 files changed

+4
-28
lines changed

.travis.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
language: scala
22
jdk:
33
- oraclejdk8
4-
env:
5-
global:
6-
- secure: Hu3AUvab2N0kX2tu2x+WIyR4BVY8dFOmxwid2Br0eUaeVPeTCEDAJ98C5pYpfszNm14NsLp5ldLXJYhaaDfcPkCvoej3U0W8crPJLn3kY16zBziprb48NsOnayDysJK1GU5DxaYaGFneig9GuipUq9cSeTFqE8HKDNoQHvt9AgS7BC1UrjOD86fsso+eXDiwAtyXnxNv4O3R5akGDX48QMzlahcEYY6uqcLCV+8t49geFQKvnhNjk56HT4Q8gpno6COhxlK4+BEGGjLtkk7Y5cOkSytJrWQIxez2bNin1iBJxKt1h2AbPgwajkh1K3S980xt5UyS86jNgO/VrjJi1N5cpBw2pJWMyUvYZrWW8DgWi9cY9GqNC3nMJ12hte+EiU8xjubbWsb8ZuupBvJv6ZSbjonRhjHFDLR+3socNXRFLWgpCyvHo5csQ8EhvOOaCce7ynifNtg1GgGzENRHhwhlmKFV+tEOsDHHncxCvlSegXJ7azUR6UKCxxNL+KGxWgkbqZCx/eOnYCQSIdDaUND9bawWvJ6MxwkX6THrp56wpDk2o1nsgt7/lAYFT+VjdfVJPsIk9MzCg1jqK0QyjJ2FeZ8IjWF0ZoIGhaPkhVdnqnjdmcqfEHbUCmxYGjCktJ3QhxDeIyxDoJTbfi+trbxMGs4kP89P0szvb4K8Cog=
7-
- secure: eu4agMObgp8RGEuhv/T4Ha3kXQFg3SdkwnisCqQkkT8KEYE9LZzZ2PnmYC1KDrCW2pmTrJeox/qB6XdTz5QGG+0dBDOQKb6jw3iZTBOcpUF2JjlRnWDcE26ATMZHcLR1FkqiRBUkMx+X0kSVfzmDlmiybC/nKmOoNO61kFoFuAV+TSS0uUj/1Qem+oEbWgsTdOz07yOKVt3zvHgv98xrEKl+qQC8MN80ZdvI5+DWRdZAGbkpb7jhqQAMAnzTA4PWCt/5QGSx+lNiEBJPlkwZ28bDGmByotNWppInoEA3Uk4RxB2cPFnHi2HEMmBg9409HhGZ7P8s2VHS5rhCXY/0EZ6EV7zu4lCGQ2EVkHIqlIrdUArsGCkN5567TctF+HeH71T1aU6b3oY0a6+n0A2D9o2jJDHtjUQzCedEBtwHNT4HMS37ba1H3PHC8uxuLyGB8i6xgKWCMDol+bXNiminwO2Z06pW5dKSg2CdeHaXefnGAOfyrlB7ZYPVylMLcv6/pNlsgm5qVh15ly8R/pW1qNi472WlmTOxcbyiVzjCqD8SgyCmjsH27UaEECP09wHoaldS3gWJ2DcJSHdRmCAnr25NUzobLgYgdtDzpJzzdCNpWmJVTdfi78ekRu5GJkq680rE1W4ecf9WPvExKKqx0nGzp5ieYHWkKcRT4mPlRJY=
8-
before_script:
9-
- mkdir ~/.bintray
10-
- touch ~/.bintray/.credentials
11-
- echo 'realm = Bintray API Realm' >> ~/.bintray/.credentials
12-
- echo 'host = api.bintray.com' >> ~/.bintray/.credentials
13-
- echo "user = $BT_USER" >> ~/.bintray/.credentials
14-
- echo "password = $BT_KEY" >> ~/.bintray/.credentials
154
script:
165
- sbt publish
176
cache:

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Gitbucket-Pages-Plugin [![Gitter](https://img.shields.io/gitter/room/gitbucket/gitbucket.js.svg?style=flat-square)](https://gitter.im/gitbucket/gitbucket) [![Travis](https://img.shields.io/travis/yaroot/gitbucket-pages-plugin.svg?style=flat-square)](https://travis-ci.org/yaroot/gitbucket-pages-plugin)
2+
# Gitbucket-Pages-Plugin [![Gitter](https://img.shields.io/gitter/room/gitbucket/gitbucket.js.svg?style=flat-square)](https://gitter.im/gitbucket/gitbucket) [![Travis](https://img.shields.io/travis/gitbucket/gitbucket-pages-plugin.svg?style=flat-square)](https://travis-ci.org/gitbucket/gitbucket-pages-plugin)
33

44
This plugin provides *Project Pages* functionality for
55
[GitBucket](https://github.com/gitbucket/gitbucket) based repositories.
@@ -21,7 +21,7 @@ site generators ([jekyll](http://jekyllrb.com/), [hugo](https://gohugo.io/), etc
2121

2222
## Installation
2323

24-
- download from [releases](https://github.com/yaroot/gitbucket-pages-plugin/releases)
24+
- download from [releases](https://github.com/gitbucket/gitbucket-pages-plugin/releases)
2525
- copy the jar file to `<GITBUCKET_HOME>/plugins/` (Note that `GITBUCKET_HOME` defaults to `~/.gitbucket`)
2626
- restart gitbucket and enjoy
2727

@@ -75,6 +75,5 @@ server {
7575

7676
## CI
7777

78-
- build by [travis-ci](https://travis-ci.org/yaroot/gitbucket-pages-plugin)
79-
- pre-release binaries on [bintray](https://dl.bintray.com/yaroot/gitbucket-pages-plugin/gitbucket/)
78+
- build by [travis-ci](https://travis-ci.org/gitbucket/gitbucket-pages-plugin)
8079

build.sbt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,3 @@ libraryDependencies ++= Seq(
1313
"javax.servlet" % "javax.servlet-api" % "3.1.0"
1414
)
1515

16-
// bintrayReleaseOnPublish in ThisBuild := false
17-
bintrayOmitLicense := true
18-
bintrayRepository := "gitbucket-pages-plugin"

project/plugins.sbt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.6.0")
2-
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.13.0")
32
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.8.2")
4-
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.1.10")
5-
addSbtPlugin("com.typesafe.sbt" % "sbt-license-report" % "1.1.0")
6-
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.8.5")
7-
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "1.5.1")
8-
addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0")
3+
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "1.1.1")

version.sbt

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)