Skip to content

Commit

Permalink
Version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremagico committed Oct 12, 2024
1 parent db33a12 commit 92a4fd7
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion backend/kendo-tournament-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>kendo-tournament-backend</artifactId>
<groupId>com.softwaremagico</groupId>
<version>2.16.0</version>
<version>2.17.0</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion backend/kendo-tournament-logger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>kendo-tournament-backend</artifactId>
<groupId>com.softwaremagico</groupId>
<version>2.16.0</version>
<version>2.17.0</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion backend/kendo-tournament-pdf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>kendo-tournament-backend</artifactId>
<groupId>com.softwaremagico</groupId>
<version>2.16.0</version>
<version>2.17.0</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion backend/kendo-tournament-persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>kendo-tournament-backend</artifactId>
<groupId>com.softwaremagico</groupId>
<version>2.16.0</version>
<version>2.17.0</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion backend/kendo-tournament-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>kendo-tournament-backend</artifactId>
<groupId>com.softwaremagico</groupId>
<version>2.16.0</version>
<version>2.17.0</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.softwaremagico</groupId>
<artifactId>kendo-tournament-backend</artifactId>
<version>2.16.0</version>
<version>2.17.0</version>
<name>Kendo Tournament Manager</name>
<packaging>pom</packaging>

Expand Down
4 changes: 2 additions & 2 deletions docker/.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ COMPOSE_PROJECT_NAME=kendo_tournament
machine_domain=localhost
email=[email protected]
timezone=Europe/Madrid
release=v2.16.0
version=2.16.0
release=v2.17.0
version=2.17.0

#Frontend
frontend_path=/kendo-tournament-frontend
Expand Down
4 changes: 2 additions & 2 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "2.16.0",
"version": "2.17.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down

0 comments on commit 92a4fd7

Please sign in to comment.