Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.vmware.avi.sdk</groupId>
<artifactId>avisdk</artifactId>
<groupId>io.github.gurunath-avi</groupId>
<artifactId>avisdk-dummy</artifactId>
<version>30.2.4</version>
<name>avisdk</name>
<description>Avi SDK is a java API which creates a session with controller and perform CRUD operations.</description>
Expand Down