File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -78,15 +78,15 @@ Add the following to your dependencies:
78
78
<dependency>
79
79
<groupId>nl.topicus.overheid</groupId>
80
80
<artifactId>java-factory-bot</artifactId>
81
- <version>0.2.0-SNAPSHOT </version>
81
+ <version>0.2.0</version>
82
82
<scope>test</scope>
83
83
</dependency>
84
84
85
85
### Gradle
86
86
87
87
Add the following line to the dependency section of ` build.gradle `
88
88
89
- compile "nl.topicus.overheid:java-factory-bot:0.2.0-SNAPSHOT "
89
+ compile "nl.topicus.overheid:java-factory-bot:0.2.0"
90
90
91
91
## Building
92
92
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >nl.topicus.overheid</groupId >
8
8
<artifactId >java-factory-bot</artifactId >
9
- <version >0.2.0-SNAPSHOT </version >
9
+ <version >0.2.0</version >
10
10
<packaging >jar</packaging >
11
11
12
12
<name >java-factory-bot</name >
You can’t perform that action at this time.
0 commit comments