File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- [ ![ 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 )
21[ ![ 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 )
32
4- Protolock Version: [ 20210127T024023Z ] ( https://github.com/nilslice/protolock/releases/tag/v0.15.1 )
3+ Protolock Version: [ 20210218T172155Z ] ( https://github.com/nilslice/protolock/releases/tag/v0.15.2 )
54
65# Protobuf Backwards Compatibility Check Maven Plugin
76
8- The < code > proto-backwards-compatibility</ code > plugin is a Maven plugin to
7+ The ` proto-backwards-compatibility ` plugin is a Maven plugin to
98run a backwards compatibility check on a set of protobuf IDL files. The plugin
109can be integrated into various phases of a maven build to check that any changes to
1110a set of .proto files are backwards compatible. This ensures that these changes do
@@ -15,7 +14,8 @@ track of the state of the .proto files. This file is updated when a non-breaking
1514is made, and should be checked in along with any other changes.
1615
1716It is also possible to force any breaking changes and reset the current state
18- by either
17+ by either
18+
1919* deleting the proto.lock file. It will then reinitialize the next time the
2020plugin is run.
2121* or by specifying parameter property ` acceptBreakingChanges ` (` -DacceptBreakingChanges=true ` )
@@ -27,7 +27,7 @@ https://developers.google.com/protocol-buffers/docs/proto#backwards-compatibilit
2727
2828## Usage
2929
30- The < code > os-maven-plugin</ code > extension (https://github.com/trustin/os-maven-plugin )
30+ The ` os-maven-plugin ` extension (https://github.com/trustin/os-maven-plugin )
3131must be added to your project's pom.xml file in order for this plugin to work.
3232
3333``` xml
Original file line number Diff line number Diff line change 1212 <groupId >com.salesforce.servicelibs</groupId >
1313 <artifactId >proto-backwards-compatibility</artifactId >
1414 <packaging >maven-plugin</packaging >
15- <version >1.0.7-SNAPSHOT </version >
15+ <version >1.0.7T </version >
1616
1717 <name >Proto Backwards Compatibility Maven Mojo</name >
1818 <description >A Maven plugin for analyzing protobuf backwards compatible changes.</description >
You can’t perform that action at this time.
0 commit comments