File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff 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
205213The 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
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments