Skip to content

Commit

Permalink
0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathilde committed Mar 31, 2013
1 parent 7054bde commit e28c407
Show file tree
Hide file tree
Showing 4 changed files with 235 additions and 231 deletions.
6 changes: 3 additions & 3 deletions README.markdown
Expand Up @@ -31,7 +31,7 @@ To add FluentLenium to your project, just add the following dependency to your `
<dependency>
<groupId>org.fluentlenium</groupId>
<artifactId>fluentlenium-core</artifactId>
<version>0.7.7</version>
<version>0.7.8</version>
<scope>test</scope>
</dependency>
```
Expand All @@ -44,7 +44,7 @@ If you need the fest-assert dependency to improve the legibility of your test co
<dependency>
<groupId>org.fluentlenium</groupId>
<artifactId>fluentlenium-festassert</artifactId>
<version>0.7.7</version>
<version>0.7.8</version>
<scope>test</scope>
</dependency>
```
Expand All @@ -55,7 +55,7 @@ An adapter has also been built for using FluentLenium with TestNG :
<dependency>
<groupId>org.fluentlenium</groupId>
<artifactId>fluentlenium-testng</artifactId>
<version>0.7.7</version>
<version>0.7.8</version>
<scope>test</scope>
</dependency>
```
Expand Down
3 changes: 3 additions & 0 deletions changelog
@@ -1,3 +1,6 @@
v0.7.8
- quit now do a check to avoid NPE
- package testng to fluentlenium-festassert
v0.7.7
-moving to selenium 2.31.0
v0.7.6
Expand Down
2 changes: 1 addition & 1 deletion fluentlenium-festassert/pom.xml
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-assert</artifactId>
<scope>provided</scope>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
Expand Down

0 comments on commit e28c407

Please sign in to comment.