Skip to content

Commit

Permalink
[maven-release-plugin] prepare release virtualan-project-2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
elans3 committed Oct 3, 2022
1 parent b053a1d commit 4f9d29b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions modules/virtualan-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<parent>
<groupId>io.virtualan</groupId>
<artifactId>virtualan-project</artifactId>
<version>2.5.3-SNAPSHOT</version>
<version>2.5.3</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.virtualan</groupId>
<artifactId>virtualan-plugin</artifactId>
<packaging>jar</packaging>
<name>virtualan-plugin</name>
<version>2.5.3-SNAPSHOT</version>
<version>2.5.3</version>
<description>
Virtualan is an open source-based Open API Interface driven Service virtualization tool. Virtualan - Mock service developed on top of the
boot framework. Any Rest API can be converted as Virtual service in minutes using annotations. Annotations: VirtualService and ApiVirtual
Expand Down
4 changes: 2 additions & 2 deletions modules/virtualization/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<parent>
<groupId>io.virtualan</groupId>
<artifactId>virtualan-project</artifactId>
<version>2.5.3-SNAPSHOT</version>
<version>2.5.3</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.virtualan</groupId>
<artifactId>virtualization</artifactId>
<packaging>jar</packaging>
<name>virtualization</name>
<version>1.4.3-SNAPSHOT</version>
<version>1.4.3</version>
<description>
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.
Supports Open API(Rest), MQTT, Kafka, AMQ and Soap.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<artifactId>virtualan-project</artifactId>
<packaging>pom</packaging>
<name>virtualan-project</name>
<version>2.5.3-SNAPSHOT</version>
<version>2.5.3</version>
<url>https://virtualan.io</url>
<scm>
<connection>scm:git:ssh://[email protected]:virtualansoftware/virtualan.git</connection>
Expand Down

0 comments on commit 4f9d29b

Please sign in to comment.