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 0f5ad3d commit e2f7afdCopy full SHA for e2f7afd
.github/workflows/maven.yml
@@ -26,5 +26,3 @@ jobs:
26
run: mvn -B package --file pom.xml
27
- name: Run test and coverage report
28
run: mvn clean test jacoco:report
29
- - name: Run dependency check
30
- run: mvn org.owasp:dependency-check-maven:check
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.0-SNAPSHOT</version>
+ <version>0.7.1-SNAPSHOT</version>
7
<packaging>jar</packaging>
8
<issueManagement>
9
<url>https://github.com/frictionlessdata/tableschema-java/issues</url>
0 commit comments