Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #83 from ysb33r/development_v1
Browse files Browse the repository at this point in the history
Updated to 1.0.1
  • Loading branch information
ysb33r authored Aug 22, 2018
2 parents d1f62a8 + b31f722 commit df792b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ image:https://api.bintray.com/packages/ysb33r/grysb33r/groovy-vfs/images/downloa
[source,groovy]
----
@Grapes([
@Grab( 'org.ysb33r.groovy:groovy-vfs:0.5' ),
@Grab( 'org.ysb33r.groovy:groovy-vfs:1.0.1' ),
@Grab( 'commons-net:commons-net:3.+' ), // If you want to use ftp
@Grab( 'commons-httpclient:commons-httpclient:3.1'), // If you want http/https
@Grab( 'com.jcraft:jsch:0.1.48' ) // If you want sftp
Expand Down Expand Up @@ -92,7 +92,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.ysb33r.gradle:vfs-gradle-plugin:0.5.1'
classpath 'org.ysb33r.gradle:vfs-gradle-plugin:1.0.1'
classpath 'commons-net:commons-net:3.+' // If you want to use ftp
classpath 'commons-httpclient:commons-httpclient:3.1' // If you want http/https
classpath 'com.jcraft:jsch:0.1.48' // If you want sftp
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ buildscript {
allprojects {
ext {
versionModifier = ''
versionNumber = '1.0'
versionNumber = '1.0.1'
modulesWithGroovyDoc = [
'dsl',
'gradle-plugin',
Expand Down
2 changes: 1 addition & 1 deletion dsl/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@

## 0.01
+ Initial release
+ Support for `cp`, `ls`, `cat`
+ Support for `cp`, `ls`, `cat`

0 comments on commit df792b9

Please sign in to comment.