Skip to content
This repository has been archived by the owner on Apr 13, 2019. It is now read-only.

update Sass to 3.4.16 #61

Merged
merged 1 commit into from Jul 11, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -129,7 +129,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<compass.version>1.0.3</compass.version>
<sass.version>3.4.15</sass.version>
<sass.version>3.4.16</sass.version>
<jruby.version>9.0.0.0.rc2</jruby.version>
<maven-libs.version>3.3.3</maven-libs.version>
<scss-lint.version>0.40.1</scss-lint.version>
Expand Down
6 changes: 3 additions & 3 deletions src/site/apt/releasenotes.apt.vm
Expand Up @@ -38,13 +38,13 @@ ${project.name} ${project.version} Release Notes

** Fix

* As a result of updating JRuby some Windows issues are expected to be fixed
* As a result of updating JRuby some Windows issues are expected to be fixed
({{{https://github.com/GeoDienstenCentrum/sass-maven-plugin/issues/41}#41}}),

** Enhancements

~~ * Update Sass to version ${project.properties.get("sass.version")}, please check
~~ the {{{http://sass-lang.com/documentation/file.SASS_CHANGELOG.html}Sass changelog}}
* Update Sass to version ${project.properties.get("sass.version")}, please check
the {{{http://sass-lang.com/documentation/file.SASS_CHANGELOG.html}Sass changelog}}

~~ * Update SCSS-Lint to version ${project.properties.get("scss-lint.version")}, please check
the {{{https://github.com/brigade/scss-lint/blob/master/CHANGELOG.md}SCSS-Lint changelog}}
Expand Down