diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index 8218fd8..6259292 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -12,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. docker: - digest: sha256:7a9a7eb50ca2af5bfffab3abd2f38d408735c990a74bacf9b7fde2af0a086a0b - image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest \ No newline at end of file + image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest + digest: sha256:8175681a918181d306d9c370d3262f16b4c724cc73d74111b7d42fc985ca7f93 diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 30fdb7b..db2d8ad 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -8,3 +8,6 @@ # The java-samples-reviewers team is the default owner for samples changes samples/**/*.java @googleapis/java-samples-reviewers + +# Generated snippets should not be owned by samples reviewers +samples/snippets/generated/ @googleapis/yoshi-java diff --git a/CHANGELOG.md b/CHANGELOG.md index 8931003..b03614b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/googleapis/java-cloudcommerceconsumerprocurement/compare/v0.1.0...v0.1.1) (2022-09-13) + + +### Dependencies + +* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.2 ([#12](https://github.com/googleapis/java-cloudcommerceconsumerprocurement/issues/12)) ([baa9091](https://github.com/googleapis/java-cloudcommerceconsumerprocurement/commit/baa909151106fa48b58405dd9c2fdfa2abc05fec)) + ## 0.1.0 (2022-08-11) diff --git a/README.md b/README.md index f966a94..11ee302 100644 --- a/README.md +++ b/README.md @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-cloudcommerceconsumerprocurement - 0.0.0 + 0.1.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-cloudcommerceconsumerprocurement:0.0.0' +implementation 'com.google.cloud:google-cloud-cloudcommerceconsumerprocurement:0.1.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-cloudcommerceconsumerprocurement" % "0.0.0" +libraryDependencies += "com.google.cloud" % "google-cloud-cloudcommerceconsumerprocurement" % "0.1.0" ``` ## Authentication diff --git a/google-cloud-cloudcommerceconsumerprocurement-bom/pom.xml b/google-cloud-cloudcommerceconsumerprocurement-bom/pom.xml index aae6bf2..95ad06b 100644 --- a/google-cloud-cloudcommerceconsumerprocurement-bom/pom.xml +++ b/google-cloud-cloudcommerceconsumerprocurement-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-cloudcommerceconsumerprocurement-bom - 0.1.0 + 0.1.1 pom com.google.cloud @@ -65,17 +65,17 @@ com.google.cloud google-cloud-cloudcommerceconsumerprocurement - 0.1.0 + 0.1.1 com.google.api.grpc grpc-google-cloud-cloudcommerceconsumerprocurement-v1alpha1 - 0.1.0 + 0.1.1 com.google.api.grpc proto-google-cloud-cloudcommerceconsumerprocurement-v1alpha1 - 0.1.0 + 0.1.1 diff --git a/google-cloud-cloudcommerceconsumerprocurement/pom.xml b/google-cloud-cloudcommerceconsumerprocurement/pom.xml index aa9b936..3022a67 100644 --- a/google-cloud-cloudcommerceconsumerprocurement/pom.xml +++ b/google-cloud-cloudcommerceconsumerprocurement/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-cloudcommerceconsumerprocurement - 0.1.0 + 0.1.1 jar Google Cloud Commerce Consumer Procurement https://github.com/googleapis/java-cloudcommerceconsumerprocurement @@ -11,7 +11,7 @@ com.google.cloud google-cloud-cloudcommerceconsumerprocurement-parent - 0.1.0 + 0.1.1 google-cloud-cloudcommerceconsumerprocurement diff --git a/google-cloud-cloudcommerceconsumerprocurement/src/main/java/com/google/cloud/commerce/consumer/procurement/v1alpha1/ConsumerProcurementServiceClient.java b/google-cloud-cloudcommerceconsumerprocurement/src/main/java/com/google/cloud/commerce/consumer/procurement/v1alpha1/ConsumerProcurementServiceClient.java index d2b37e5..bcffd3b 100644 --- a/google-cloud-cloudcommerceconsumerprocurement/src/main/java/com/google/cloud/commerce/consumer/procurement/v1alpha1/ConsumerProcurementServiceClient.java +++ b/google-cloud-cloudcommerceconsumerprocurement/src/main/java/com/google/cloud/commerce/consumer/procurement/v1alpha1/ConsumerProcurementServiceClient.java @@ -51,8 +51,11 @@ * calls that map to API methods. Sample code to get started: * *
{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * try (ConsumerProcurementServiceClient consumerProcurementServiceClient =
  *     ConsumerProcurementServiceClient.create()) {
  *   GetOrderRequest request = GetOrderRequest.newBuilder().setName("name3373707").build();
@@ -90,8 +93,11 @@
  * 

To customize credentials: * *

{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * ConsumerProcurementServiceSettings consumerProcurementServiceSettings =
  *     ConsumerProcurementServiceSettings.newBuilder()
  *         .setCredentialsProvider(FixedCredentialsProvider.create(myCredentials))
@@ -103,8 +109,11 @@
  * 

To customize the endpoint: * *

{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * ConsumerProcurementServiceSettings consumerProcurementServiceSettings =
  *     ConsumerProcurementServiceSettings.newBuilder().setEndpoint(myEndpoint).build();
  * ConsumerProcurementServiceClient consumerProcurementServiceClient =
@@ -115,8 +124,11 @@
  * the wire:
  *
  * 
{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * ConsumerProcurementServiceSettings consumerProcurementServiceSettings =
  *     ConsumerProcurementServiceSettings.newBuilder()
  *         .setTransportChannelProvider(
@@ -219,8 +231,11 @@ public final OperationsClient getHttpJsonOperationsClient() {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ConsumerProcurementServiceClient consumerProcurementServiceClient =
    *     ConsumerProcurementServiceClient.create()) {
    *   PlaceOrderRequest request =
@@ -254,8 +269,11 @@ public final OperationFuture placeOrderAsync(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ConsumerProcurementServiceClient consumerProcurementServiceClient =
    *     ConsumerProcurementServiceClient.create()) {
    *   PlaceOrderRequest request =
@@ -289,8 +307,11 @@ public final OperationFuture placeOrderAsync(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ConsumerProcurementServiceClient consumerProcurementServiceClient =
    *     ConsumerProcurementServiceClient.create()) {
    *   PlaceOrderRequest request =
@@ -319,8 +340,11 @@ public final UnaryCallable placeOrderCallable() {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ConsumerProcurementServiceClient consumerProcurementServiceClient =
    *     ConsumerProcurementServiceClient.create()) {
    *   GetOrderRequest request = GetOrderRequest.newBuilder().setName("name3373707").build();
@@ -343,8 +367,11 @@ public final Order getOrder(GetOrderRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ConsumerProcurementServiceClient consumerProcurementServiceClient =
    *     ConsumerProcurementServiceClient.create()) {
    *   GetOrderRequest request = GetOrderRequest.newBuilder().setName("name3373707").build();
@@ -367,8 +394,11 @@ public final UnaryCallable getOrderCallable() {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ConsumerProcurementServiceClient consumerProcurementServiceClient =
    *     ConsumerProcurementServiceClient.create()) {
    *   ListOrdersRequest request =
@@ -399,8 +429,11 @@ public final ListOrdersPagedResponse listOrders(ListOrdersRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ConsumerProcurementServiceClient consumerProcurementServiceClient =
    *     ConsumerProcurementServiceClient.create()) {
    *   ListOrdersRequest request =
@@ -431,8 +464,11 @@ public final UnaryCallable listOrder
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ConsumerProcurementServiceClient consumerProcurementServiceClient =
    *     ConsumerProcurementServiceClient.create()) {
    *   ListOrdersRequest request =
diff --git a/google-cloud-cloudcommerceconsumerprocurement/src/main/java/com/google/cloud/commerce/consumer/procurement/v1alpha1/ConsumerProcurementServiceSettings.java b/google-cloud-cloudcommerceconsumerprocurement/src/main/java/com/google/cloud/commerce/consumer/procurement/v1alpha1/ConsumerProcurementServiceSettings.java
index 5b070b7..09b5ef0 100644
--- a/google-cloud-cloudcommerceconsumerprocurement/src/main/java/com/google/cloud/commerce/consumer/procurement/v1alpha1/ConsumerProcurementServiceSettings.java
+++ b/google-cloud-cloudcommerceconsumerprocurement/src/main/java/com/google/cloud/commerce/consumer/procurement/v1alpha1/ConsumerProcurementServiceSettings.java
@@ -56,8 +56,11 @@
  * 

For example, to set the total timeout of getOrder to 30 seconds: * *

{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * ConsumerProcurementServiceSettings.Builder consumerProcurementServiceSettingsBuilder =
  *     ConsumerProcurementServiceSettings.newBuilder();
  * consumerProcurementServiceSettingsBuilder
diff --git a/google-cloud-cloudcommerceconsumerprocurement/src/main/java/com/google/cloud/commerce/consumer/procurement/v1alpha1/package-info.java b/google-cloud-cloudcommerceconsumerprocurement/src/main/java/com/google/cloud/commerce/consumer/procurement/v1alpha1/package-info.java
index 58e9539..eaac20e 100644
--- a/google-cloud-cloudcommerceconsumerprocurement/src/main/java/com/google/cloud/commerce/consumer/procurement/v1alpha1/package-info.java
+++ b/google-cloud-cloudcommerceconsumerprocurement/src/main/java/com/google/cloud/commerce/consumer/procurement/v1alpha1/package-info.java
@@ -32,8 +32,11 @@
  * 

Sample for ConsumerProcurementServiceClient: * *

{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * try (ConsumerProcurementServiceClient consumerProcurementServiceClient =
  *     ConsumerProcurementServiceClient.create()) {
  *   GetOrderRequest request = GetOrderRequest.newBuilder().setName("name3373707").build();
diff --git a/google-cloud-cloudcommerceconsumerprocurement/src/main/java/com/google/cloud/commerce/consumer/procurement/v1alpha1/stub/ConsumerProcurementServiceStubSettings.java b/google-cloud-cloudcommerceconsumerprocurement/src/main/java/com/google/cloud/commerce/consumer/procurement/v1alpha1/stub/ConsumerProcurementServiceStubSettings.java
index 09f7d60..6d69f57 100644
--- a/google-cloud-cloudcommerceconsumerprocurement/src/main/java/com/google/cloud/commerce/consumer/procurement/v1alpha1/stub/ConsumerProcurementServiceStubSettings.java
+++ b/google-cloud-cloudcommerceconsumerprocurement/src/main/java/com/google/cloud/commerce/consumer/procurement/v1alpha1/stub/ConsumerProcurementServiceStubSettings.java
@@ -82,8 +82,11 @@
  * 

For example, to set the total timeout of getOrder to 30 seconds: * *

{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * ConsumerProcurementServiceStubSettings.Builder consumerProcurementServiceSettingsBuilder =
  *     ConsumerProcurementServiceStubSettings.newBuilder();
  * consumerProcurementServiceSettingsBuilder
diff --git a/google-cloud-cloudcommerceconsumerprocurement/src/main/java/com/google/cloud/commerce/consumer/procurement/v1alpha1/stub/HttpJsonConsumerProcurementServiceStub.java b/google-cloud-cloudcommerceconsumerprocurement/src/main/java/com/google/cloud/commerce/consumer/procurement/v1alpha1/stub/HttpJsonConsumerProcurementServiceStub.java
index b4f3179..ecbae79 100644
--- a/google-cloud-cloudcommerceconsumerprocurement/src/main/java/com/google/cloud/commerce/consumer/procurement/v1alpha1/stub/HttpJsonConsumerProcurementServiceStub.java
+++ b/google-cloud-cloudcommerceconsumerprocurement/src/main/java/com/google/cloud/commerce/consumer/procurement/v1alpha1/stub/HttpJsonConsumerProcurementServiceStub.java
@@ -92,7 +92,7 @@ public class HttpJsonConsumerProcurementServiceStub extends ConsumerProcurementS
                       .setRequestBodyExtractor(
                           request ->
                               ProtoRestSerializer.create()
-                                  .toBody("*", request.toBuilder().clearParent().build()))
+                                  .toBody("*", request.toBuilder().clearParent().build(), false))
                       .build())
               .setResponseParser(
                   ProtoMessageResponseParser.newBuilder()
diff --git a/grpc-google-cloud-cloudcommerceconsumerprocurement-v1alpha1/pom.xml b/grpc-google-cloud-cloudcommerceconsumerprocurement-v1alpha1/pom.xml
index 955fad7..b346927 100644
--- a/grpc-google-cloud-cloudcommerceconsumerprocurement-v1alpha1/pom.xml
+++ b/grpc-google-cloud-cloudcommerceconsumerprocurement-v1alpha1/pom.xml
@@ -4,13 +4,13 @@
   4.0.0
   com.google.api.grpc
   grpc-google-cloud-cloudcommerceconsumerprocurement-v1alpha1
-  0.1.0
+  0.1.1
   grpc-google-cloud-cloudcommerceconsumerprocurement-v1alpha1
   GRPC library for google-cloud-cloudcommerceconsumerprocurement
   
     com.google.cloud
     google-cloud-cloudcommerceconsumerprocurement-parent
-    0.1.0
+    0.1.1
   
   
     
diff --git a/pom.xml b/pom.xml
index 64d8934..d6b2b5b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
   com.google.cloud
   google-cloud-cloudcommerceconsumerprocurement-parent
   pom
-  0.1.0
+  0.1.1
   Google Cloud Commerce Consumer Procurement Parent
   https://github.com/googleapis/java-cloudcommerceconsumerprocurement
   
@@ -69,23 +69,23 @@
       
         com.google.cloud
         google-cloud-cloudcommerceconsumerprocurement
-        0.1.0
+        0.1.1
       
       
         com.google.api.grpc
         grpc-google-cloud-cloudcommerceconsumerprocurement-v1alpha1
-        0.1.0
+        0.1.1
       
       
         com.google.api.grpc
         proto-google-cloud-cloudcommerceconsumerprocurement-v1alpha1
-        0.1.0
+        0.1.1
       
 
       
         com.google.cloud
         google-cloud-shared-dependencies
-        3.0.1
+        3.0.2
         pom
         import
       
@@ -121,7 +121,7 @@
       
         org.apache.maven.plugins
         maven-project-info-reports-plugin
-        3.3.0
+        3.4.1
         
           
             
@@ -148,7 +148,7 @@
       
         org.apache.maven.plugins
         maven-javadoc-plugin
-        3.4.0
+        3.4.1
         
           
             html
diff --git a/proto-google-cloud-cloudcommerceconsumerprocurement-v1alpha1/pom.xml b/proto-google-cloud-cloudcommerceconsumerprocurement-v1alpha1/pom.xml
index de90f0b..ca091ac 100644
--- a/proto-google-cloud-cloudcommerceconsumerprocurement-v1alpha1/pom.xml
+++ b/proto-google-cloud-cloudcommerceconsumerprocurement-v1alpha1/pom.xml
@@ -4,13 +4,13 @@
   4.0.0
   com.google.api.grpc
   proto-google-cloud-cloudcommerceconsumerprocurement-v1alpha1
-  0.1.0
+  0.1.1
   proto-google-cloud-cloudcommerceconsumerprocurement-v1alpha1
   Proto library for google-cloud-cloudcommerceconsumerprocurement
   
     com.google.cloud
     google-cloud-cloudcommerceconsumerprocurement-parent
-    0.1.0
+    0.1.1
   
   
     
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 13a53ff..49c88f4 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -29,7 +29,7 @@
     
       com.google.cloud
       google-cloud-cloudcommerceconsumerprocurement
-      0.0.0
+      0.1.0
     
     
 
diff --git a/samples/pom.xml b/samples/pom.xml
index fa8db2c..eb210f6 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -38,7 +38,7 @@
       
         org.apache.maven.plugins
         maven-deploy-plugin
-        2.8.2
+        3.0.0
         
           true
         
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 84fea8a..3833884 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -28,7 +28,7 @@
     
       com.google.cloud
       google-cloud-cloudcommerceconsumerprocurement
-      0.1.0
+      0.1.1
     
     
 
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index 08a1292..f9d7deb 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -28,7 +28,7 @@
     
       com.google.cloud
       google-cloud-cloudcommerceconsumerprocurement
-      0.0.0
+      0.1.0
     
 
     
diff --git a/versions.txt b/versions.txt
index f4d36e0..590cc4a 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,6 +1,6 @@
 # Format:
 # module:released-version:current-version
 
-google-cloud-cloudcommerceconsumerprocurement:0.1.0:0.1.0
-proto-google-cloud-cloudcommerceconsumerprocurement-v1alpha1:0.1.0:0.1.0
-grpc-google-cloud-cloudcommerceconsumerprocurement-v1alpha1:0.1.0:0.1.0
+google-cloud-cloudcommerceconsumerprocurement:0.1.1:0.1.1
+proto-google-cloud-cloudcommerceconsumerprocurement-v1alpha1:0.1.1:0.1.1
+grpc-google-cloud-cloudcommerceconsumerprocurement-v1alpha1:0.1.1:0.1.1