Skip to content

Commit 506e3eb

Browse files
committed
update version to 0.0.3
1 parent 7dd7f6c commit 506e3eb

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

opensergo-dashboard-distribution/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.opensergo</groupId>
77
<artifactId>opensergo-dashboard</artifactId>
8-
<version>0.0.2</version>
8+
<version>0.0.3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

opensergo-dashboard-server/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.opensergo</groupId>
88
<artifactId>opensergo-dashboard</artifactId>
9-
<version>0.0.2</version>
9+
<version>0.0.3</version>
1010
</parent>
1111

1212
<artifactId>opensergo-dashboard-server</artifactId>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>io.opensergo</groupId>
2525
<artifactId>opensergo-dashboard-ui</artifactId>
26-
<version>0.0.2</version>
26+
<version>0.0.3</version>
2727
<scope>provided</scope>
2828
<type>pom</type>
2929
</dependency>

opensergo-dashboard-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opensergo-dashboard-ui",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

opensergo-dashboard-ui/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.opensergo</groupId>
77
<artifactId>opensergo-dashboard</artifactId>
8-
<version>0.0.2</version>
8+
<version>0.0.3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<packaging>pom</packaging>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.opensergo</groupId>
66
<artifactId>opensergo-dashboard</artifactId>
7-
<version>0.0.2</version>
7+
<version>0.0.3</version>
88
<modules>
99
<module>opensergo-dashboard-ui</module>
1010
<module>opensergo-dashboard-server</module>

0 commit comments

Comments
 (0)