Skip to content
This repository was archived by the owner on Apr 2, 2023. It is now read-only.

Commit

Permalink
Update version to 0.14.0-SNAPSHOT (#388)
Browse files Browse the repository at this point in the history
* Use 0.14.0-SNAPSHOT
  • Loading branch information
mpeddada1 authored May 6, 2022
1 parent 6d578da commit c2be100
Show file tree
Hide file tree
Showing 25 changed files with 38 additions and 38 deletions.
26 changes: 13 additions & 13 deletions .cloudbuild/std-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,70 +50,70 @@ steps:
# Run all the samples
- name: openjdk:11-jdk
entrypoint: java
args: ['-jar', 'native-image-samples/native-image-samples-client-library/pubsub-sample/target/pubsub-sample-0.11.0-SNAPSHOT.jar']
args: ['-jar', 'native-image-samples/native-image-samples-client-library/pubsub-sample/target/pubsub-sample-0.14.0-SNAPSHOT.jar']

- name: openjdk:11-jdk
entrypoint: java
args: ['-jar', 'native-image-samples/native-image-samples-client-library/storage-sample/target/storage-sample-0.11.0-SNAPSHOT.jar']
args: ['-jar', 'native-image-samples/native-image-samples-client-library/storage-sample/target/storage-sample-0.14.0-SNAPSHOT.jar']

- name: openjdk:11-jdk
entrypoint: java
args: ['-jar', 'native-image-samples/native-image-samples-client-library/bigquery-sample/target/bigquery-sample-0.11.0-SNAPSHOT.jar']
args: ['-jar', 'native-image-samples/native-image-samples-client-library/bigquery-sample/target/bigquery-sample-0.14.0-SNAPSHOT.jar']

- name: openjdk:11-jdk
entrypoint: java
args: ['-jar', 'native-image-samples/native-image-samples-client-library/logging-sample/target/logging-sample-0.11.0-SNAPSHOT.jar']
args: ['-jar', 'native-image-samples/native-image-samples-client-library/logging-sample/target/logging-sample-0.14.0-SNAPSHOT.jar']

- name: openjdk:11-jdk
entrypoint: java
args: ['-jar', 'native-image-samples/native-image-samples-client-library/trace-sample/target/trace-sample-0.11.0-SNAPSHOT.jar']
args: ['-jar', 'native-image-samples/native-image-samples-client-library/trace-sample/target/trace-sample-0.14.0-SNAPSHOT.jar']

- name: openjdk:11-jdk
entrypoint: java
args: ['-jar', 'native-image-samples/native-image-samples-client-library/secretmanager-sample/target/secretmanager-sample-0.11.0-SNAPSHOT.jar']
args: ['-jar', 'native-image-samples/native-image-samples-client-library/secretmanager-sample/target/secretmanager-sample-0.14.0-SNAPSHOT.jar']

- name: openjdk:11-jdk
entrypoint: java
args: ['-jar', 'native-image-samples/native-image-samples-client-library/tasks-sample/target/tasks-sample-0.11.0-SNAPSHOT.jar']
args: ['-jar', 'native-image-samples/native-image-samples-client-library/tasks-sample/target/tasks-sample-0.14.0-SNAPSHOT.jar']

- name: openjdk:11-jdk
entrypoint: java
args: [
'-jar',
'-Dinstance=cloud-graalvm-support-ci:us-east1:test-instance',
'-Dpassword=root',
'native-image-samples/native-image-samples-client-library/cloud-sql-sample/target/cloud-sql-sample-0.11.0-SNAPSHOT.jar'
'native-image-samples/native-image-samples-client-library/cloud-sql-sample/target/cloud-sql-sample-0.14.0-SNAPSHOT.jar'
]

- name: openjdk:11-jdk
entrypoint: java
args: [
'-jar',
'-Dinstance=cloud-graalvm-support-ci:us-central1:test-postgres',
'native-image-samples/native-image-samples-client-library/cloud-sql-postgres-sample/target/cloud-sql-postgres-sample-0.11.0-SNAPSHOT.jar'
'native-image-samples/native-image-samples-client-library/cloud-sql-postgres-sample/target/cloud-sql-postgres-sample-0.14.0-SNAPSHOT.jar'
]

- name: openjdk:11-jdk
entrypoint: java
args: ['-jar', 'native-image-samples/native-image-samples-client-library/firestore-sample/target/firestore-sample-0.11.0-SNAPSHOT.jar']
args: ['-jar', 'native-image-samples/native-image-samples-client-library/firestore-sample/target/firestore-sample-0.14.0-SNAPSHOT.jar']
env:
- 'FIRESTORE_EMULATOR_HOST=firestore-emulator:9010'

- name: openjdk:11-jdk
entrypoint: java
args: ['-jar', 'native-image-samples/native-image-samples-client-library/spanner-sample/target/spanner-sample-0.11.0-SNAPSHOT.jar']
args: ['-jar', 'native-image-samples/native-image-samples-client-library/spanner-sample/target/spanner-sample-0.14.0-SNAPSHOT.jar']
env:
- 'SPANNER_EMULATOR_HOST=spanner-emulator:9010'

- name: openjdk:11-jdk
entrypoint: java
args: ['-jar', 'native-image-samples/native-image-samples-client-library/bigtable-sample/target/bigtable-sample-0.11.0-SNAPSHOT.jar']
args: ['-jar', 'native-image-samples/native-image-samples-client-library/bigtable-sample/target/bigtable-sample-0.14.0-SNAPSHOT.jar']
env:
- 'BIGTABLE_EMULATOR_HOST=bigtable-emulator:9010'

- name: openjdk:11-jdk
entrypoint: java
args: ['-jar', 'native-image-samples/native-image-samples-client-library/datastore-sample/target/datastore-sample-0.11.0-SNAPSHOT.jar']
args: ['-jar', 'native-image-samples/native-image-samples-client-library/datastore-sample/target/datastore-sample-0.14.0-SNAPSHOT.jar']
env:
- 'DATASTORE_EMULATOR_HOST=http://datastore-emulator:9010'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- name: Run Samples
run: |
cd native-image-samples
java -jar native-image-samples-client-library/pubsub-sample/target/pubsub-sample-0.11.0-SNAPSHOT.jar
java -jar native-image-samples-client-library/trace-sample/target/trace-sample-0.11.0-SNAPSHOT.jar
java -jar native-image-samples-client-library/pubsub-sample/target/pubsub-sample-0.14.0-SNAPSHOT.jar
java -jar native-image-samples-client-library/trace-sample/target/trace-sample-0.14.0-SNAPSHOT.jar
graal-java-build:
if: github.repository_owner == 'GoogleCloudPlatform'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>native-image-samples-client-library</artifactId>
<groupId>com.google.cloud</groupId>
<version>0.11.0-SNAPSHOT</version>
<version>0.14.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>native-image-samples-client-library</artifactId>
<groupId>com.google.cloud</groupId>
<version>0.11.0-SNAPSHOT</version>
<version>0.14.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>native-image-samples-client-library</artifactId>
<groupId>com.google.cloud</groupId>
<version>0.11.0-SNAPSHOT</version>
<version>0.14.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>native-image-samples-client-library</artifactId>
<groupId>com.google.cloud</groupId>
<version>0.11.0-SNAPSHOT</version>
<version>0.14.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>native-image-samples-client-library</artifactId>
<groupId>com.google.cloud</groupId>
<version>0.11.0-SNAPSHOT</version>
<version>0.14.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>native-image-samples-client-library</artifactId>
<groupId>com.google.cloud</groupId>
<version>0.11.0-SNAPSHOT</version>
<version>0.14.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>native-image-samples-client-library</artifactId>
<groupId>com.google.cloud</groupId>
<version>0.11.0-SNAPSHOT</version>
<version>0.14.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>native-image-samples-client-library</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.14.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>native-image-samples</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.14.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>native-image-samples-client-library</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.14.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>native-image-samples-client-library</artifactId>
<groupId>com.google.cloud</groupId>
<version>0.11.0-SNAPSHOT</version>
<version>0.14.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>native-image-samples-client-library</artifactId>
<groupId>com.google.cloud</groupId>
<version>0.11.0-SNAPSHOT</version>
<version>0.14.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>native-image-samples-client-library</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.14.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>native-image-samples-client-library</artifactId>
<groupId>com.google.cloud</groupId>
<version>0.11.0-SNAPSHOT</version>
<version>0.14.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>native-image-samples-client-library</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.14.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion native-image-samples/native-image-samples-quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>native-image-samples</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.14.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>native-image-samples-quarkus</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.14.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>native-image-samples-quarkus</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.14.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion native-image-samples/native-image-samples-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>native-image-samples</artifactId>
<groupId>com.google.cloud</groupId>
<version>0.11.0-SNAPSHOT</version>
<version>0.14.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>native-image-samples-spring</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.14.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion native-image-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>native-image-support-parent</artifactId>
<groupId>com.google.cloud</groupId>
<version>0.11.0-SNAPSHOT</version>
<version>0.14.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion native-image-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>native-image-support-parent</artifactId>
<groupId>com.google.cloud</groupId>
<version>0.11.0-SNAPSHOT</version>
<version>0.14.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>com.google.cloud</groupId>
<artifactId>native-image-support-parent</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.14.0-SNAPSHOT</version>

<scm>
<url>https://github.com/GoogleCloudPlatform/native-image-support-java</url>
Expand Down

0 comments on commit c2be100

Please sign in to comment.