Skip to content

Commit

Permalink
Version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremagico committed Jun 19, 2024
1 parent 2db7def commit c7db7c9
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.14.3</version>
<version>2.15.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.14.3</version>
<version>2.15.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.14.3</version>
<version>2.15.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.14.3</version>
<version>2.15.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.14.3</version>
<version>2.15.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.14.3</version>
<version>2.15.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.14.3
version=2.14.3
release=v2.15.0
version=2.15.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.14.3",
"version": "2.15.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down

0 comments on commit c7db7c9

Please sign in to comment.