From 24abd02fce74ece54af17f012e2de128064fc85b Mon Sep 17 00:00:00 2001 From: Matt Wise <wsmatth@amazon.com> Date: Tue, 22 Jun 2021 14:13:07 -0400 Subject: [PATCH] fix test pom versions --- testing/partition-test-aws/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/partition-test-aws/pom.xml b/testing/partition-test-aws/pom.xml index bd829d146..9fa4e5d99 100644 --- a/testing/partition-test-aws/pom.xml +++ b/testing/partition-test-aws/pom.xml @@ -19,14 +19,14 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-partition-testing</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.10.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.opengroup.osdu.partition</groupId> <artifactId>partition-test-aws</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.10.0-SNAPSHOT</version> <packaging>jar</packaging> <properties> @@ -65,7 +65,7 @@ <dependency> <groupId>org.opengroup.osdu.partition</groupId> <artifactId>partition-test-core</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.10.0-SNAPSHOT</version> </dependency> <dependency> -- GitLab