Skip to content

Commit 386e2c2

Browse files
authored
---
yaml --- r: 9213 b: refs/heads/master c: 696232f h: refs/heads/master i: 9211: 20d2bf9
1 parent 6fc5a86 commit 386e2c2

14 files changed

Lines changed: 89 additions & 52 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 340397dc67dc00a8601325a9768548c15f1f3813
2+
refs/heads/master: 696232f8979719b07d934818a0cbb65c78df4f0c
33
refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
44
refs/heads/gh-pages: c44712253909b883eff39836632d6fa5763aa5af
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/spi/v2/BigQueryRpc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ GetQueryResultsResponse getQueryResults(
207207
/**
208208
* Opens a resumable upload session to load data into a BigQuery table and returns an upload URI.
209209
*
210-
* @param configuration load configuration
210+
* @param job load job
211211
* @throws BigQueryException upon failure
212212
*/
213213
String open(Job job);

trunk/google-cloud-bom/pom.xml

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<site>
115115
<id>github-pages-site</id>
116116
<name>Deployment through GitHub's site deployment plugin</name>
117-
<url>${project.version}/</url>
117+
<url>site/${project.artifactId}</url>
118118
</site>
119119
</distributionManagement>
120120
<licenses>
@@ -955,6 +955,46 @@
955955
<autoReleaseAfterClose>false</autoReleaseAfterClose>
956956
</configuration>
957957
</plugin>
958+
<plugin>
959+
<groupId>org.apache.maven.plugins</groupId>
960+
<artifactId>maven-site-plugin</artifactId>
961+
<version>3.4</version>
962+
<configuration>
963+
<skipDeploy>true</skipDeploy>
964+
<reportPlugins>
965+
<plugin>
966+
<groupId>org.apache.maven.plugins</groupId>
967+
<artifactId>maven-project-info-reports-plugin</artifactId>
968+
<version>2.8.1</version>
969+
<reportSets>
970+
<reportSet>
971+
<reports>
972+
<report>index</report>
973+
<report>dependency-info</report>
974+
<report>project-team</report>
975+
<report>cim</report>
976+
<report>issue-tracking</report>
977+
<report>license</report>
978+
<report>scm</report>
979+
<report>dependency-management</report>
980+
<report>distribution-management</report>
981+
<report>summary</report>
982+
<report>modules</report>
983+
</reports>
984+
</reportSet>
985+
</reportSets>
986+
<configuration>
987+
<aggregate>true</aggregate>
988+
<quiet>true</quiet>
989+
<dependencyDetailsEnabled>true</dependencyDetailsEnabled>
990+
<dependencyLocationsEnabled>true</dependencyLocationsEnabled>
991+
<artifactId>google-cloud-bom</artifactId>
992+
<packaging>jar</packaging>
993+
</configuration>
994+
</plugin>
995+
</reportPlugins>
996+
</configuration>
997+
</plugin>
958998
</plugins>
959999
</build>
9601000
<profiles>
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!--
2+
~ Copyright 2018 Google LLC
3+
~
4+
~ Licensed under the Apache License, Version 2.0 (the "License");
5+
~ you may not use this file except in compliance with the License.
6+
~ You may obtain a copy of the License at
7+
~
8+
~ http://www.apache.org/licenses/LICENSE-2.0
9+
~
10+
~ Unless required by applicable law or agreed to in writing, software
11+
~ distributed under the License is distributed on an "AS IS" BASIS,
12+
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
~ See the License for the specific language governing permissions and
14+
~ limitations under the License.
15+
-->
16+
17+
<project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18+
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd"
19+
name="Google Cloud Java BOM">
20+
<skin>
21+
<groupId>org.apache.maven.skins</groupId>
22+
<artifactId>maven-fluido-skin</artifactId>
23+
<version>1.4</version>
24+
</skin>
25+
<version/>
26+
<body>
27+
<menu ref="parent" inherit="top"/>
28+
<!-- <menu ref="modules" inherit="top" /> -->
29+
<menu ref="reports" inherit="top"/>
30+
</body>
31+
</project>
32+

trunk/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITBatchReadTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2017 Google Inc. All Rights Reserved.
2+
* Copyright 2017 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

trunk/google-cloud-storage/src/main/java/com/google/cloud/storage/CanonicalExtensionHeadersSerializer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2017 Google Inc. All Rights Reserved.
2+
* Copyright 2017 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

trunk/google-cloud-storage/src/main/java/com/google/cloud/storage/SignatureInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015 Google Inc. All Rights Reserved.
2+
* Copyright 2015 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

trunk/google-cloud-storage/src/test/java/com/google/cloud/storage/CanonicalExtensionHeadersSerializerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015 Google Inc. All Rights Reserved.
2+
* Copyright 2015 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

trunk/google-cloud-storage/src/test/java/com/google/cloud/storage/SignatureInfoTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015 Google Inc. All Rights Reserved.
2+
* Copyright 2015 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

trunk/pom.xml

Lines changed: 1 addition & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<site>
123123
<id>github-pages-site</id>
124124
<name>Deployment through GitHub's site deployment plugin</name>
125-
<url>${project.version}/</url>
125+
<url>site</url>
126126
</site>
127127
</distributionManagement>
128128
<licenses>
@@ -675,11 +675,6 @@
675675
<configuration>
676676
<skipDeploy>true</skipDeploy>
677677
<reportPlugins>
678-
<plugin>
679-
<groupId>org.apache.maven.plugins</groupId>
680-
<artifactId>maven-changelog-plugin</artifactId>
681-
<version>2.3</version>
682-
</plugin>
683678
<plugin>
684679
<groupId>org.apache.maven.plugins</groupId>
685680
<artifactId>maven-project-info-reports-plugin</artifactId>
@@ -689,10 +684,7 @@
689684
<reports>
690685
<report>index</report>
691686
<report>dependency-info</report>
692-
<report>dependencies</report>
693-
<report>dependency-convergence</report>
694687
<report>project-team</report>
695-
<report>mailing-list</report>
696688
<report>cim</report>
697689
<report>issue-tracking</report>
698690
<report>license</report>
@@ -713,11 +705,6 @@
713705
<packaging>jar</packaging>
714706
</configuration>
715707
</plugin>
716-
<plugin>
717-
<groupId>org.apache.maven.plugins</groupId>
718-
<artifactId>maven-dependency-plugin</artifactId>
719-
<version>2.10</version>
720-
</plugin>
721708
<plugin>
722709
<groupId>org.apache.maven.plugins</groupId>
723710
<artifactId>maven-javadoc-plugin</artifactId>
@@ -769,28 +756,6 @@
769756
</links>
770757
</configuration>
771758
</plugin>
772-
<plugin>
773-
<groupId>org.apache.maven.plugins</groupId>
774-
<artifactId>maven-surefire-report-plugin</artifactId>
775-
<version>2.19.1</version>
776-
</plugin>
777-
<plugin>
778-
<groupId>org.apache.maven.plugins</groupId>
779-
<artifactId>maven-checkstyle-plugin</artifactId>
780-
<version>2.17</version>
781-
<configuration>
782-
<configLocation>checkstyle.xml</configLocation>
783-
<failOnViolation>false</failOnViolation>
784-
</configuration>
785-
</plugin>
786-
<plugin>
787-
<groupId>org.codehaus.mojo</groupId>
788-
<artifactId>cobertura-maven-plugin</artifactId>
789-
<version>2.7</version>
790-
<configuration>
791-
<aggregate>true</aggregate>
792-
</configuration>
793-
</plugin>
794759
</reportPlugins>
795760
</configuration>
796761
</plugin>

0 commit comments

Comments
 (0)