Skip to content

Commit

Permalink
use 1.1.1 in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andriusvelykis committed Jun 22, 2014
1 parent 6da55f7 commit 01170ae
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To use this Maven skin, include it in your `site.xml` file:
<skin>
<groupId>lt.velykis.maven.skins</groupId>
<artifactId>reflow-maven-skin</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</skin>
...
</project>
Expand All @@ -40,7 +40,7 @@ generating Maven site. Add them as a dependency to `maven-site-plugin` in your P
<dependency>
<groupId>lt.velykis.maven.skins</groupId>
<artifactId>reflow-velocity-tools</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
<!-- Reflow skin requires Velocity >= 1.7 -->
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions reflow-maven-skin/src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To use this Maven skin, include it in your [`site.xml` site descriptor][site-xml
<skin>
<groupId>lt.velykis.maven.skins</groupId>
<artifactId>reflow-maven-skin</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</skin>
...
</project>
Expand Down Expand Up @@ -40,7 +40,7 @@ Add [`reflow-velocity-tools`][reflow-tools] dependency to `maven-site-plugin` in
<dependency>
<groupId>lt.velykis.maven.skins</groupId>
<artifactId>reflow-velocity-tools</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
<!-- Reflow skin requires Velocity >= 1.7 -->
<dependency>
Expand Down
3 changes: 1 addition & 2 deletions reflow-velocity-tools/src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ file:
<dependency>
<groupId>lt.velykis.maven.skins</groupId>
<artifactId>reflow-velocity-tools</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
...
</dependencies>
Expand All @@ -54,4 +54,3 @@ file:
</plugins>
</build>
```

4 changes: 2 additions & 2 deletions src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ To use Reflow skin in your Maven site, [add it to site.xml][reflow-usage]:
<skin>
<groupId>lt.velykis.maven.skins</groupId>
<artifactId>reflow-maven-skin</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</skin>
```

Expand All @@ -64,7 +64,7 @@ as well as Apache Velocity 1.7.
## Responsive layouts

Write your pages in [APT or Markdown][doxia-formats], then restructure them using Reflow skin
[layouts][reflow-layouts]:
[layouts][reflow-layouts]:

- **Carousel** - spinning image slideshow
- **Thumbnails** - showcase your image gallery
Expand Down

0 comments on commit 01170ae

Please sign in to comment.