Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
sfuhrm committed Jun 5, 2018
1 parent 0a77048 commit 93889b6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ The recommended way of including the library into your project is using maven:
<dependency>
<groupId>de.sfuhrm</groupId>
<artifactId>sudoku</artifactId>
<version>2.0.0</version>
<version>3.0.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.sfuhrm</groupId>
<artifactId>sudoku-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<name>Sudoku Parent</name>
<description>Sudoku Parent POM</description>
<url>https://github.com/sfuhrm/sudoku</url>
Expand Down
2 changes: 1 addition & 1 deletion sudoku-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.sfuhrm</groupId>
<artifactId>sudoku-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<artifactId>sudoku-client</artifactId>
<name>Sudoku Client</name>
Expand Down
2 changes: 1 addition & 1 deletion sudoku/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.sfuhrm</groupId>
<artifactId>sudoku-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<artifactId>sudoku</artifactId>
<name>Sudoku</name>
Expand Down

0 comments on commit 93889b6

Please sign in to comment.