Skip to content

Commit fb537cf

Browse files
author
Igor Polevoy
committed
Merge remote-tracking branch 'origin/master'
2 parents 575ff6c + 7429a21 commit fb537cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

activeweb-lessc/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Please, refer to [Lessc documentation on the JavaLite site](http://javalite.io/l
1010
<plugin>
1111
<groupId>org.javalite</groupId>
1212
<artifactId>activeweb-lessc-maven-plugin</artifactId>
13-
<version>1.11-SNAPSHOT</version>
13+
<version>${activeweb.version}</version>
1414
<configuration>
1515
<lesscMain>src/main/webapp/less/bootstrap.less</lesscMain>
1616
<targetDirectory>target/web/css</targetDirectory>
@@ -32,7 +32,7 @@ Please, refer to [Lessc documentation on the JavaLite site](http://javalite.io/l
3232
<plugin>
3333
<groupId>org.javalite</groupId>
3434
<artifactId>activeweb-lessc-maven-plugin</artifactId>
35-
<version>${proj_version}</version>
35+
<version>${activeweb.version}</version>
3636
<configuration>
3737
<lessConfigs>
3838
<lessConfig implementation="org.javalite.lessc.maven.LessConfig">
@@ -55,4 +55,4 @@ Please, refer to [Lessc documentation on the JavaLite site](http://javalite.io/l
5555
</execution>
5656
</executions>
5757
</plugin>
58-
```
58+
```

0 commit comments

Comments
 (0)