Skip to content

Commit f1dbeb7

Browse files
authored
Merge pull request #29 from salesforce/relese/1.0.7
Release 1.0.7
2 parents 4210941 + d310d41 commit f1dbeb7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
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
98
run a backwards compatibility check on a set of protobuf IDL files. The plugin
109
can be integrated into various phases of a maven build to check that any changes to
1110
a 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
1514
is made, and should be checked in along with any other changes.
1615

1716
It 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
2020
plugin 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)
3131
must be added to your project's pom.xml file in order for this plugin to work.
3232

3333
```xml

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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>

0 commit comments

Comments
 (0)