You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/virtualization/pom.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
2
2
<parent>
3
3
<groupId>io.virtualan</groupId>
4
4
<artifactId>virtualan-project</artifactId>
5
-
<version>2.5.3-SNAPSHOT</version>
5
+
<version>2.5.3</version>
6
6
<relativePath>../..</relativePath>
7
7
</parent>
8
8
<modelVersion>4.0.0</modelVersion>
9
9
<groupId>io.virtualan</groupId>
10
10
<artifactId>virtualization</artifactId>
11
11
<packaging>jar</packaging>
12
12
<name>virtualization</name>
13
-
<version>1.4.3-SNAPSHOT</version>
13
+
<version>1.4.3</version>
14
14
<description>
15
15
Service virtualization is the simulation of the behavior of software components that are unavailable or otherwise restricted during the preproduction stage of the software development lifecycle.
16
16
Supports Open API(Rest), MQTT, Kafka, AMQ and Soap.
0 commit comments