Skip to content

Commit 38fe244

Browse files
authored
Merge pull request #20 from SIkebe/gitbucket-4.32.0
Bump to GitBucket 4.32.0
2 parents 5cd2340 + 2161c3f commit 38fe244

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ sudo: false
33
language: scala
44

55
jdk:
6-
- oraclejdk8
6+
- openjdk8
77

88
scala:
9-
- 2.12.6
9+
- 2.13.0
1010

1111
script: make travis

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VERSION = 1.1.0
2-
GITBUCKET_VERSION = 4.26.0
2+
GITBUCKET_VERSION = 4.32.0
33

44
.PHONY: help # List of targets with descriptions
55
help:
@@ -24,5 +24,5 @@ target/gitbucket-${GITBUCKET_VERSION}.war:
2424
localServer: build target/gitbucket-${GITBUCKET_VERSION}.war
2525
mkdir -p target/DATA/plugins
2626
rm -rf target/DATA/plugins/*
27-
cp target/scala-2.12/gitbucket-asciidoctor-plugin-gitbucket_${GITBUCKET_VERSION}-${VERSION}.jar target/DATA/plugins
27+
cp target/scala-2.13/gitbucket-asciidoctor-plugin-gitbucket_${GITBUCKET_VERSION}-${VERSION}.jar target/DATA/plugins
2828
java -jar target/gitbucket-${GITBUCKET_VERSION}.war --gitbucket.home=target/DATA

README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= gitbucket-asciidoctor-plugin
22
:plugin-version: 1.1.1
3-
:scala-version: 2.12
4-
:gitbucket-bincompat-version: 4.26.0
3+
:scala-version: 2.13
4+
:gitbucket-bincompat-version: 4.32.0
55

66
image:https://travis-ci.org/asciidoctor/gitbucket-asciidoctor-plugin.svg["Build Status", link="https://travis-ci.org/asciidoctor/gitbucket-asciidoctor-plugin"]
77
image:https://badges.gitter.im/asciidoctor/gitbucket-asciidoctor-plugin.svg["Gitter Chat", link="https://gitter.im/asciidoctor/gitbucket-asciidoctor-plugin"]
@@ -27,7 +27,7 @@ sbt assembly
2727
make build
2828
----
2929

30-
You will find the packages plugin under `target/scala_2.12/gitbucket-asciidoctor-plugin-gitbucket_{gitbucket-bincompat-version}-{plugin-version}.jar`
30+
You will find the packages plugin under `target/scala_2.13/gitbucket-asciidoctor-plugin-gitbucket_{gitbucket-bincompat-version}-{plugin-version}.jar`
3131

3232

3333
== Installation

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name := "gitbucket-asciidoctor-plugin"
22
organization := "com.github.lefou"
33
version := "1.1.0"
4-
scalaVersion := "2.12.6"
5-
gitbucketVersion := "4.26.0"
4+
scalaVersion := "2.13.0"
5+
gitbucketVersion := "4.32.0"
66
sourcesInBase := false
77

88
resolvers ++= Seq(

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.1.6
1+
sbt.version=1.2.8

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("io.github.gitbucket" % "sbt-gitbucket-plugin" % "1.3.0")
1+
addSbtPlugin("io.github.gitbucket" % "sbt-gitbucket-plugin" % "1.5.0")

0 commit comments

Comments
 (0)