Skip to content

Commit

Permalink
7.1.0 release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdb committed Dec 14, 2017
1 parent da7e817 commit 2f79e01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.parsingdata</groupId>
<artifactId>metal</artifactId>
<version>7.1.0-SNAPSHOT</version>
<version>7.1.0</version>
</parent>
<artifactId>metal-core</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion formats/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.parsingdata</groupId>
<artifactId>metal</artifactId>
<version>7.1.0-SNAPSHOT</version>
<version>7.1.0</version>
</parent>
<artifactId>metal-formats</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>io.parsingdata</groupId>
<artifactId>metal</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<version>7.1.0-SNAPSHOT</version>
<version>7.1.0</version>
<packaging>pom</packaging>
<url>http://parsingdata.io/</url>
<description>A Java library for parsing binary data formats, using declarative descriptions.</description>
Expand Down

0 comments on commit 2f79e01

Please sign in to comment.