Skip to content

Commit da48924

Browse files
Version update of Tableschema lib
1 parent 3d5b3c2 commit da48924

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.frictionlessdata</groupId>
55
<artifactId>datapackage-java</artifactId>
6-
<version>0.2.0-SNAPSHOT</version>
6+
<version>0.2.1-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<issueManagement>
99
<url>https://github.com/frictionlessdata/datapackage-java/issues</url>
@@ -19,7 +19,7 @@
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2020
<maven.compiler.source>1.8</maven.compiler.source>
2121
<maven.compiler.target>1.8</maven.compiler.target>
22-
<tableschema-java-version>0.2.0</tableschema-java-version>
22+
<tableschema-java-version>0.2.1</tableschema-java-version>
2323
<hamcrest.version>1.3</hamcrest.version>
2424
<junit.version>5.8.2</junit.version>
2525
<slf4j-simple.version>1.7.36</slf4j-simple.version>

0 commit comments

Comments
 (0)