Skip to content

Commit 4f9d29b

Browse files
committed
[maven-release-plugin] prepare release virtualan-project-2.5.3
1 parent b053a1d commit 4f9d29b

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.5.3-SNAPSHOT</version>
5+
<version>2.5.3</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.5.3-SNAPSHOT</version>
13+
<version>2.5.3</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
1616
boot framework. Any Rest API can be converted as Virtual service in minutes using annotations. Annotations: VirtualService and ApiVirtual

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.5.3-SNAPSHOT</version>
5+
<version>2.5.3</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.4.3-SNAPSHOT</version>
13+
<version>1.4.3</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.5.3-SNAPSHOT</version>
12+
<version>2.5.3</version>
1313
<url>https://virtualan.io</url>
1414
<scm>
1515
<connection>scm:git:ssh://git@github.com:virtualansoftware/virtualan.git</connection>

0 commit comments

Comments
 (0)