Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Sep 8, 2020
1 parent d369cb6 commit 4ba4e47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ In a gradle buildfile, write

```
dependencies {
implementation 'org.plumelib:reflection-util:1.0.0'
implementation 'org.plumelib:reflection-util:1.0.1'
}
```

Expand Down
6 changes: 3 additions & 3 deletions gradle/mavencentral.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
// * Browse to https://oss.sonatype.org/#stagingRepositories, complete the Maven Central release.
// * Stage changes.
// * Add a git tag:
// VER=1.0.0 && git commit -m "Version $VER" && git push && git tag -a v$VER -m "Version $VER" && git push && git push --tags
// * Make a GitHub release. Go to the GitHub releases page, make a release, call it "reflection-util 1.0.0", use text from ../CHANGELOG.md, attach the .jar file from ../build/libs/
// VER=1.0.1 && git commit -m "Version $VER" && git push && git tag -a v$VER -m "Version $VER" && git push && git push --tags
// * Make a GitHub release. Go to the GitHub releases page, make a release, call it "reflection-util 1.0.1", use text from ../CHANGELOG.md, attach the .jar file from ../build/libs/

///////////////////////////////////////////////////////////////////////////
/// Maven Central publishing
Expand All @@ -25,7 +25,7 @@ apply plugin: 'signing'

group = "org.plumelib"
archivesBaseName = "reflection-util"
version = "1.0.0"
version = "1.0.1"

task javadocJar(type: Jar) {
classifier = 'javadoc'
Expand Down

0 comments on commit 4ba4e47

Please sign in to comment.