From 1a913529262120fe98cb125f6a58bd3c327783da Mon Sep 17 00:00:00 2001 From: Ryan Michela Date: Fri, 18 Jun 2021 13:43:33 -0400 Subject: [PATCH 1/3] Release 1.0.7 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cb06c96..dc0bb92 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ com.salesforce.servicelibs proto-backwards-compatibility maven-plugin - 1.0.7-SNAPSHOT + 1.0.7T Proto Backwards Compatibility Maven Mojo A Maven plugin for analyzing protobuf backwards compatible changes. From ffaebabaad47231bb2aee029fe274c8ebb8f0926 Mon Sep 17 00:00:00 2001 From: Ryan Michela Date: Fri, 18 Jun 2021 13:48:58 -0400 Subject: [PATCH 2/3] Fix readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b91c358..9568583 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ -[![Build Status](https://travis-ci.org/salesforce/proto-backwards-compat-maven-plugin.svg?branch=master)](https://travis-ci.org/salesforce/proto-backwards-compat-maven-plugin) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.salesforce.servicelibs/proto-backwards-compatibility/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.salesforce.servicelibs/proto-backwards-compatibility) -Protolock Version: [20210127T024023Z](https://github.com/nilslice/protolock/releases/tag/v0.15.1) +Protolock Version: [20210218T172155Z](https://github.com/nilslice/protolock/releases/tag/v0.15.2) # Protobuf Backwards Compatibility Check Maven Plugin From d310d417e4afd3bf4e03a62d31e5a8f573962ae2 Mon Sep 17 00:00:00 2001 From: Ryan Michela Date: Fri, 18 Jun 2021 13:50:10 -0400 Subject: [PATCH 3/3] Fix readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9568583..81b94bd 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Protolock Version: [20210218T172155Z](https://github.com/nilslice/protolock/rele # Protobuf Backwards Compatibility Check Maven Plugin -The proto-backwards-compatibility plugin is a Maven plugin to +The `proto-backwards-compatibility` plugin is a Maven plugin to run a backwards compatibility check on a set of protobuf IDL files. The plugin can be integrated into various phases of a maven build to check that any changes to a set of .proto files are backwards compatible. This ensures that these changes do @@ -14,7 +14,8 @@ track of the state of the .proto files. This file is updated when a non-breaking is made, and should be checked in along with any other changes. It is also possible to force any breaking changes and reset the current state -by either +by either + * deleting the proto.lock file. It will then reinitialize the next time the plugin is run. * or by specifying parameter property `acceptBreakingChanges` (`-DacceptBreakingChanges=true`) @@ -26,7 +27,7 @@ https://developers.google.com/protocol-buffers/docs/proto#backwards-compatibilit ## Usage -The os-maven-plugin extension (https://github.com/trustin/os-maven-plugin) +The `os-maven-plugin` extension (https://github.com/trustin/os-maven-plugin) must be added to your project's pom.xml file in order for this plugin to work. ```xml