Skip to content

Commit caec3c2

Browse files
update notice_gem and version
1 parent a7b30f3 commit caec3c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NOTICE_GEM

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ They are licensed under the Apache Software License, Version 2.0.
1414
The gem distribution of this product includes JARs of the Jakarta Bean Validation API 1.1 (https://beanvalidation.org/1.1/), as-is.
1515
It is licensed under the Apache Software License, Version 2.0.
1616

17-
The gem distribution of this product includes JARs of Apache Commons IO, Commons Logging, Commons Virtual File System, as-is.
17+
The gem distribution of this product includes JARs of Apache Commons IO, Commons Logging, Commons Virtual File System, Commons BeanUtils, Commons Lang, BVal, as-is.
1818
They are licensed under the Apache Software License, Version 2.0.
1919

2020
The gem distribution of this product includes JARs of JSch - Java Secure Channel (http://www.jcraft.com/jsch/), as-is.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories {
1313
}
1414

1515
group = "org.embulk"
16-
version = "0.3.1"
16+
version = "0.3.1-SNAPSHOT"
1717
description = "Stores files on SFTP server."
1818

1919
sourceCompatibility = 1.8

0 commit comments

Comments
 (0)