From ec7e53d0f6700269429400fd1e700ac259c4c0b6 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Mon, 20 Apr 2020 10:23:33 -0700 Subject: [PATCH] chore(java): allow overriding the versioning section of the Java README (#495) (#161) Allows setting a `versioning` section in `.readme-partials.yaml` to override the versioning section. Source-Author: Jeff Ching Source-Date: Fri Apr 17 10:04:04 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: f8a9933e5e98202b04ef427f28d1d79221190fa4 Source-Link: https://github.com/googleapis/synthtool/commit/f8a9933e5e98202b04ef427f28d1d79221190fa4 --- README.md | 2 +- synth.metadata | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 464ad0365..ce838d651 100644 --- a/README.md +++ b/README.md @@ -101,8 +101,8 @@ Java 7 or above is required for using this client. ## Versioning -This library follows [Semantic Versioning](http://semver.org/). +This library follows [Semantic Versioning](http://semver.org/). ## Contributing diff --git a/synth.metadata b/synth.metadata index a1cff6ec0..38c94900f 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-asset.git", - "sha": "98ac8e0f5120e5eab27e6146024f6a742b42d82e" + "sha": "ac19258af2067f9bacaca35620821dacc9f4af1d" } }, { @@ -51,7 +51,7 @@ "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "52638600f387deb98efb5f9c85fec39e82aa9052" + "sha": "f8a9933e5e98202b04ef427f28d1d79221190fa4" } } ],