Skip to content

Commit a380665

Browse files
Updated pom.xml and README.md (#193)
* Update the pom.xml and README.md Signed-off-by: shweta purohit <[email protected]> * Updated pom.xml Signed-off-by: shweta purohit <[email protected]> * Update pom.xml Signed-off-by: shweta purohit <[email protected]>
1 parent 1b9882f commit a380665

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,14 @@ The following information must be included in the README.md for the sample.
201201
* What does the sample do ?
202202
* Any KNOWN limitations or dependencies
203203

204+
### Versioning
205+
206+
vSphere Automation Java SDK - X.Y.Z.U.P
207+
208+
vCenter-related: X.Y - (Major release), Z - (Update release), U - (Patch)
209+
210+
vSphere Automation Java SDK - related: P - (vSphere Automation Java SDK patches)
211+
204212
### Suggested Information
205213
The following information should be included when possible. Inclusion of information provides valuable information to consumers of the resource.
206214
* vSphere version against which the sample was developed/tested

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
<nsxvmcsdkcommon.version>4.1.0.1.0</nsxvmcsdkcommon.version>
3232
<vmc.draas.version>1.27.0</vmc.draas.version>
3333
<oidc-oauth2.version>0.0.1</oidc-oauth2.version>
34-
<jaxws-ri.version>4.0.1</jaxws-ri.version>
35-
<jaxb-ri.version>4.0.1</jaxb-ri.version>
34+
<jaxws-ri.version>2.3.6</jaxws-ri.version>
35+
<jaxb-ri.version>2.3.8</jaxb-ri.version>
3636
</properties>
3737

3838
<profiles>
@@ -346,6 +346,11 @@
346346
<configuration>
347347
<appendAssemblyId>false</appendAssemblyId>
348348
<finalName>vsphere-samples-${project.version}</finalName>
349+
<archive>
350+
<manifestEntries>
351+
<Multi-Release>true</Multi-Release>
352+
</manifestEntries>
353+
</archive>
349354
<descriptorRefs>
350355
<descriptorRef>jar-with-dependencies</descriptorRef>
351356
</descriptorRefs>

0 commit comments

Comments
 (0)