Skip to content

Commit 440a908

Browse files
yoshi-automationchingor13
authored andcommitted
Regenerate cloudidentity client (googleapis#2300)
1 parent a3c2342 commit 440a908

File tree

70 files changed

+19568
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+19568
-8
lines changed

clients/google-api-services-cloudidentity/v1.metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"maven": {
33
"groupId": "com.google.apis",
44
"artifactId": "google-api-services-cloudidentity",
5-
"version": "v1-rev20190529-1.28.0"
5+
"version": "v1-rev20190529-1.30.1"
66
}
77
}

clients/google-api-services-cloudidentity/v1/1.28.0/pom.xml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,18 @@
6060
<artifactId>maven-source-plugin</artifactId>
6161
<version>2.2.1</version>
6262
</plugin>
63+
<plugin>
64+
<groupId>org.apache.maven.plugins</groupId>
65+
<artifactId>maven-jar-plugin</artifactId>
66+
<version>3.1.2</version>
67+
<configuration>
68+
<archive>
69+
<manifestEntries>
70+
<Automatic-Module-Name>com.google.api.services.cloudidentity</Automatic-Module-Name>
71+
</manifestEntries>
72+
</archive>
73+
</configuration>
74+
</plugin>
6375
<plugin>
6476
<groupId>org.apache.maven.plugins</groupId>
6577
<artifactId>maven-javadoc-plugin</artifactId>
@@ -78,9 +90,9 @@
7890
<windowtitle>Cloud Identity API ${project.version}</windowtitle>
7991
<links>
8092
<link>http://docs.oracle.com/javase/7/docs/api</link>
81-
<link>https://googleapis.dev/java/google-http-client/1.28.0/index.html</link>
82-
<link>https://googleapis.dev/java/google-oauth-client/1.28.0/index.html</link>
83-
<link>https://googleapis.dev/java/google-api-client/1.28.0/index.html</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.28.0/</link>
94+
<link>https://googleapis.dev/java/google-oauth-client/1.28.0/</link>
95+
<link>https://googleapis.dev/java/google-api-client/1.28.0/</link>
8496
</links>
8597
</configuration>
8698
</plugin>

0 commit comments

Comments
 (0)