Skip to content

Commit 64efca7

Browse files
Created a "write()" method in Package that accepts a Consumer-function for usecase-specific manipulation of the package contents.
1 parent c818c88 commit 64efca7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.frictionlessdata</groupId>
66
<artifactId>datapackage-java</artifactId>
7-
<version>0.6.13-SNAPSHOT</version>
7+
<version>0.6.14-SNAPSHOT</version>
88
<packaging>jar</packaging>
99
<issueManagement>
1010
<url>https://github.com/frictionlessdata/datapackage-java/issues</url>
@@ -22,7 +22,7 @@
2222
<java.version>8</java.version>
2323
<maven.compiler.source>${java.version}</maven.compiler.source>
2424
<maven.compiler.target>${java.version}</maven.compiler.target>
25-
<tableschema-java-version>0.6.13</tableschema-java-version>
25+
<tableschema-java-version>0.6.14</tableschema-java-version>
2626
<hamcrest.version>1.3</hamcrest.version>
2727
<junit.version>5.9.1</junit.version>
2828
<slf4j-simple.version>2.0.5</slf4j-simple.version>

0 commit comments

Comments
 (0)