Skip to content

Commit

Permalink
Merge pull request #252 from vmware/version-changes
Browse files Browse the repository at this point in the history
Updated version in pom.xml and version.txt file and updated release.yml file.
  • Loading branch information
mkhachane authored May 9, 2024
2 parents 0f7e25a + eb0c0c0 commit 340243f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
echo "Check maven version"
mvn -version
- name: Create Symlinks for external jars directory
run: |
echo "Create symlinks for external jars to build VRO plugin."
ln -s $GITHUB_WORKSPACE/lib/ $GITHUB_WORKSPACE/o11nplugin-vro/
echo "Created symlinks to build the core module."
ln -s $GITHUB_WORKSPACE/lib/ $GITHUB_WORKSPACE/o11nplugin-vro-core/
echo "Created symlinks to build the package module."
ln -s $GITHUB_WORKSPACE/lib/ $GITHUB_WORKSPACE/o11nplugin-vro-package/
# - name: Create Symlinks for external jars directory
# run: |
# echo "Create symlinks for external jars to build VRO plugin."
# ln -s $GITHUB_WORKSPACE/lib/ $GITHUB_WORKSPACE/o11nplugin-vro/
# echo "Created symlinks to build the core module."
# ln -s $GITHUB_WORKSPACE/lib/ $GITHUB_WORKSPACE/o11nplugin-vro-core/
# echo "Created symlinks to build the package module."
# ln -s $GITHUB_WORKSPACE/lib/ $GITHUB_WORKSPACE/o11nplugin-vro-package/

- name: Verify whether the symlink has been created.
run: |
Expand Down
2 changes: 1 addition & 1 deletion o11nplugin-vro-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>com.vmware.avi.sdk</groupId>
<artifactId>avisdk</artifactId>
<version>22.1.4.RELEASE</version>
<version>30.2.1.RELEASE</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
release_version=22.1.2.1
eng_version=22.1.3
release_version=30.2.1
eng_version=31.1.1

0 comments on commit 340243f

Please sign in to comment.