Skip to content

Commit

Permalink
Updated version to 2.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremagico committed May 8, 2024
1 parent cc6ef80 commit 71afcb3
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.1</version>
<version>2.14.2</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.1</version>
<version>2.14.2</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.1</version>
<version>2.14.2</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.1</version>
<version>2.14.2</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.1</version>
<version>2.14.2</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.1</version>
<version>2.14.2</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
@@ -1,8 +1,8 @@
COMPOSE_PROJECT_NAME=kendo_tournament
machine_domain=localhost
email=[email protected]
release=v2.14.1
version=2.14.1
release=v2.14.2
version=2.14.2

#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.1",
"version": "2.14.2",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down

0 comments on commit 71afcb3

Please sign in to comment.