Skip to content

Commit

Permalink
Target v0.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGuancheDarias committed Feb 8, 2024
1 parent ba92c4e commit dbc2fc1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion business/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>com.kevinguanchedarias.owge</groupId>
<artifactId>owgejava-backend</artifactId>
<version>0.11.4-SNAPSHOT</version>
<version>0.11.5-SNAPSHOT</version>
<name>OWGE Business</name>
<url>http://owgejava.kevinguanchedarias.com</url>

Expand Down
2 changes: 1 addition & 1 deletion game-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "game-frontend",
"version": "0.11.4",
"version": "0.11.5",
"license": "MIT",
"angular-cli": {},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions game-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
</parent>
<groupId>com.kevinguanchedarias.owgejava</groupId>
<artifactId>game-rest</artifactId>
<version>0.11.4-SNAPSHOT</version>
<version>0.11.5-SNAPSHOT</version>
<name>OWGE Game Rest</name>

<properties>
<owge.version>0.11.4-SNAPSHOT</owge.version>
<owge.version>0.11.5-SNAPSHOT</owge.version>
<sonar.projectKey>KevinGuancheDarias_owge</sonar.projectKey>
<sonar.moduleKey>${project.groupId}:${project.artifactId}</sonar.moduleKey>
<sonar.organization>kevinguanchedarias</sonar.organization>
Expand Down

0 comments on commit dbc2fc1

Please sign in to comment.