Skip to content

Commit

Permalink
Maven Central related changes
Browse files Browse the repository at this point in the history
  • Loading branch information
harshild committed Apr 10, 2016
1 parent 525b438 commit be5b9ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ To apply the plugin you have to add the plugin dependency in your project build

buildscript {
repositories {
url 'https://github.com/harshild/repo/raw/master/'
mavenCentral()
}
dependencies {
classpath group: 'com.harshild.gradle', name: 'felix-plugin', version: '1.3.0'
classpath group: 'com.harshil.gradle', name: 'felix-plugin', version: '1.3.1'
}
}

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'groovy'
apply plugin: 'maven'
apply plugin: 'signing'

group = 'com.harshild.gradle'
group = 'com.harshil.gradle'
version = '1.3.1'
archivesBaseName = 'felix-plugin'

Expand Down

0 comments on commit be5b9ea

Please sign in to comment.