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 e2f7afd commit caa1d60Copy full SHA for caa1d60
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>io.frictionlessdata</groupId>
5
<artifactId>tableschema-java</artifactId>
6
- <version>0.7.1-SNAPSHOT</version>
+ <version>0.7.2-SNAPSHOT</version>
7
<packaging>jar</packaging>
8
<issueManagement>
9
<url>https://github.com/frictionlessdata/tableschema-java/issues</url>
@@ -201,7 +201,9 @@
201
<executions>
202
<execution>
203
<goals>
204
+ <!--
205
<goal>check</goal>
206
+ -->
207
</goals>
208
</execution>
209
</executions>
0 commit comments