From 9897d2df01afdd89a72f340aa062cac795e1268f Mon Sep 17 00:00:00 2001 From: Patrick Double Date: Tue, 20 Dec 2016 06:16:48 -0600 Subject: [PATCH] Prep for 0.9.6 release --- README.adoc | 4 ++-- changelog.txt | 4 +++- gradle.properties | 2 +- sonar-project.properties | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.adoc b/README.adoc index cd79fe41..d48c2df5 100644 --- a/README.adoc +++ b/README.adoc @@ -116,11 +116,11 @@ buildscript { dependencies { classpath (group: 'gradle.plugin.org.aim42', name: 'htmlSanityCheck', - version: '0.9.3') + version: '0.9.6') classpath (group: 'org.asciidoctor', name: 'asciidoctor-gradle-plugin', - version: '1.5.2') + version: '1.5.3') } } diff --git a/changelog.txt b/changelog.txt index 866af5c7..536894ec 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,7 +1,9 @@ HtmlSanityCheck - ChangeLog -V.0.9.5 +V.0.9.6 +Dec 13th 2016: Fix absolute local image check. #130 +Dec 12th 2016: Gradle plugin sends output to info log. April 8th 2016: Add JUnit XML reporting to support automated tools. V.0.9.3 diff --git a/gradle.properties b/gradle.properties index 28076865..e5c7b87e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=0.9.6-SNAPSHOT +version=0.9.6 sourceCompatibility=1.7 targetCompatibility=1.7 diff --git a/sonar-project.properties b/sonar-project.properties index dd3cd5af..f13fee78 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -3,7 +3,7 @@ sonar.projectKey=htmlSanityCheck # this is the name displayed in the SonarQube UI sonar.projectName=htmlSanityCheck -sonar.projectVersion=0.9.3 +sonar.projectVersion=0.9.6 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. # Since SonarQube 4.2, this property is optional if sonar.modules is set.