Skip to content

Commit 9a579c6

Browse files
committed
Update documentation to 1.1.3
1 parent e52123f commit 9a579c6

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
1.1.0 / 2016/03/17
1+
1.1.3 / 2016/03/21
2+
==================
3+
- Publish nebula.resolution-rules-producer to gradle plugin portal
4+
5+
1.1.2 / 2016/03/21
6+
==================
7+
- Attempt to add nebula.resolution-rules-producer to gradle plugin portal
8+
9+
1.1.1 / 2016/03/21
10+
==================
11+
- Fix publishing to bintray
12+
13+
1.1.0 / 2016/03/21
214
==================
315
- Add in align rule
416

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The [Blacklist Plugin](https://github.com/nebula-plugins/gradle-blacklist-plugin
2121
}
2222
2323
dependencies {
24-
classpath 'com.netflix.nebula:gradle-resolution-rules-plugin:1.1.0'
24+
classpath 'com.netflix.nebula:gradle-resolution-rules-plugin:1.1.3'
2525
}
2626
}
2727
@@ -32,7 +32,7 @@ Or using the Gradle plugin portal:
3232

3333
```groovy
3434
plugins {
35-
id 'nebula.resolution-rules' version '1.1.0'
35+
id 'nebula.resolution-rules' version '1.1.3'
3636
}
3737
```
3838

@@ -138,7 +138,7 @@ The `nebula.resolution-rules-producer` plugin is provided to facilitate creation
138138
}
139139
140140
dependencies {
141-
classpath 'com.netflix.nebula:gradle-resolution-rules-plugin:1.1.0'
141+
classpath 'com.netflix.nebula:gradle-resolution-rules-plugin:1.1.3'
142142
}
143143
}
144144
@@ -149,7 +149,7 @@ Or using the Gradle plugin portal:
149149

150150
```groovy
151151
plugins {
152-
id 'nebula.resolution-rules-producer' version '1.1.0'
152+
id 'nebula.resolution-rules-producer' version '1.1.3'
153153
}
154154
```
155155

0 commit comments

Comments
 (0)