Skip to content

Commit

Permalink
Merge pull request #29 from salesforce/relese/1.0.7
Browse files Browse the repository at this point in the history
Release 1.0.7
  • Loading branch information
rmichela committed Jun 18, 2021
2 parents 4210941 + d310d41 commit f1dbeb7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[![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

The <code>proto-backwards-compatibility</code> 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
Expand All @@ -15,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`)
Expand All @@ -27,7 +27,7 @@ https://developers.google.com/protocol-buffers/docs/proto#backwards-compatibilit

## Usage

The <code>os-maven-plugin</code> 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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<groupId>com.salesforce.servicelibs</groupId>
<artifactId>proto-backwards-compatibility</artifactId>
<packaging>maven-plugin</packaging>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7T</version>

<name>Proto Backwards Compatibility Maven Mojo</name>
<description>A Maven plugin for analyzing protobuf backwards compatible changes.</description>
Expand Down

0 comments on commit f1dbeb7

Please sign in to comment.