We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4479844 commit 31ea7deCopy full SHA for 31ea7de
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.3.1-SNAPSHOT</version>
+ <version>0.4.0-SNAPSHOT</version>
7
<packaging>jar</packaging>
8
<issueManagement>
9
<url>https://github.com/frictionlessdata/datapackage-java/issues</url>
@@ -20,7 +20,7 @@
20
<java.version>8</java.version>
21
<maven.compiler.source>${java.version}</maven.compiler.source>
22
<maven.compiler.target>${java.version}</maven.compiler.target>
23
- <tableschema-java-version>0.3.1</tableschema-java-version>
+ <tableschema-java-version>0.4.0</tableschema-java-version>
24
<hamcrest.version>1.3</hamcrest.version>
25
<junit.version>5.9.1</junit.version>
26
<slf4j-simple.version>2.0.5</slf4j-simple.version>
0 commit comments