Skip to content

Commit f5d5765

Browse files
committed
Update README to reflect 1.0
1 parent d66e9ce commit f5d5765

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44

55
Gradle plugin for generating a changelog based on a Git commit history.
66

7-
**Note**: This plugin is not yet stable and is being actively developed.
7+
**Note**: This plugin should not be considered stable until 1.0.
88

99
## Usage
1010

1111
```
1212
buildscript {
1313
repositories {
1414
maven {
15-
url "https://oss.sonatype.org/content/repositories/snapshots"
15+
mavenCentral()
1616
}
1717
}
1818
dependencies {
19-
classpath 'com.selesse:gradle-git-changelog:0.1.0-SNAPSHOT'
19+
classpath 'com.selesse:gradle-git-changelog:0.1.0'
2020
}
2121
}
2222

0 commit comments

Comments
 (0)