Skip to content

Commit

Permalink
Updated Java SDK and vRO plugin version in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhachane committed Mar 8, 2024
1 parent 01e49d9 commit 665500d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions o11nplugin-vro-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>vro</artifactId>
<groupId>com.vmware.avi</groupId>
<version>22.1.5.RELEASE</version>
<version>22.1.6.RELEASE</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>com.vmware.avi.sdk</groupId>
<artifactId>avisdk</artifactId>
<version>22.1.5.RELEASE</version>
<version>22.1.6.RELEASE</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion o11nplugin-vro-package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>vro</artifactId>
<groupId>com.vmware.avi</groupId>
<version>22.1.5.RELEASE</version>
<version>22.1.6.RELEASE</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion o11nplugin-vro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>vro</artifactId>
<groupId>com.vmware.avi</groupId>
<version>22.1.5.RELEASE</version>
<version>22.1.6.RELEASE</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.vmware.avi</groupId>
<artifactId>vro</artifactId>
<packaging>pom</packaging>
<version>22.1.5.RELEASE</version>
<version>22.1.6.RELEASE</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
release_version=22.1.5
release_version=22.1.6
eng_version=30.2.1

0 comments on commit 665500d

Please sign in to comment.