Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 24 additions & 1 deletion google-api-grpc/grpc-google-cloud-iot-v1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>grpc-google-cloud-iot-v1</artifactId>
<version>0.80.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-iot-v1:current} -->
<version>0.80.0</version>
<name>grpc-google-cloud-iot-v1</name>
<description>GRPC library for grpc-google-cloud-iot-v1</description>
<parent>
Expand All @@ -28,6 +28,29 @@
<scope>compile</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<!-- skip deployment until we fully migrate to https://github.com/googleapis/java-datacatalog -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<configuration>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</configuration>
</plugin>
</plugins>
</build>

<reporting>
<plugins>
<plugin>
Expand Down
4 changes: 2 additions & 2 deletions google-api-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -706,12 +706,12 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-iot-v1</artifactId>
<version>0.80.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-iot-v1:current} -->
<version>0.80.0</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-iot-v1</artifactId>
<version>0.80.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-iot-v1:current} -->
<version>0.80.0</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
Expand Down
24 changes: 23 additions & 1 deletion google-api-grpc/proto-google-cloud-iot-v1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>proto-google-cloud-iot-v1</artifactId>
<version>0.80.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-iot-v1:current} -->
<version>0.80.0</version>
<name>proto-google-cloud-iot-v1</name>
<description>PROTO library for proto-google-cloud-iot-v1</description>
<parent>
Expand Down Expand Up @@ -33,4 +33,26 @@
<scope>compile</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<!-- skip deployment until we fully migrate to https://github.com/googleapis/java-datacatalog -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<configuration>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</configuration>
</plugin>
</plugins>
</build>
</project>
9 changes: 7 additions & 2 deletions google-cloud-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1018,12 +1018,17 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-iot-v1</artifactId>
<version>0.80.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-iot-v1:current} -->
<version>0.80.0</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-iot-v1</artifactId>
<version>0.80.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-iot-v1:current} -->
<version>0.80.0</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-iot</artifactId>
<version>0.115.0-beta</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
Expand Down
2 changes: 0 additions & 2 deletions google-cloud-clients/google-cloud-iot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Java idiomatic client for [IoT Core][cloud-iot].
Quickstart
----------

[//]: # ({x-version-update-start:google-cloud-iot:released})
If you are using Maven, add this to your pom.xml file
```xml
<dependency>
Expand All @@ -33,7 +32,6 @@ If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-iot" % "0.115.0-beta"
```
[//]: # ({x-version-update-end})

Authentication
--------------
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-clients/google-cloud-iot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>google-cloud-iot</artifactId>
<version>0.115.1-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-iot:current} -->
<version>0.115.0-beta</version>
<packaging>jar</packaging>
<name>Google Cloud IoT</name>
<url>https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-iot</url>
Expand Down
32 changes: 0 additions & 32 deletions google-cloud-clients/google-cloud-iot/synth.metadata

This file was deleted.

40 changes: 0 additions & 40 deletions google-cloud-clients/google-cloud-iot/synth.py

This file was deleted.

3 changes: 0 additions & 3 deletions versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ google-cloud-firestore:1.27.0:1.27.1-SNAPSHOT
google-cloud-gameservices:0.16.0:0.16.1-SNAPSHOT
google-cloud-gcloud-maven-plugin:0.115.0-alpha:0.115.1-alpha-SNAPSHOT
google-cloud-iamcredentials:0.42.0-alpha:0.42.1-alpha-SNAPSHOT
google-cloud-iot:0.115.0-beta:0.115.1-beta-SNAPSHOT
google-cloud-kms:1.33.0:1.33.1-SNAPSHOT
google-cloud-language:1.97.0:1.97.1-SNAPSHOT
google-cloud-logging:1.97.0:1.97.1-SNAPSHOT
Expand Down Expand Up @@ -82,7 +81,6 @@ grpc-google-cloud-firestore-v1:1.27.0:1.27.1-SNAPSHOT
grpc-google-cloud-firestore-v1beta1:0.80.0:0.80.1-SNAPSHOT
grpc-google-cloud-gameservices-v1alpha:0.16.0:0.16.1-SNAPSHOT
grpc-google-cloud-iamcredentials-v1:0.42.0-alpha:0.42.1-alpha-SNAPSHOT
grpc-google-cloud-iot-v1:0.80.0:0.80.1-SNAPSHOT
grpc-google-cloud-kms-v1:0.80.0:0.80.1-SNAPSHOT
grpc-google-cloud-language-v1:1.79.0:1.79.1-SNAPSHOT
grpc-google-cloud-language-v1beta2:0.80.0:0.80.1-SNAPSHOT
Expand Down Expand Up @@ -142,7 +140,6 @@ proto-google-cloud-firestore-v1:1.27.0:1.27.1-SNAPSHOT
proto-google-cloud-firestore-v1beta1:0.80.0:0.80.1-SNAPSHOT
proto-google-cloud-gameservices-v1alpha:0.16.0:0.16.1-SNAPSHOT
proto-google-cloud-iamcredentials-v1:0.42.0-alpha:0.42.1-alpha-SNAPSHOT
proto-google-cloud-iot-v1:0.80.0:0.80.1-SNAPSHOT
proto-google-cloud-kms-v1:0.80.0:0.80.1-SNAPSHOT
proto-google-cloud-language-v1:1.79.0:1.79.1-SNAPSHOT
proto-google-cloud-language-v1beta2:0.80.0:0.80.1-SNAPSHOT
Expand Down