Skip to content

Commit

Permalink
Prepare fore release
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed May 19, 2021
1 parent b96ce35 commit 130c2df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= JBake plugin for Gradle
:linkattrs:
:jbake-version: 2.6.7
:plugin-version: 5.4.0
:plugin-version: 5.5.0
:project-group: org.jbake
:plugin-id: org.jbake.site
:project-name: jbake-gradle-plugin
Expand All @@ -18,7 +18,7 @@ This plugin allows rendering a site using http://www.jbake.org[JBake] directly f
== Requirements

* Java 8
* Gradle 5+
* Gradle 6+

== Examples

Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ plugins {
id 'java-library'
id 'groovy'
id 'org.kordamp.gradle.groovy-project'
id 'org.kordamp.gradle.bintray'
id 'org.kordamp.gradle.plugin'
id 'org.kordamp.gradle.coveralls'
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#

group = org.jbake
version = 5.4.0
version = 5.5.0

pluginId = org.jbake.site
pluginDisplayName = JBake Gradle Plugin
Expand Down

0 comments on commit 130c2df

Please sign in to comment.