| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,7 +3,7 @@ | |||
| 3 | 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
| 4 | 4 | <modelVersion>4.0.0</modelVersion> | |
| 5 | 5 | <artifactId>grpc-google-cloud-kms-v1</artifactId> | |
| 6 | - <version>0.81.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-kms-v1:current} --> | ||
| 6 | + <version>0.81.0</version> | ||
| 7 | 7 | <name>grpc-google-cloud-kms-v1</name> | |
| 8 | 8 | <description>GRPC library for grpc-google-cloud-kms-v1</description> | |
| 9 | 9 | <parent> | |
@@ -28,6 +28,27 @@ | |||
| 28 | 28 | <scope>compile</scope> | |
| 29 | 29 | </dependency> | |
| 30 | 30 | </dependencies> | |
| 31 | + <build> | ||
| 32 | + <plugins> | ||
| 33 | + <plugin> | ||
| 34 | + <!-- skip deployment until we fully migrate to https://github.com/googleapis/java-kms --> | ||
| 35 | + <groupId>org.apache.maven.plugins</groupId> | ||
| 36 | + <artifactId>maven-deploy-plugin</artifactId> | ||
| 37 | + <version>2.8.2</version> | ||
| 38 | + <configuration> | ||
| 39 | + <skip>true</skip> | ||
| 40 | + </configuration> | ||
| 41 | + </plugin> | ||
| 42 | + <plugin> | ||
| 43 | + <groupId>org.sonatype.plugins</groupId> | ||
| 44 | + <artifactId>nexus-staging-maven-plugin</artifactId> | ||
| 45 | + <version>1.6.8</version> | ||
| 46 | + <configuration> | ||
| 47 | + <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo> | ||
| 48 | + </configuration> | ||
| 49 | + </plugin> | ||
| 50 | + </plugins> | ||
| 51 | + </build> | ||
| 31 | 52 | <reporting> | |
| 32 | 53 | <plugins> | |
| 33 | 54 | <plugin> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -366,12 +366,12 @@ | |||
| 366 | 366 | <dependency> | |
| 367 | 367 | <groupId>com.google.api.grpc</groupId> | |
| 368 | 368 | <artifactId>proto-google-cloud-kms-v1</artifactId> | |
| 369 | - <version>0.81.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-kms-v1:current} --> | ||
| 369 | + <version>0.81.0</version> | ||
| 370 | 370 | </dependency> | |
| 371 | 371 | <dependency> | |
| 372 | 372 | <groupId>com.google.api.grpc</groupId> | |
| 373 | 373 | <artifactId>grpc-google-cloud-kms-v1</artifactId> | |
| 374 | - <version>0.81.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-kms-v1:current} --> | ||
| 374 | + <version>0.81.0</version> | ||
| 375 | 375 | </dependency> | |
| 376 | 376 | <dependency> | |
| 377 | 377 | <groupId>com.google.api.grpc</groupId> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,7 +3,7 @@ | |||
| 3 | 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
| 4 | 4 | <modelVersion>4.0.0</modelVersion> | |
| 5 | 5 | <artifactId>proto-google-cloud-kms-v1</artifactId> | |
| 6 | - <version>0.81.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-kms-v1:current} --> | ||
| 6 | + <version>0.81.0</version> | ||
| 7 | 7 | <name>proto-google-cloud-kms-v1</name> | |
| 8 | 8 | <description>PROTO library for proto-google-cloud-kms-v1</description> | |
| 9 | 9 | <parent> | |
@@ -33,4 +33,25 @@ | |||
| 33 | 33 | <scope>compile</scope> | |
| 34 | 34 | </dependency> | |
| 35 | 35 | </dependencies> | |
| 36 | + <build> | ||
| 37 | + <plugins> | ||
| 38 | + <plugin> | ||
| 39 | + <!-- skip deployment until we fully migrate to https://github.com/googleapis/java-kms --> | ||
| 40 | + <groupId>org.apache.maven.plugins</groupId> | ||
| 41 | + <artifactId>maven-deploy-plugin</artifactId> | ||
| 42 | + <version>2.8.2</version> | ||
| 43 | + <configuration> | ||
| 44 | + <skip>true</skip> | ||
| 45 | + </configuration> | ||
| 46 | + </plugin> | ||
| 47 | + <plugin> | ||
| 48 | + <groupId>org.sonatype.plugins</groupId> | ||
| 49 | + <artifactId>nexus-staging-maven-plugin</artifactId> | ||
| 50 | + <version>1.6.8</version> | ||
| 51 | + <configuration> | ||
| 52 | + <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo> | ||
| 53 | + </configuration> | ||
| 54 | + </plugin> | ||
| 55 | + </plugins> | ||
| 56 | + </build> | ||
| 36 | 57 | </project> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -469,17 +469,17 @@ | |||
| 469 | 469 | <dependency> | |
| 470 | 470 | <groupId>com.google.cloud</groupId> | |
| 471 | 471 | <artifactId>google-cloud-kms</artifactId> | |
| 472 | - <version>1.34.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-kms:current} --> | ||
| 472 | + <version>1.34.0</version> | ||
| 473 | 473 | </dependency> | |
| 474 | 474 | <dependency> | |
| 475 | 475 | <groupId>com.google.api.grpc</groupId> | |
| 476 | 476 | <artifactId>proto-google-cloud-kms-v1</artifactId> | |
| 477 | - <version>0.81.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-kms-v1:current} --> | ||
| 477 | + <version>0.81.0</version> | ||
| 478 | 478 | </dependency> | |
| 479 | 479 | <dependency> | |
| 480 | 480 | <groupId>com.google.api.grpc</groupId> | |
| 481 | 481 | <artifactId>grpc-google-cloud-kms-v1</artifactId> | |
| 482 | - <version>0.81.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-kms-v1:current} --> | ||
| 482 | + <version>0.81.0</version> | ||
| 483 | 483 | </dependency> | |
| 484 | 484 | <dependency> | |
| 485 | 485 | <groupId>com.google.cloud</groupId> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,7 +13,6 @@ Java idiomatic client for [Cloud KMS][cloud-kms]. | |||
| 13 | 13 | Quickstart | |
| 14 | 14 | ---------- | |
| 15 | 15 | ||
| 16 | - [//]: # ({x-version-update-start:google-cloud-kms:released}) | ||
| 17 | 16 | If you are using Maven, add this to your pom.xml file | |
| 18 | 17 | ```xml | |
| 19 | 18 | <dependency> | |
@@ -30,7 +29,6 @@ If you are using SBT, add this to your dependencies | |||
| 30 | 29 | ```Scala | |
| 31 | 30 | libraryDependencies += "com.google.cloud" % "google-cloud-kms" % "1.34.0" | |
| 32 | 31 | ``` | |
| 33 | - [//]: # ({x-version-update-end}) | ||
| 34 | 32 | ||
| 35 | 33 | Authentication | |
| 36 | 34 | -------------- | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,7 @@ | |||
| 2 | 2 | <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"> | |
| 3 | 3 | <modelVersion>4.0.0</modelVersion> | |
| 4 | 4 | <artifactId>google-cloud-kms</artifactId> | |
| 5 | - <version>1.34.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-kms:current} --> | ||
| 5 | + <version>1.34.0</version> | ||
| 6 | 6 | <packaging>jar</packaging> | |
| 7 | 7 | <name>Google Cloud KMS</name> | |
| 8 | 8 | <url>https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-kms</url> | |
@@ -51,7 +51,27 @@ | |||
| 51 | 51 | <scope>test</scope> | |
| 52 | 52 | </dependency> | |
| 53 | 53 | </dependencies> | |
| 54 | - | ||
| 54 | + <build> | ||
| 55 | + <plugins> | ||
| 56 | + <plugin> | ||
| 57 | + <!-- skip deployment until we fully migrate to https://github.com/googleapis/java-kms --> | ||
| 58 | + <groupId>org.apache.maven.plugins</groupId> | ||
| 59 | + <artifactId>maven-deploy-plugin</artifactId> | ||
| 60 | + <version>2.8.2</version> | ||
| 61 | + <configuration> | ||
| 62 | + <skip>true</skip> | ||
| 63 | + </configuration> | ||
| 64 | + </plugin> | ||
| 65 | + <plugin> | ||
| 66 | + <groupId>org.sonatype.plugins</groupId> | ||
| 67 | + <artifactId>nexus-staging-maven-plugin</artifactId> | ||
| 68 | + <version>1.6.8</version> | ||
| 69 | + <configuration> | ||
| 70 | + <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo> | ||
| 71 | + </configuration> | ||
| 72 | + </plugin> | ||
| 73 | + </plugins> | ||
| 74 | + </build> | ||
| 55 | 75 | <reporting> | |
| 56 | 76 | <plugins> | |
| 57 | 77 | <plugin> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -25,7 +25,6 @@ google-cloud-errorreporting:0.116.0-beta:0.116.1-beta-SNAPSHOT | |||
| 25 | 25 | google-cloud-examples:0.116.0-alpha:0.116.1-alpha-SNAPSHOT | |
| 26 | 26 | google-cloud-firestore:1.28.0:1.28.1-SNAPSHOT | |
| 27 | 27 | google-cloud-gcloud-maven-plugin:0.116.0-alpha:0.116.1-alpha-SNAPSHOT | |
| 28 | - google-cloud-kms:1.34.0:1.34.1-SNAPSHOT | ||
| 29 | 28 | google-cloud-logging:1.98.0:1.98.1-SNAPSHOT | |
| 30 | 29 | google-cloud-logging-logback:0.116.0-alpha:0.116.1-alpha-SNAPSHOT | |
| 31 | 30 | google-cloud-managedtest:0.116.0-alpha:0.116.1-alpha-SNAPSHOT | |
@@ -55,7 +54,6 @@ grpc-google-cloud-error-reporting-v1beta1:0.81.0:0.81.1-SNAPSHOT | |||
| 55 | 54 | grpc-google-cloud-firestore-admin-v1:1.28.0:1.28.1-SNAPSHOT | |
| 56 | 55 | grpc-google-cloud-firestore-v1:1.28.0:1.28.1-SNAPSHOT | |
| 57 | 56 | grpc-google-cloud-firestore-v1beta1:0.81.0:0.81.1-SNAPSHOT | |
| 58 | - grpc-google-cloud-kms-v1:0.81.0:0.81.1-SNAPSHOT | ||
| 59 | 57 | grpc-google-cloud-logging-v2:0.81.0:0.81.1-SNAPSHOT | |
| 60 | 58 | grpc-google-cloud-monitoring-v3:1.80.0:1.80.1-SNAPSHOT | |
| 61 | 59 | grpc-google-cloud-pubsub-v1:1.80.0:1.80.1-SNAPSHOT | |
@@ -80,7 +78,6 @@ proto-google-cloud-error-reporting-v1beta1:0.81.0:0.81.1-SNAPSHOT | |||
| 80 | 78 | proto-google-cloud-firestore-admin-v1:1.28.0:1.28.1-SNAPSHOT | |
| 81 | 79 | proto-google-cloud-firestore-v1:1.28.0:1.28.1-SNAPSHOT | |
| 82 | 80 | proto-google-cloud-firestore-v1beta1:0.81.0:0.81.1-SNAPSHOT | |
| 83 | - proto-google-cloud-kms-v1:0.81.0:0.81.1-SNAPSHOT | ||
| 84 | 81 | proto-google-cloud-logging-v2:0.81.0:0.81.1-SNAPSHOT | |
| 85 | 82 | proto-google-cloud-monitoring-v3:1.80.0:1.80.1-SNAPSHOT | |
| 86 | 83 | proto-google-cloud-pubsub-v1:1.80.0:1.80.1-SNAPSHOT | |
| Back | FazBrowse Home | New Git URL |
0 commit comments