Skip to content

Commit d5f231a

Browse files
chore: fix samples tests (#66)
* make file executable * update lib version * remove unused samples.cfg
1 parent 7404ee0 commit d5f231a

File tree

6 files changed

+2
-112
lines changed

6 files changed

+2
-112
lines changed

.kokoro/continuous/samples.cfg

Lines changed: 0 additions & 31 deletions
This file was deleted.

.kokoro/nightly/samples.cfg

Lines changed: 0 additions & 42 deletions
This file was deleted.

.kokoro/presubmit/samples.cfg

Lines changed: 0 additions & 37 deletions
This file was deleted.

.kokoro/run_samples_tests.sh

100644100755
File mode changed.

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>google-cloud-pubsublite</artifactId>
48-
<version>0.0.1-SNAPSHOT</version>
48+
<version>0.1.4</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
4949
</dependency>
5050
<dependency>
5151
<groupId>com.google.cloud</groupId>

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>com.google.cloud</groupId>
6666
<artifactId>google-cloud-pubsublite</artifactId>
67-
<version>0.0.1-SNAPSHOT</version><!-- TODO: remove after release -->
67+
<version>0.1.4</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
6868
</dependency>
6969
<!-- A logging dependency used by the underlying library -->
7070
<dependency>

0 commit comments

Comments
 (0)