Skip to content

Commit 9fc8fc8

Browse files
[Gradle Release Plugin] - pre tag commit: 'gradle-dependency-bundle-0.1.1'.
1 parent f15253a commit 9fc8fc8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Build a portable Maven-layout repository and a dependency graph from a Gradle bu
44

55
```kotlin
66
plugins {
7-
id("org.openprojectx.gradle.dependency.bundle") version "0.1.0-SNAPSHOT"
7+
id("org.openprojectx.gradle.dependency.bundle") version "0.1.1"
88
}
99

1010
dependencyBundle {

doc/user-guide.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The graph is not a flat coordinate list. It records configuration roots, depende
1414
[source,kotlin]
1515
----
1616
plugins {
17-
id("org.openprojectx.gradle.dependency.bundle") version "0.1.0-SNAPSHOT"
17+
id("org.openprojectx.gradle.dependency.bundle") version "0.1.1"
1818
}
1919
2020
dependencyBundle {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 0.1.1-SNAPSHOT
1+
version = 0.1.1
22

33
kotlin.code.style=official
44

0 commit comments

Comments
 (0)