File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ jobs:
29
29
echo "Check maven version"
30
30
mvn -version
31
31
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/
40
40
41
41
- name : Verify whether the symlink has been created.
42
42
run : |
Original file line number Diff line number Diff line change 23
23
<dependency >
24
24
<groupId >com.vmware.avi.sdk</groupId >
25
25
<artifactId >avisdk</artifactId >
26
- <version >22.1.4 .RELEASE</version >
26
+ <version >30.2.1 .RELEASE</version >
27
27
</dependency >
28
28
29
29
<dependency >
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments