Skip to content

Commit 340243f

Browse files
authored
Merge pull request #252 from vmware/version-changes
Updated version in pom.xml and version.txt file and updated release.yml file.
2 parents 0f7e25a + eb0c0c0 commit 340243f

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/release.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929
echo "Check maven version"
3030
mvn -version
3131
32-
- name: Create Symlinks for external jars directory
33-
run: |
34-
echo "Create symlinks for external jars to build VRO plugin."
35-
ln -s $GITHUB_WORKSPACE/lib/ $GITHUB_WORKSPACE/o11nplugin-vro/
36-
echo "Created symlinks to build the core module."
37-
ln -s $GITHUB_WORKSPACE/lib/ $GITHUB_WORKSPACE/o11nplugin-vro-core/
38-
echo "Created symlinks to build the package module."
39-
ln -s $GITHUB_WORKSPACE/lib/ $GITHUB_WORKSPACE/o11nplugin-vro-package/
32+
# - name: Create Symlinks for external jars directory
33+
# run: |
34+
# echo "Create symlinks for external jars to build VRO plugin."
35+
# ln -s $GITHUB_WORKSPACE/lib/ $GITHUB_WORKSPACE/o11nplugin-vro/
36+
# echo "Created symlinks to build the core module."
37+
# ln -s $GITHUB_WORKSPACE/lib/ $GITHUB_WORKSPACE/o11nplugin-vro-core/
38+
# echo "Created symlinks to build the package module."
39+
# ln -s $GITHUB_WORKSPACE/lib/ $GITHUB_WORKSPACE/o11nplugin-vro-package/
4040

4141
- name: Verify whether the symlink has been created.
4242
run: |

o11nplugin-vro-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.vmware.avi.sdk</groupId>
2525
<artifactId>avisdk</artifactId>
26-
<version>22.1.4.RELEASE</version>
26+
<version>30.2.1.RELEASE</version>
2727
</dependency>
2828

2929
<dependency>

version.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
release_version=22.1.2.1
2-
eng_version=22.1.3
1+
release_version=30.2.1
2+
eng_version=31.1.1

0 commit comments

Comments
 (0)