Skip to content

Commit 08750db

Browse files
authored
samples: fix install-without-bom version (#211)
* samples: fix install-without-bom version * samples: fix snapshot version * samples: fix libraries-bom version
1 parent 789ceaa commit 08750db

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.google.cloud</groupId>
3131
<artifactId>google-cloud-storage</artifactId>
32-
<version></version>
32+
<version>1.106.0</version>
3333
</dependency>
3434
<!-- [END storage_install_without_bom] -->
3535

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-storage</artifactId>
31-
<version></version>
31+
<version>1.106.1-SNAPSHOT</version>
3232
</dependency>
3333

3434
<dependency>

samples/snippets/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.cloud</groupId>
3232
<artifactId>libraries-bom</artifactId>
33-
<version></version>
33+
<version>4.3.0</version>
3434
<type>pom</type>
3535
<scope>import</scope>
3636
</dependency>

0 commit comments

Comments
 (0)