Skip to content
This repository was archived by the owner on Jan 9, 2019. It is now read-only.

Commit 531d665

Browse files
author
Sandro Boehme
committed
moved to lesscss 1.7.0.1.1
1 parent 0ec961f commit 531d665

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Official LESS CSS Maven Plugin
22
==============================
33

4-
**Latest release** 1.7.0.1.0 - The 1.0 release that is compatible with less 1.7.0
4+
**Latest release** 1.7.0.1.1 - The 1.1 release that is compatible with less 1.7.0
55

66

77
Usage
@@ -12,7 +12,7 @@ Declare the plugin and its goals. The process-sources phase is bound to by defau
1212
<plugin>
1313
<groupId>org.lesscss</groupId>
1414
<artifactId>lesscss-maven-plugin</artifactId>
15-
<version>1.7.0.1.0</version>
15+
<version>1.7.0.1.1</version>
1616
<executions>
1717
<execution>
1818
<goals>
@@ -31,7 +31,7 @@ Example configuration for web project
3131
<plugin>
3232
<groupId>org.lesscss</groupId>
3333
<artifactId>lesscss-maven-plugin</artifactId>
34-
<version>1.7.0.1.0</version>
34+
<version>1.7.0.1.1</version>
3535
<configuration>
3636
<sourceDirectory>${project.basedir}/src/main/webapp/less</sourceDirectory>
3737
<outputDirectory>${project.build.directory}/${project.build.finalName}/css</outputDirectory>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<dependency>
7373
<groupId>org.lesscss</groupId>
7474
<artifactId>lesscss</artifactId>
75-
<version>1.7.0.1.0</version>
75+
<version>1.7.0.1.1</version>
7676
</dependency>
7777
<dependency>
7878
<groupId>org.mockito</groupId>

0 commit comments

Comments
 (0)