Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore: release 1.1.1 (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jan 7, 2022
1 parent cd2cd9c commit 138d7e6
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 27 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

### [1.1.1](https://www.github.com/googleapis/java-orchestration-airflow/compare/v1.1.0...v1.1.1) (2022-01-07)


### Bug Fixes

* **java:** add -ntp flag to native image testing command ([#1299](https://www.github.com/googleapis/java-orchestration-airflow/issues/1299)) ([#113](https://www.github.com/googleapis/java-orchestration-airflow/issues/113)) ([9f87f4d](https://www.github.com/googleapis/java-orchestration-airflow/commit/9f87f4d23193d78aa2e3fb0c422d48a16d460612))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.6.0 ([#120](https://www.github.com/googleapis/java-orchestration-airflow/issues/120)) ([cd2cd9c](https://www.github.com/googleapis/java-orchestration-airflow/commit/cd2cd9c30136c0aa953c60abbb231dca8e5def48))

## [1.1.0](https://www.github.com/googleapis/java-orchestration-airflow/compare/v1.0.0...v1.1.0) (2021-12-03)


Expand Down
12 changes: 6 additions & 6 deletions google-cloud-orchestration-airflow-bom/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-orchestration-airflow-bom</artifactId>
<version>1.1.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-orchestration-airflow:current} -->
<version>1.1.1</version><!-- {x-version-update:google-cloud-orchestration-airflow:current} -->
<packaging>pom</packaging>
<parent>
<groupId>com.google.cloud</groupId>
Expand Down Expand Up @@ -56,27 +56,27 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-orchestration-airflow</artifactId>
<version>1.1.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-orchestration-airflow:current} -->
<version>1.1.1</version><!-- {x-version-update:google-cloud-orchestration-airflow:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-orchestration-airflow-v1</artifactId>
<version>1.1.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-orchestration-airflow-v1:current} -->
<version>1.1.1</version><!-- {x-version-update:grpc-google-cloud-orchestration-airflow-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-orchestration-airflow-v1beta1</artifactId>
<version>0.4.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-orchestration-airflow-v1beta1:current} -->
<version>0.4.1</version><!-- {x-version-update:grpc-google-cloud-orchestration-airflow-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-orchestration-airflow-v1</artifactId>
<version>1.1.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-orchestration-airflow-v1:current} -->
<version>1.1.1</version><!-- {x-version-update:proto-google-cloud-orchestration-airflow-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-orchestration-airflow-v1beta1</artifactId>
<version>0.4.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-orchestration-airflow-v1beta1:current} -->
<version>0.4.1</version><!-- {x-version-update:proto-google-cloud-orchestration-airflow-v1beta1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-orchestration-airflow/pom.xml
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-orchestration-airflow</artifactId>
<version>1.1.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-orchestration-airflow:current} -->
<version>1.1.1</version><!-- {x-version-update:google-cloud-orchestration-airflow:current} -->
<packaging>jar</packaging>
<name>Google Cloud Composer</name>
<url>https://github.com/googleapis/java-orchestration-airflow</url>
<description>Cloud Composer is a managed Apache Airflow service that helps you create, schedule, monitor and manage workflows. Cloud Composer automation helps you create Airflow environments quickly and use Airflow-native tools, such as the powerful Airflow web interface and command line tools, so you can focus on your workflows and not your infrastructure.</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-orchestration-airflow-parent</artifactId>
<version>1.1.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-orchestration-airflow:current} -->
<version>1.1.1</version><!-- {x-version-update:google-cloud-orchestration-airflow:current} -->
</parent>
<properties>
<site.installationModule>google-cloud-orchestration-airflow</site.installationModule>
Expand Down
4 changes: 2 additions & 2 deletions grpc-google-cloud-orchestration-airflow-v1/pom.xml
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-orchestration-airflow-v1</artifactId>
<version>1.1.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-orchestration-airflow-v1:current} -->
<version>1.1.1</version><!-- {x-version-update:grpc-google-cloud-orchestration-airflow-v1:current} -->
<name>grpc-google-cloud-orchestration-airflow-v1</name>
<description>GRPC library for google-cloud-orchestration-airflow</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-orchestration-airflow-parent</artifactId>
<version>1.1.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-orchestration-airflow:current} -->
<version>1.1.1</version><!-- {x-version-update:google-cloud-orchestration-airflow:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions grpc-google-cloud-orchestration-airflow-v1beta1/pom.xml
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-orchestration-airflow-v1beta1</artifactId>
<version>0.4.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-orchestration-airflow-v1beta1:current} -->
<version>0.4.1</version><!-- {x-version-update:grpc-google-cloud-orchestration-airflow-v1beta1:current} -->
<name>grpc-google-cloud-orchestration-airflow-v1beta1</name>
<description>GRPC library for google-cloud-orchestration-airflow</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-orchestration-airflow-parent</artifactId>
<version>1.1.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-orchestration-airflow:current} -->
<version>1.1.1</version><!-- {x-version-update:google-cloud-orchestration-airflow:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-orchestration-airflow-parent</artifactId>
<packaging>pom</packaging>
<version>1.1.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-orchestration-airflow:current} -->
<version>1.1.1</version><!-- {x-version-update:google-cloud-orchestration-airflow:current} -->
<name>Google Cloud Composer Parent</name>
<url>https://github.com/googleapis/java-orchestration-airflow</url>
<description>
Expand Down Expand Up @@ -69,27 +69,27 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-orchestration-airflow</artifactId>
<version>1.1.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-orchestration-airflow:current} -->
<version>1.1.1</version><!-- {x-version-update:google-cloud-orchestration-airflow:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-orchestration-airflow-v1</artifactId>
<version>1.1.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-orchestration-airflow-v1:current} -->
<version>1.1.1</version><!-- {x-version-update:grpc-google-cloud-orchestration-airflow-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-orchestration-airflow-v1beta1</artifactId>
<version>0.4.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-orchestration-airflow-v1beta1:current} -->
<version>0.4.1</version><!-- {x-version-update:grpc-google-cloud-orchestration-airflow-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-orchestration-airflow-v1</artifactId>
<version>1.1.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-orchestration-airflow-v1:current} -->
<version>1.1.1</version><!-- {x-version-update:proto-google-cloud-orchestration-airflow-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-orchestration-airflow-v1beta1</artifactId>
<version>0.4.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-orchestration-airflow-v1beta1:current} -->
<version>0.4.1</version><!-- {x-version-update:proto-google-cloud-orchestration-airflow-v1beta1:current} -->
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions proto-google-cloud-orchestration-airflow-v1/pom.xml
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-orchestration-airflow-v1</artifactId>
<version>1.1.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-orchestration-airflow-v1:current} -->
<version>1.1.1</version><!-- {x-version-update:proto-google-cloud-orchestration-airflow-v1:current} -->
<name>proto-google-cloud-orchestration-airflow-v1</name>
<description>Proto library for google-cloud-orchestration-airflow</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-orchestration-airflow-parent</artifactId>
<version>1.1.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-orchestration-airflow:current} -->
<version>1.1.1</version><!-- {x-version-update:google-cloud-orchestration-airflow:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions proto-google-cloud-orchestration-airflow-v1beta1/pom.xml
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-orchestration-airflow-v1beta1</artifactId>
<version>0.4.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-orchestration-airflow-v1beta1:current} -->
<version>0.4.1</version><!-- {x-version-update:proto-google-cloud-orchestration-airflow-v1beta1:current} -->
<name>proto-google-cloud-orchestration-airflow-v1beta1</name>
<description>Proto library for google-cloud-orchestration-airflow</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-orchestration-airflow-parent</artifactId>
<version>1.1.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-orchestration-airflow:current} -->
<version>1.1.1</version><!-- {x-version-update:google-cloud-orchestration-airflow:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
10 changes: 5 additions & 5 deletions versions.txt
@@ -1,8 +1,8 @@
# Format:
# module:released-version:current-version

google-cloud-orchestration-airflow:1.1.0:1.1.1-SNAPSHOT
grpc-google-cloud-orchestration-airflow-v1:1.1.0:1.1.1-SNAPSHOT
grpc-google-cloud-orchestration-airflow-v1beta1:0.4.0:0.4.1-SNAPSHOT
proto-google-cloud-orchestration-airflow-v1:1.1.0:1.1.1-SNAPSHOT
proto-google-cloud-orchestration-airflow-v1beta1:0.4.0:0.4.1-SNAPSHOT
google-cloud-orchestration-airflow:1.1.1:1.1.1
grpc-google-cloud-orchestration-airflow-v1:1.1.1:1.1.1
grpc-google-cloud-orchestration-airflow-v1beta1:0.4.1:0.4.1
proto-google-cloud-orchestration-airflow-v1:1.1.1:1.1.1
proto-google-cloud-orchestration-airflow-v1beta1:0.4.1:0.4.1

0 comments on commit 138d7e6

Please sign in to comment.