Skip to content

Commit

Permalink
fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Polevoy committed May 25, 2015
1 parent 91fd6ca commit 7429a21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions activeweb-lessc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Please, refer to [Lessc documentation on the JavaLite site](http://javalite.io/l
<plugin>
<groupId>org.javalite</groupId>
<artifactId>activeweb-lessc-maven-plugin</artifactId>
<version>1.11-SNAPSHOT</version>
<version>${activeweb.version}</version>
<configuration>
<lesscMain>src/main/webapp/less/bootstrap.less</lesscMain>
<targetDirectory>target/web/css</targetDirectory>
Expand All @@ -32,7 +32,7 @@ Please, refer to [Lessc documentation on the JavaLite site](http://javalite.io/l
<plugin>
<groupId>org.javalite</groupId>
<artifactId>activeweb-lessc-maven-plugin</artifactId>
<version>${proj_version}</version>
<version>${activeweb.version}</version>
<configuration>
<lessConfigs>
<lessConfig implementation="org.javalite.lessc.maven.LessConfig">
Expand All @@ -55,4 +55,4 @@ Please, refer to [Lessc documentation on the JavaLite site](http://javalite.io/l
</execution>
</executions>
</plugin>
```
```

0 comments on commit 7429a21

Please sign in to comment.