Skip to content

Commit b7f8c55

Browse files
committed
Bump to x.27.0-SNAPSHOT
1 parent a026196 commit b7f8c55

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ org.gradle.parallel=false
66

77
group=com.diffplug.spotless
88

9-
versionLib=1.26.1
9+
versionLib=1.27.0-SNAPSHOT
1010
stableLib=1.26.1
1111
artifactIdLib=spotless-lib
1212
artifactIdLibExtra=spotless-lib-extra
1313
artifactIdTestLib=spotless-testlib
1414

15-
versionMaven=1.26.1
15+
versionMaven=1.27.0-SNAPSHOT
1616
stableMaven=1.26.1
1717
# naming convention '-maven-plugin' allows mvn 'spotless:check' instead of 'spotless-plugin-maven:check'
1818
artifactIdMaven=spotless-maven-plugin
1919

20-
versionGradle=3.26.1
20+
versionGradle=3.27.0-SNAPSHOT
2121
stableGradle=3.26.1
2222
artifactIdGradle=spotless-plugin-gradle
2323

plugin-gradle/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ output = [
1616
[![Maven central](https://img.shields.io/badge/mavencentral-com.diffplug.gradle.spotless%3Aspotless-blue.svg)](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.diffplug.spotless%22%20AND%20a%3A%22spotless-plugin-gradle%22)
1717
[![Javadoc](https://img.shields.io/badge/javadoc-3.26.1-blue.svg)](https://diffplug.github.io/spotless/javadoc/spotless-plugin-gradle/3.26.1/)
1818

19-
[![Changelog](https://img.shields.io/badge/changelog-3.26.1-brightgreen.svg)](CHANGES.md)
19+
[![Changelog](https://img.shields.io/badge/changelog-3.27.0--SNAPSHOT-brightgreen.svg)](CHANGES.md)
2020
[![Travis CI](https://travis-ci.org/diffplug/spotless.svg?branch=master)](https://travis-ci.org/diffplug/spotless)
2121
[![Live chat](https://img.shields.io/badge/gitter-chat-brightgreen.svg)](https://gitter.im/diffplug/spotless)
2222
[![License Apache](https://img.shields.io/badge/license-apache-brightgreen.svg)](https://tldrlegal.com/license/apache-license-2.0-(apache-2.0))

0 commit comments

Comments
 (0)