File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Please, refer to [Lessc documentation on the JavaLite site](http://javalite.io/l
10
10
<plugin >
11
11
<groupId >org.javalite</groupId >
12
12
<artifactId >activeweb-lessc-maven-plugin</artifactId >
13
- <version >1.11-SNAPSHOT </version >
13
+ <version >${activeweb.version} </version >
14
14
<configuration >
15
15
<lesscMain >src/main/webapp/less/bootstrap.less</lesscMain >
16
16
<targetDirectory >target/web/css</targetDirectory >
@@ -32,7 +32,7 @@ Please, refer to [Lessc documentation on the JavaLite site](http://javalite.io/l
32
32
<plugin >
33
33
<groupId >org.javalite</groupId >
34
34
<artifactId >activeweb-lessc-maven-plugin</artifactId >
35
- <version >${proj_version }</version >
35
+ <version >${activeweb.version }</version >
36
36
<configuration >
37
37
<lessConfigs >
38
38
<lessConfig implementation =" org.javalite.lessc.maven.LessConfig" >
@@ -55,4 +55,4 @@ Please, refer to [Lessc documentation on the JavaLite site](http://javalite.io/l
55
55
</execution >
56
56
</executions >
57
57
</plugin >
58
- ```
58
+ ```
You can’t perform that action at this time.
0 commit comments