Skip to content

Commit 332f990

Browse files
committed
Merge pull request #663 from mziccard/master
Udpate dependencies: source plugin, bigquery, storage and fluido skin
2 parents 36fe287 + b2c2d40 commit 332f990

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

gcloud-java-bigquery/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.google.apis</groupId>
3232
<artifactId>google-api-services-bigquery</artifactId>
33-
<version>v2-rev261-1.21.0</version>
33+
<version>v2-rev270-1.21.0</version>
3434
<scope>compile</scope>
3535
<exclusions>
3636
<exclusion>

gcloud-java-storage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>com.google.apis</groupId>
2626
<artifactId>google-api-services-storage</artifactId>
27-
<version>v1-rev60-1.21.0</version>
27+
<version>v1-rev62-1.21.0</version>
2828
<scope>compile</scope>
2929
<exclusions>
3030
<exclusion>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
<plugin>
230230
<groupId>org.apache.maven.plugins</groupId>
231231
<artifactId>maven-source-plugin</artifactId>
232-
<version>2.4</version>
232+
<version>3.0.0</version>
233233
<executions>
234234
<execution>
235235
<id>attach-sources</id>

src/site/site.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<skin>
2121
<groupId>org.apache.maven.skins</groupId>
2222
<artifactId>maven-fluido-skin</artifactId>
23-
<version>1.3.1</version>
23+
<version>1.4</version>
2424
</skin>
2525
<version/>
2626
<body>

0 commit comments

Comments
 (0)