Skip to content

Commit

Permalink
update version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robberphex committed May 9, 2022
1 parent 7dd7f6c commit 506e3eb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion opensergo-dashboard-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.opensergo</groupId>
<artifactId>opensergo-dashboard</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions opensergo-dashboard-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.opensergo</groupId>
<artifactId>opensergo-dashboard</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</parent>

<artifactId>opensergo-dashboard-server</artifactId>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>io.opensergo</groupId>
<artifactId>opensergo-dashboard-ui</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
<scope>provided</scope>
<type>pom</type>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion opensergo-dashboard-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opensergo-dashboard-ui",
"version": "0.0.2",
"version": "0.0.3",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion opensergo-dashboard-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.opensergo</groupId>
<artifactId>opensergo-dashboard</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.opensergo</groupId>
<artifactId>opensergo-dashboard</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
<modules>
<module>opensergo-dashboard-ui</module>
<module>opensergo-dashboard-server</module>
Expand Down

0 comments on commit 506e3eb

Please sign in to comment.