Skip to content

Commit

Permalink
Upgrade to Jbake 2.6.2. Fix for jbake-org#44
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Oct 7, 2018
1 parent 8642867 commit 6841e1c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= JBake plugin for Gradle
:jbake-version: 2.6.1
:jbake-version: 2.6.2
:plugin-version: 1.3.0
:linkattrs:
:project-name: jbake-gradle-plugin
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 @@ targetCompatibility = 1.7

commonsIoVersion = 2.6
jacocoVersion = 0.8.2
jbakeVersion = 2.6.1
jbakeVersion = 2.6.2
semverVersion = 0.9.0
spockVersion = 1.1-groovy-2.4
jettyVersion = 9.2.24.v20180105
2 changes: 1 addition & 1 deletion src/main/groovy/org/jbake/gradle/JBakeExtension.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package org.jbake.gradle
* Created by frank on 12.10.14.
*/
class JBakeExtension {
String version = '2.6.1'
String version = '2.6.2'
String pegdownVersion = '1.6.0'
String flexmarkVersion = '0.34.24'
String freemarkerVersion = '2.3.28'
Expand Down
2 changes: 1 addition & 1 deletion src/test/groovy/org/jbake/gradle/JBakePluginSpec.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class JBakePluginSpec extends Specification {

where:
group | name | version
'org.jbake' | 'jbake-core' | '2.6.1'
'org.jbake' | 'jbake-core' | '2.6.2'
'org.freemarker' | 'freemarker' | '2.3.28'
'com.vladsch.flexmark' | 'flexmark' | '0.34.24'
'com.vladsch.flexmark' | 'flexmark-profile-pegdown' | '0.34.24'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class JbakeIntegrationSpec extends PluginIntegrationSpec {
def latestGradleVersion = '4.10'

@Shared
def latestJbakeVersion = '2.6.1'
def latestJbakeVersion = '2.6.2'

@Unroll
def 'Setup and bake with gradle #version'() {
Expand Down

0 comments on commit 6841e1c

Please sign in to comment.