Skip to content

Commit

Permalink
release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
keepcosmos committed Jul 11, 2018
1 parent 3358c33 commit b041207
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 11 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,24 +89,26 @@ objectMother.addFixtureLocation("filesystem:///absolute/path/to/fixture/dir") //
<dependency>
<groupId>io.beanmother</groupId>
<artifactId>beanmother-core</artifactId>
<version>0.7.5</version>
<version>0.8.0</version>
<scope>test</scope>
</dependency>
```

- Gradle

```groovy
testCompile 'io.beanmother:beanmother-core:0.7.5'
testCompile 'io.beanmother:beanmother-core:0.8.0'
```

#### Extensions

* [beanmother-java8-converter](https://search.maven.org/#artifactdetails|io.beanmother|beanmother-java8-converter|0.7.5|jar) - For java8 time and optional data type
* [beanmother-java8-converter](https://search.maven.org/#artifactdetails|io.beanmother|beanmother-java8-converter|0.8.0|jar) - For java8 time and optional data type

* [beanmother-joda-time-converter](https://search.maven.org/#artifactdetails|io.beanmother|beanmother-joda-time-converter|0.7.5|jar) - For Joda-time data type
* [beanmother-joda-time-converter](https://search.maven.org/#artifactdetails|io.beanmother|beanmother-joda-time-converter|0.8.0|jar) - For Joda-time data type

* [beanmother-guava-converter](https://search.maven.org/#artifactdetails|io.beanmother|beanmother-guava-converter|0.7.5|jar) - For Google Guava optional data type
* [beanmother-guava-converter](https://search.maven.org/#artifactdetails|io.beanmother|beanmother-guava-converter|0.8.0|jar) - For Google Guava optional data type

* [beanmother-builder-converter](https://search.maven.org/#artifactdetails|io.beanmother|beanmother-builder-converter|0.8.0|jar) - For builder pattern initializer


### Fixture Script
Expand Down
2 changes: 1 addition & 1 deletion beanmother-builder-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>beanmother</artifactId>
<groupId>io.beanmother</groupId>
<version>0.7.5</version>
<version>0.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion beanmother-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.beanmother</groupId>
<artifactId>beanmother</artifactId>
<version>0.7.5</version>
<version>0.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion beanmother-guava-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>beanmother</artifactId>
<groupId>io.beanmother</groupId>
<version>0.7.5</version>
<version>0.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion beanmother-java8-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>beanmother</artifactId>
<groupId>io.beanmother</groupId>
<version>0.7.5</version>
<version>0.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion beanmother-joda-time-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>beanmother</artifactId>
<groupId>io.beanmother</groupId>
<version>0.7.5</version>
<version>0.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>io.beanmother</groupId>
<artifactId>beanmother</artifactId>
<packaging>pom</packaging>
<version>0.7.5</version>
<version>0.8.0</version>

<name>beanmother</name>
<url>https://github.com/keepcosmos/beanmother</url>
Expand Down

0 comments on commit b041207

Please sign in to comment.