Skip to content

Commit e59cfe2

Browse files
committed
[maven-release-plugin] prepare release v2.4.0.2
1 parent c4083b7 commit e59cfe2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

modules/virtualan-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<parent>
33
<groupId>io.virtualan</groupId>
44
<artifactId>virtualan-project</artifactId>
5-
<version>2.4.1-SNAPSHOT</version>
5+
<version>2.4.0</version>
66
<relativePath>../..</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>io.virtualan</groupId>
1010
<artifactId>virtualan-plugin</artifactId>
1111
<packaging>jar</packaging>
1212
<name>virtualan-plugin</name>
13-
<version>2.4.1-SNAPSHOT</version>
13+
<version>2.4.0</version>
1414
<description>
1515
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
1616
</description>

modules/virtualization/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<parent>
33
<groupId>io.virtualan</groupId>
44
<artifactId>virtualan-project</artifactId>
5-
<version>2.4.1-SNAPSHOT</version>
5+
<version>2.4.0</version>
66
<relativePath>../..</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>io.virtualan</groupId>
1010
<artifactId>virtualization</artifactId>
1111
<packaging>jar</packaging>
1212
<name>virtualization</name>
13-
<version>1.3.1-SNAPSHOT</version>
13+
<version>1.3.0</version>
1414
<description>
1515
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.
1616
Supports Open API(Rest), MQTT, Kafka, AMQ and Soap.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<artifactId>virtualan-project</artifactId>
1010
<packaging>pom</packaging>
1111
<name>virtualan-project</name>
12-
<version>2.4.1-SNAPSHOT</version>
12+
<version>2.4.0</version>
1313
<url>https://virtualan.io</url>
1414
<scm>
1515
<connection>scm:git:ssh://[email protected]:virtualansoftware/virtualan.git</connection>

0 commit comments

Comments
 (0)