Skip to content

Commit

Permalink
version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mokies committed Nov 26, 2017
1 parent 605c23d commit cdd9811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ configure([project(':ratelimitj-redis'), project(':ratelimitj-inmemory'), projec
apply plugin: 'maven'

project.group = 'es.moki.ratelimitj'
project.version = '0.5.0'
project.version = '0.4.1'

// OSSRH publication
if (ossrhUser != "") {
Expand Down Expand Up @@ -204,7 +204,7 @@ codeCoverageReport.dependsOn {
}

// http://nemerosa.ghost.io/2015/07/01/publishing-to-the-maven-central-using-gradle/
// ./gradlew uploadArchives closeAndPromoteRepository
// ./gradlew uploadArchives



Expand Down

0 comments on commit cdd9811

Please sign in to comment.