Skip to content

Commit

Permalink
Regenerate surveys client (#2404)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and chingor13 committed Jun 25, 2019
1 parent 3024ecb commit 42da827
Show file tree
Hide file tree
Showing 48 changed files with 9,526 additions and 4 deletions.
2 changes: 1 addition & 1 deletion clients/google-api-services-surveys/v2.metadata.json
Expand Up @@ -2,6 +2,6 @@
"maven": {
"groupId": "com.google.apis",
"artifactId": "google-api-services-surveys",
"version": "v2-rev20180508-1.28.0"
"version": "v2-rev20180508-1.30.1"
}
}
18 changes: 15 additions & 3 deletions clients/google-api-services-surveys/v2/1.28.0/pom.xml
Expand Up @@ -60,6 +60,18 @@
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.1.2</version>
<configuration>
<archive>
<manifestEntries>
<Automatic-Module-Name>com.google.api.services.surveys</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
Expand All @@ -78,9 +90,9 @@
<windowtitle>Surveys API ${project.version}</windowtitle>
<links>
<link>http://docs.oracle.com/javase/7/docs/api</link>
<link>https://googleapis.dev/java/google-http-client/1.28.0/index.html</link>
<link>https://googleapis.dev/java/google-oauth-client/1.28.0/index.html</link>
<link>https://googleapis.dev/java/google-api-client/1.28.0/index.html</link>
<link>https://googleapis.dev/java/google-http-client/1.28.0/</link>
<link>https://googleapis.dev/java/google-oauth-client/1.28.0/</link>
<link>https://googleapis.dev/java/google-api-client/1.28.0/</link>
</links>
</configuration>
</plugin>
Expand Down

0 comments on commit 42da827

Please sign in to comment.