We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d5b3c2 commit da48924Copy full SHA for da48924
1 file changed
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>io.frictionlessdata</groupId>
5
<artifactId>datapackage-java</artifactId>
6
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.2.1-SNAPSHOT</version>
7
<packaging>jar</packaging>
8
<issueManagement>
9
<url>https://github.com/frictionlessdata/datapackage-java/issues</url>
@@ -19,7 +19,7 @@
19
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
20
<maven.compiler.source>1.8</maven.compiler.source>
21
<maven.compiler.target>1.8</maven.compiler.target>
22
- <tableschema-java-version>0.2.0</tableschema-java-version>
+ <tableschema-java-version>0.2.1</tableschema-java-version>
23
<hamcrest.version>1.3</hamcrest.version>
24
<junit.version>5.8.2</junit.version>
25
<slf4j-simple.version>1.7.36</slf4j-simple.version>
0 commit comments