Skip to content

Commit 191e7dd

Browse files
committed
Updated README and CONTRIBUTING, now that we're done with the develop/master stuff.
1 parent 73b2309 commit 191e7dd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing to Spotless
22

3-
Pull requests are welcome, preferably against the branch `develop`, and definitely not against `master`.
3+
Pull requests are welcome, preferably against `master`.
44

55
## Build instructions
66

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
[![Gradle plugin](https://img.shields.io/badge/plugins.gradle.org-com.diffplug.gradle.spotless-blue.svg)](https://plugins.gradle.org/plugin/com.diffplug.gradle.spotless)
44
[![JCenter artifact](https://img.shields.io/badge/jcenter-com.diffplug.gradle.spotless%3Aspotless-blue.svg)](https://bintray.com/diffplug/opensource/spotless/view)
5-
[![Branch master](http://img.shields.io/badge/master-1.1-lightgrey.svg)](https://github.com/diffplug/spotless/releases/latest)
6-
[![Branch develop](http://img.shields.io/badge/develop-1.2--SNAPSHOT-lightgrey.svg)](https://github.com/diffplug/spotless/tree/develop)
7-
[![Branch develop Travis CI](https://travis-ci.org/diffplug/spotless.svg?branch=develop)](https://travis-ci.org/diffplug/spotless)
8-
[![License](https://img.shields.io/badge/license-Apache-blue.svg)](https://tldrlegal.com/license/apache-license-2.0-(apache-2.0))
5+
[![Latest version](http://img.shields.io/badge/latest-1.1-blue.svg)](https://github.com/diffplug/spotless/releases/latest)
6+
[![Changelog](http://img.shields.io/badge/changelog-1.2--SNAPSHOT-lightgrey.svg)](CHANGES.md)
7+
[![Travis CI](https://travis-ci.org/diffplug/spotless.svg?branch=master)](https://travis-ci.org/diffplug/spotless)
8+
[![License](https://img.shields.io/badge/license-Apache-brightgreen.svg)](https://tldrlegal.com/license/apache-license-2.0-(apache-2.0))
99

1010
Spotless can check and apply formatting for any plain-text file, with special support for Java. It supports several formatters out of the box, including:
1111

@@ -142,7 +142,7 @@ See [`JavaExtension.java`](src/main/java/com/diffplug/gradle/spotless/java/JavaE
142142

143143
## Acknowledgements
144144

145-
* Formatting by Eclipse 4.5 M6
145+
* Formatting by Eclipse 4.5
146146
+ Special thanks to [Mateusz Matela](https://waynebeaton.wordpress.com/2015/03/15/great-fixes-for-mars-winners-part-i/) for huge improvements to the eclipse code formatter!
147147
* Forked from [gradle-format-plugin](https://github.com/youribonnaffe/gradle-format-plugin) by Youri Bonnaffé.
148148
* Import ordering from [EclipseCodeFormatter](https://github.com/krasa/EclipseCodeFormatter).

0 commit comments

Comments
 (0)