We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ff3c2 commit d5cddb1Copy full SHA for d5cddb1
1 file changed
pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>io.frictionlessdata</groupId>
6
<artifactId>datapackage-java</artifactId>
7
- <version>0.6.7-SNAPSHOT</version>
+ <version>0.6.8-SNAPSHOT</version>
8
<packaging>jar</packaging>
9
<issueManagement>
10
<url>https://github.com/frictionlessdata/datapackage-java/issues</url>
@@ -22,7 +22,7 @@
22
<java.version>8</java.version>
23
<maven.compiler.source>${java.version}</maven.compiler.source>
24
<maven.compiler.target>${java.version}</maven.compiler.target>
25
- <tableschema-java-version>0.6.7</tableschema-java-version>
+ <tableschema-java-version>0.6.8</tableschema-java-version>
26
<hamcrest.version>1.3</hamcrest.version>
27
<junit.version>5.9.1</junit.version>
28
<slf4j-simple.version>2.0.5</slf4j-simple.version>
0 commit comments