Skip to content

Commit b44a6fb

Browse files
committed
Prepare dev cycle 2.6.10
1 parent 13040db commit b44a6fb

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## History
22

33
# v2.6
4+
### 2.6.10 - UNRELEASED
5+
46
### 2.6.9
57

68
Improvements:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ We are on [the Grade Plugin Portal](https://plugins.gradle.org/plugin/com.monits
3030

3131
```
3232
plugins {
33-
id 'com.monits.staticCodeAnalysis' version '2.6.8'
33+
id 'com.monits.staticCodeAnalysis' version '2.6.9'
3434
}
3535
```
3636

@@ -44,7 +44,7 @@ buildscript {
4444
}
4545
}
4646
dependencies {
47-
classpath 'com.monits:static-code-analysis-plugin:2.6.8'
47+
classpath 'com.monits:static-code-analysis-plugin:2.6.9'
4848
}
4949
}
5050
@@ -59,7 +59,7 @@ buildscript {
5959
jcenter()
6060
}
6161
dependencies {
62-
classpath 'com.monits:static-code-analysis-plugin:2.6.8'
62+
classpath 'com.monits:static-code-analysis-plugin:2.6.9'
6363
}
6464
}
6565

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repositories {
1111

1212
group = 'com.monits'
1313

14-
version = '2.6.9'
14+
version = '2.6.10'
1515

1616
apply from: 'gradle/license.gradle'
1717
apply from: 'gradle/publish.gradle'

src/perfTest/groovy/com/monits/gradle/sca/performance/fixture/AbstractPerfTestFixture.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ abstract class AbstractPerfTestFixture extends Specification {
3434
static final List<String> TESTED_GRADLE_VERSIONS_FOR_ANDROID = (['2.14.1', '3.5.1'] +
3535
(Jvm.current.java8Compatible ? [GradleVersion.current().version] : [] as List<String>))
3636
.takeRight(2).asImmutable()
37-
static final String BASELINE_PLUGIN_VERSION = '"com.monits:static-code-analysis-plugin:2.6.8"'
37+
static final String BASELINE_PLUGIN_VERSION = '"com.monits:static-code-analysis-plugin:2.6.9"'
3838

3939
static final int NUMBER_OF_CLASSES_TO_ANALYZE = 100
4040

0 commit comments

Comments
 (0)