From f0d03b92ddb5a9b706aad19e57661b911543a306 Mon Sep 17 00:00:00 2001 From: Jeroen van den Bos Date: Tue, 26 Jul 2016 14:21:56 +0200 Subject: [PATCH] Prepared poms for 4.0.0 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 80238616..37797ded 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -3,7 +3,7 @@ io.parsingdata metal-parent - 4.0.0-SNAPSHOT + 4.0.0 metal-core ${project.groupId}:${project.artifactId} diff --git a/formats/pom.xml b/formats/pom.xml index 162a3a87..d29c09ad 100644 --- a/formats/pom.xml +++ b/formats/pom.xml @@ -3,7 +3,7 @@ io.parsingdata metal-parent - 4.0.0-SNAPSHOT + 4.0.0 metal-formats ${project.groupId}:${project.artifactId} diff --git a/pom.xml b/pom.xml index c7a35971..06d2bc34 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ io.parsingdata metal-parent ${project.groupId}:${project.artifactId} - 4.0.0-SNAPSHOT + 4.0.0 pom http://parsingdata.io/ A Java library for parsing binary data formats, using declarative descriptions.