From 6ad0d5265cad60b83349e1d12a030966339c9e8e Mon Sep 17 00:00:00 2001 From: David Diederich <d.diederich@opengroup.org> Date: Mon, 8 Feb 2021 23:42:34 -0500 Subject: [PATCH] Update version of default branch to 0.6.0-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a787a9a2f..f04c5491b 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.opengroup.osdu</groupId> <artifactId>partition</artifactId> - <version>1.0.0</version> + <version>0.6.0-SNAPSHOT</version> <description>Partition Service</description> <properties> -- GitLab