File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ The recommended way of including the library into your project is using maven:
98
98
<dependency >
99
99
<groupId >de.sfuhrm</groupId >
100
100
<artifactId >sudoku</artifactId >
101
- <version >1 .0.0</version >
101
+ <version >2 .0.0</version >
102
102
</dependency >
103
103
```
104
104
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >de.sfuhrm</groupId >
5
5
<artifactId >sudoku-parent</artifactId >
6
- <version >2.0.0-SNAPSHOT </version >
6
+ <version >2.0.0</version >
7
7
<name >Sudoku Parent</name >
8
8
<description >Sudoku Parent POM</description >
9
9
<url >https://github.com/sfuhrm/sudoku</url >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >de.sfuhrm</groupId >
6
6
<artifactId >sudoku-parent</artifactId >
7
- <version >2.0.0-SNAPSHOT </version >
7
+ <version >2.0.0</version >
8
8
</parent >
9
9
<artifactId >sudoku-client</artifactId >
10
10
<name >Sudoku Client</name >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >de.sfuhrm</groupId >
6
6
<artifactId >sudoku-parent</artifactId >
7
- <version >2.0.0-SNAPSHOT </version >
7
+ <version >2.0.0</version >
8
8
</parent >
9
9
<artifactId >sudoku</artifactId >
10
10
<name >Sudoku</name >
You can’t perform that action at this time.
0 commit comments