Skip to content

Commit

Permalink
Bump v10.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: abarreiro <abarreiro@vmware.com>
  • Loading branch information
abarreiro committed Jun 6, 2022
1 parent 9e066c3 commit 8bd85ad
Show file tree
Hide file tree
Showing 4,731 changed files with 1,083,098 additions and 5,094 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
28 changes: 21 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,25 @@
.project

# System specific odd files.
*~
._.*
.DS_Store

# Eclipse project stuff
.classpath
.project
.settings/
.vscode/
.springBeans

# IntelliJ IDEA project stuff
*.iml
*.ipr
*.iws
**/.idea/

target/
.m2/
.mvn/
# Eclipse will also try to modify lauchers whenever it can. We mark them
# ignored here for conveniance. If ever you want to check in a true modification
# to one of the launchers just git add it.
*.launch

node/
node_modules/
# intermediate build results live in 'target' directories all over the place.
target/
56 changes: 52 additions & 4 deletions bindings/java/api-bindings/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vmware.vcloud</groupId>
<artifactId>vcd-api-schemas-parent</artifactId>
<version>9.1.1</version>
<version>10.2.2</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
Expand Down Expand Up @@ -46,10 +46,10 @@
<artifactId>commons-lang3</artifactId>
<version>3.4</version>
</dependency>
<dependency>
<!-- <dependency>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics-tools</artifactId>
</dependency>
</dependency>-->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
Expand Down Expand Up @@ -139,7 +139,7 @@
</execution>
</executions>
</plugin>
<plugin>
<!-- <plugin>
<groupId>org.jvnet.jaxb2.maven2</groupId>
<artifactId>maven-jaxb20-plugin</artifactId>
<executions>
Expand Down Expand Up @@ -200,6 +200,54 @@
</configuration>
</execution>
</executions>
</plugin>-->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jaxb2-maven-plugin</artifactId>
<executions>
<execution>
<id>versions</id>
<goals>
<goal>xjc</goal>
</goals>
<configuration>
<sources>
<source>${unpacked.schema.dir}/etc/schemas/versioning/versions.xsd</source>
</sources>
<xjbSources>
<xjbSource>${unpacked.schema.dir}/etc/schemas/versioning/versions.xjb</xjbSource>
</xjbSources>
<clearOutputDir>true</clearOutputDir>
<outputDirectory>${project.build.directory}/generated-sources/jaxb_common</outputDirectory>
<staleFile>${project.build.directory}/generated-sources/jaxb_common/.staleFlag</staleFile>
</configuration>
</execution>
<execution>
<id>rest-api</id>
<goals>
<goal>xjc</goal>
</goals>
<configuration>
<catalog>${project.build.directory}/generated-sources/etc/schemas/external/catalog.xml</catalog>
<sources>
<source>${unpacked.schema.dir}/etc/1.5/schemas/master/driver.xsd</source>
<source>${unpacked.schema.dir}/etc/1.5/schemas/internal/internal.xsd</source>
</sources>
<xjbSources>
<xjbSource>${project.build.directory}/generated-sources/etc/1.5/schemas/vcloud/vcloud.xjb</xjbSource>
<xjbSource>${project.build.directory}/generated-sources/etc/1.5/schemas/vcloud/ovf.xjb</xjbSource>
<xjbSource>${project.build.directory}/generated-sources/etc/1.5/schemas/extension/vmwextensions.xjb</xjbSource>
</xjbSources>
<outputDirectory>${project.build.directory}/generated-sources/jaxb_v15</outputDirectory>
<staleFile>${project.build.directory}/generated-sources/jaxb_v15/.staleFlag</staleFile>
<extension>true</extension>
<arguments>
<argument>-Xrest-api</argument>
<argument>-Xrest-json-api</argument>
</arguments>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>io.swagger</groupId>
Expand Down
11 changes: 5 additions & 6 deletions bindings/java/extensibility-bindings/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vmware.vcloud</groupId>
<artifactId>vcd-api-schemas-parent</artifactId>
<version>9.1.1</version>
<version>10.2.2</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
Expand Down Expand Up @@ -37,13 +37,12 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-xjc</artifactId>
<version>2.2.7</version>
<scope>provided</scope>
</dependency>
<dependency>
<!-- <dependency>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics-tools</artifactId>
</dependency>
</dependency>-->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
Expand Down Expand Up @@ -81,7 +80,7 @@
</execution>
</executions>
</plugin>
<plugin>
<!--<plugin>
<groupId>org.jvnet.jaxb2.maven2</groupId>
<artifactId>maven-jaxb2-plugin</artifactId>
<executions>
Expand All @@ -108,7 +107,7 @@
</configuration>
</execution>
</executions>
</plugin>
</plugin>-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
Expand Down
Binary file added bindings/typescript/api-bindings/node/node
Binary file not shown.
74 changes: 74 additions & 0 deletions bindings/typescript/api-bindings/node/node_modules/npm/.mailmap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 26 additions & 0 deletions bindings/typescript/api-bindings/node/node_modules/npm/.npmignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 35 additions & 0 deletions bindings/typescript/api-bindings/node/node_modules/npm/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8bd85ad

Please sign in to comment.