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

Commit df792b9

Browse files
authored
Merge pull request #83 from ysb33r/development_v1
Updated to 1.0.1
2 parents d1f62a8 + b31f722 commit df792b9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ image:https://api.bintray.com/packages/ysb33r/grysb33r/groovy-vfs/images/downloa
1515
[source,groovy]
1616
----
1717
@Grapes([
18-
@Grab( 'org.ysb33r.groovy:groovy-vfs:0.5' ),
18+
@Grab( 'org.ysb33r.groovy:groovy-vfs:1.0.1' ),
1919
@Grab( 'commons-net:commons-net:3.+' ), // If you want to use ftp
2020
@Grab( 'commons-httpclient:commons-httpclient:3.1'), // If you want http/https
2121
@Grab( 'com.jcraft:jsch:0.1.48' ) // If you want sftp
@@ -92,7 +92,7 @@ buildscript {
9292
mavenCentral()
9393
}
9494
dependencies {
95-
classpath 'org.ysb33r.gradle:vfs-gradle-plugin:0.5.1'
95+
classpath 'org.ysb33r.gradle:vfs-gradle-plugin:1.0.1'
9696
classpath 'commons-net:commons-net:3.+' // If you want to use ftp
9797
classpath 'commons-httpclient:commons-httpclient:3.1' // If you want http/https
9898
classpath 'com.jcraft:jsch:0.1.48' // If you want sftp

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ buildscript {
2727
allprojects {
2828
ext {
2929
versionModifier = ''
30-
versionNumber = '1.0'
30+
versionNumber = '1.0.1'
3131
modulesWithGroovyDoc = [
3232
'dsl',
3333
'gradle-plugin',

dsl/RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@
4646

4747
## 0.01
4848
+ Initial release
49-
+ Support for `cp`, `ls`, `cat`
49+
+ Support for `cp`, `ls`, `cat`

0 commit comments

Comments
 (0)