From 54f1fc4f9af4ee2055a512fd7f930f49e09321fb Mon Sep 17 00:00:00 2001 From: Jeroen van den Bos Date: Sat, 16 Dec 2017 14:15:55 +0100 Subject: [PATCH] Prepared poms for next release. --- core/pom.xml | 2 +- formats/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 38674551..0540042f 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -3,7 +3,7 @@ io.parsingdata metal - 7.1.0 + 7.2.0-SNAPSHOT metal-core ${project.groupId}:${project.artifactId} diff --git a/formats/pom.xml b/formats/pom.xml index 167869e7..322b53de 100644 --- a/formats/pom.xml +++ b/formats/pom.xml @@ -3,7 +3,7 @@ io.parsingdata metal - 7.1.0 + 7.2.0-SNAPSHOT metal-formats ${project.groupId}:${project.artifactId} diff --git a/pom.xml b/pom.xml index d1bcf74b..e098bde1 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ io.parsingdata metal ${project.groupId}:${project.artifactId} - 7.1.0 + 7.2.0-SNAPSHOT pom http://parsingdata.io/ A Java library for parsing binary data formats, using declarative descriptions.