Skip to content

Commit

Permalink
[ci-skip] Version updated to 1.0.3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-szrnka committed Dec 10, 2024
1 parent aba2a35 commit 35414e1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion code/gms-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.gms</groupId>
<artifactId>give-my-secret</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
</parent>
<artifactId>gms-backend</artifactId>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions code/gms-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 code/gms-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gms-frontend",
"version": "1.0.2",
"version": "1.0.3-SNAPSHOT",
"scripts": {
"ng": "ng",
"start": "set NODE_OPTIONS=--openssl-legacy-provider && ng serve --configuration localHttp",
Expand Down
2 changes: 1 addition & 1 deletion code/gms-frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.github.gms</groupId>
<artifactId>give-my-secret</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
</parent>
<artifactId>gms-frontend</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion code/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.gms</groupId>
<artifactId>give-my-secret</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
<packaging>pom</packaging>

<name>give-my-secret</name>
Expand Down

0 comments on commit 35414e1

Please sign in to comment.