Skip to content

Commit

Permalink
Prep for 0.9.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
double16 committed Dec 20, 2016
1 parent ba0015e commit 9897d2d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}
}
Expand Down
4 changes: 3 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.9.6-SNAPSHOT
version=0.9.6

sourceCompatibility=1.7
targetCompatibility=1.7
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9897d2d

Please sign in to comment.