This repository was archived by the owner on Jan 9, 2019. It is now read-only.
File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Official LESS CSS Maven Plugin
2
2
==============================
3
3
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
5
5
6
6
7
7
Usage
@@ -12,7 +12,7 @@ Declare the plugin and its goals. The process-sources phase is bound to by defau
12
12
<plugin>
13
13
<groupId>org.lesscss</groupId>
14
14
<artifactId>lesscss-maven-plugin</artifactId>
15
- <version>1.7.0.1.0 </version>
15
+ <version>1.7.0.1.1 </version>
16
16
<executions>
17
17
<execution>
18
18
<goals>
@@ -31,7 +31,7 @@ Example configuration for web project
31
31
<plugin>
32
32
<groupId>org.lesscss</groupId>
33
33
<artifactId>lesscss-maven-plugin</artifactId>
34
- <version>1.7.0.1.0 </version>
34
+ <version>1.7.0.1.1 </version>
35
35
<configuration>
36
36
<sourceDirectory>${project.basedir}/src/main/webapp/less</sourceDirectory>
37
37
<outputDirectory>${project.build.directory}/${project.build.finalName}/css</outputDirectory>
Original file line number Diff line number Diff line change 72
72
<dependency >
73
73
<groupId >org.lesscss</groupId >
74
74
<artifactId >lesscss</artifactId >
75
- <version >1.7.0.1.0 </version >
75
+ <version >1.7.0.1.1 </version >
76
76
</dependency >
77
77
<dependency >
78
78
<groupId >org.mockito</groupId >
You can’t perform that action at this time.
0 commit comments