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/virtualan-plugin/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.2.4-SNAPSHOT</version>
5
+
<version>2.2.4</version>
6
6
<relativePath>../..</relativePath>
7
7
</parent>
8
8
<modelVersion>4.0.0</modelVersion>
9
9
<groupId>io.virtualan</groupId>
10
10
<artifactId>virtualan-plugin</artifactId>
11
11
<packaging>jar</packaging>
12
12
<name>virtualan-plugin</name>
13
-
<version>2.2.4-SNAPSHOT</version>
13
+
<version>2.2.4</version>
14
14
<description>
15
15
Virtualan is an open source-based Open API Interface driven Service virtualization tool. Virtualan - Mock service developed on top of the spring boot framework. Any Rest API can be converted as Virtual service in minutes using annotations. Annotations: VirtualService and ApiVirtual
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.2.4-SNAPSHOT</version>
5
+
<version>2.2.4</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.1.4-SNAPSHOT</version>
13
+
<version>1.1.4</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.
0 commit comments