Skip to content

Commit

Permalink
Version 1.0.1 released
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvasilkov committed Aug 30, 2017
1 parent 4585dab commit aa44846
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 @@ -29,7 +29,7 @@ In `settings.gradle` file add next lines:
mavenCentral()
}
dependencies {
classpath 'com.alexvasilkov:gradle-vcs-dependency:1.0.0'
classpath 'com.alexvasilkov:gradle-vcs-dependency:1.0.1'
}
}

Expand All @@ -53,7 +53,7 @@ In `build.gradle` add next method:
git name: '[Git dependency name. Required]',
url: '[Git repository url. Required]',
path: '[Path within repo which should be added as dependency, i.e. /library/. Optional]',
commit: '[Commit id of any length or 'master' to checkout HEAD. Required]'
commit: '[Commit id of any length, tag name or 'master' to checkout HEAD. Required]'
}

Note, that using 'master' as git commit or 'HEAD' as svn revision is not recommended,
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=1.0.0
VERSION_NAME=1.0.1

POM_NAME=GradleVcsDependencyPlugin
POM_GROUP=com.alexvasilkov
Expand Down

0 comments on commit aa44846

Please sign in to comment.