diff --git a/partition-core/pom.xml b/partition-core/pom.xml index 790cfc1d91dce4b1e2259470cb021f423cd2f096..b2072ad6ef7e98b805555700ac21a1b3e1397b1c 100644 --- a/partition-core/pom.xml +++ b/partition-core/pom.xml @@ -14,20 +14,18 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.opengroup.osdu</groupId> <artifactId>partition-core</artifactId> - <version>1.0.0</version> + <version>0.6.0-SNAPSHOT</version> <description>Core project for the partition service</description> <packaging>jar</packaging> <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>partition</artifactId> - <version>1.0.0</version> + <version>0.6.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/provider/partition-aws/pom.xml b/provider/partition-aws/pom.xml index b88bf7b95586a88e8d3e209d8278623bafdc4c51..9aa9eaa0d4e08ba763e879adabbdefd5965bfd45 100644 --- a/provider/partition-aws/pom.xml +++ b/provider/partition-aws/pom.xml @@ -21,13 +21,13 @@ <parent> <artifactId>partition</artifactId> <groupId>org.opengroup.osdu</groupId> - <version>1.0.0</version> + <version>0.6.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>partition-aws</artifactId> - <version>1.0.0</version> + <version>0.6.0-SNAPSHOT</version> <description>Partition service on AWS</description> <packaging>jar</packaging> @@ -63,7 +63,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>partition-core</artifactId> - <version>1.0.0</version> + <version>0.6.0-SNAPSHOT</version> </dependency> <!-- AWS managed packages --> diff --git a/provider/partition-azure/pom.xml b/provider/partition-azure/pom.xml index f92bf2c8458be6e77c01c569795aa45af9319261..ed4c417a429f3eba61406c167f9265e0b965dca9 100644 --- a/provider/partition-azure/pom.xml +++ b/provider/partition-azure/pom.xml @@ -1,22 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>partition</artifactId> <groupId>org.opengroup.osdu</groupId> - <version>1.0.0</version> + <version>0.6.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>partition-azure</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <description>Partition service on Azure</description> <packaging>jar</packaging> <properties> - <osdu.partition-core.version>1.0.0</osdu.partition-core.version> + <osdu.partition-core.version>0.6.0-SNAPSHOT</osdu.partition-core.version> <osdu.corelibazure.version>0.0.44</osdu.corelibazure.version> <osdu.oscorecommon.version>0.3.16</osdu.oscorecommon.version> <azure.version>2.3.5</azure.version> diff --git a/provider/partition-gcp/pom.xml b/provider/partition-gcp/pom.xml index 38fe26ba433b499fe033a35a602632c6ebd9f941..54335188b22ada20ce58056411c70f0bcbdbcf10 100644 --- a/provider/partition-gcp/pom.xml +++ b/provider/partition-gcp/pom.xml @@ -1,18 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>partition</artifactId> <groupId>org.opengroup.osdu</groupId> - <version>1.0.0</version> + <version>0.6.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>partition-gcp</artifactId> - <version>1.0.0</version> + <version>0.6.0-SNAPSHOT</version> <description>Partition service on GCP</description> <packaging>jar</packaging> @@ -21,7 +19,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>partition-core</artifactId> - <version>1.0.0</version> + <version>0.6.0-SNAPSHOT</version> </dependency> <dependency> diff --git a/provider/partition-ibm/pom.xml b/provider/partition-ibm/pom.xml index 65be31fae77cd265997b26ea665b4a7c05dcab2e..90dcd2ef15c445926c8d09cdfb24efa7580152d5 100644 --- a/provider/partition-ibm/pom.xml +++ b/provider/partition-ibm/pom.xml @@ -9,13 +9,13 @@ <parent> <artifactId>partition</artifactId> <groupId>org.opengroup.osdu</groupId> - <version>1.0.0</version> + <version>0.6.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>partition-ibm</artifactId> - <version>1.0.0</version> + <version>0.6.0-SNAPSHOT</version> <description>Partition service on IBM</description> <packaging>jar</packaging> @@ -38,7 +38,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>partition-core</artifactId> - <version>1.0.0</version> + <version>0.6.0-SNAPSHOT</version> </dependency> diff --git a/testing/partition-test-aws/pom.xml b/testing/partition-test-aws/pom.xml index 836fec1116886c13e55ee60faaf69e4c0ef8a637..d0dae2e9f980bc12b21247a1fa42d07d171dcba1 100644 --- a/testing/partition-test-aws/pom.xml +++ b/testing/partition-test-aws/pom.xml @@ -14,21 +14,19 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-partition-testing</artifactId> - <version>0.0.5-SNAPSHOT</version> + <version>0.6.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.0.1-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <packaging>jar</packaging> <properties> @@ -67,7 +65,7 @@ <dependency> <groupId>org.opengroup.osdu.partition</groupId> <artifactId>partition-test-core</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> </dependency> <dependency> diff --git a/testing/partition-test-azure/pom.xml b/testing/partition-test-azure/pom.xml index 9c6bce0d643880902ef707fe0b5cec9871eb2493..0f2578ae1ed5deb1f01b0479fdc1fca4e530e62e 100644 --- a/testing/partition-test-azure/pom.xml +++ b/testing/partition-test-azure/pom.xml @@ -14,21 +14,19 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-partition-testing</artifactId> - <version>0.0.5-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.opengroup.osdu.partition</groupId> <artifactId>partition-test-azure</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <packaging>jar</packaging> <properties> @@ -67,7 +65,7 @@ <dependency> <groupId>org.opengroup.osdu.partition</groupId> <artifactId>partition-test-core</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> </dependency> <dependency> diff --git a/testing/partition-test-core/pom.xml b/testing/partition-test-core/pom.xml index 654cea6c396012a620b64687274e57e6a0e1f2ec..ae0a1b1b34390948f936d637a09190e3b464e5e6 100644 --- a/testing/partition-test-core/pom.xml +++ b/testing/partition-test-core/pom.xml @@ -14,21 +14,19 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-partition-testing</artifactId> - <version>0.0.5-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.opengroup.osdu.partition</groupId> <artifactId>partition-test-core</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <packaging>jar</packaging> <properties> diff --git a/testing/partition-test-gcp/pom.xml b/testing/partition-test-gcp/pom.xml index ceffa5abbf5f36ac1aa62046745996cf25233534..aece401914d619db3b01ea903c2e0c5155323706 100644 --- a/testing/partition-test-gcp/pom.xml +++ b/testing/partition-test-gcp/pom.xml @@ -1,20 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-partition-testing</artifactId> - <version>0.0.5-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.opengroup.osdu.partition</groupId> <artifactId>partition-test-gcp</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <packaging>jar</packaging> <properties> @@ -59,7 +57,7 @@ <dependency> <groupId>org.opengroup.osdu.partition</groupId> <artifactId>partition-test-core</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> </dependency> <dependency> diff --git a/testing/partition-test-ibm/pom.xml b/testing/partition-test-ibm/pom.xml index 7979e3fc61177ae109cdc43d403d3907c2f997e9..0156cb0580c2258392c4048e557bcd18a75785c6 100644 --- a/testing/partition-test-ibm/pom.xml +++ b/testing/partition-test-ibm/pom.xml @@ -1,20 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-partition-testing</artifactId> - <version>0.0.5-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.opengroup.osdu.partition</groupId> <artifactId>partition-test-ibm</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <packaging>jar</packaging> <properties> @@ -60,7 +58,7 @@ <dependency> <groupId>org.opengroup.osdu.partition</groupId> <artifactId>partition-test-core</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> </dependency> <dependency> diff --git a/testing/pom.xml b/testing/pom.xml index 968391ca62475ef24986a34968a4220227420939..b57f8680407d75636c78513338dbc24755431409 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -14,13 +14,11 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.opengroup.osdu</groupId> <artifactId>os-partition-testing</artifactId> - <version>0.0.5-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <description>Root partition test project</description> <packaging>pom</packaging>