Skip to content
Snippets Groups Projects
Commit da68e81c authored by Morris Estepa's avatar Morris Estepa
Browse files

Merge branch 'master' into master-dev-merge

parents 89bac170 f37e4f49
No related branches found
No related tags found
1 merge request!497M18 service and CICD updates
......@@ -408,7 +408,6 @@ The following software have components provided under the terms of this license:
- GAX (Google Api eXtensions) for Java (gRPC) (from <https://repo1.maven.org/maven2/com/google/api/gax-grpc>, https://repo1.maven.org/maven2/com/google/api/gax-grpc)
- Hamcrest (from http://hamcrest.org/JavaHamcrest/)
- Hamcrest Core (from http://hamcrest.org/, http://hamcrest.org/JavaHamcrest/, https://repo1.maven.org/maven2/org/hamcrest/hamcrest-core)
- HdrHistogram (from http://hdrhistogram.github.io/HdrHistogram/)
- Jodd BeanUtil (from http://jodd.org)
- Jodd Core (from http://jodd.org)
- Lucene Common Analyzers (from <https://repo1.maven.org/maven2/org/apache/lucene/lucene-analyzers-common>, https://repo1.maven.org/maven2/org/apache/lucene/lucene-analyzers-common)
......
......@@ -17,7 +17,7 @@
<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-search</artifactId>
<artifactId>os-search-testing</artifactId>
<version>0.21.0-SNAPSHOT</version>
<description>Search Service Integration Test Root Project</description>
<packaging>pom</packaging>
......
......@@ -19,7 +19,7 @@
<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>os-search</artifactId>
<artifactId>os-search-testing</artifactId>
<groupId>org.opengroup.osdu</groupId>
<version>0.21.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
......
......@@ -19,7 +19,7 @@
<parent>
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-search</artifactId>
<artifactId>os-search-testing</artifactId>
<version>0.21.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
......@@ -47,7 +47,7 @@
<dependency>
<groupId>org.opengroup.osdu.core.aws</groupId>
<artifactId>os-core-lib-aws</artifactId>
<version>0.14.0-rc2</version>
<version>0.21.0-rc1</version>
</dependency>
<!-- Third party Apache 2.0 license packages -->
<dependency>
......
......@@ -20,7 +20,7 @@
<parent>
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-search</artifactId>
<artifactId>os-search-testing</artifactId>
<version>0.21.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
......
......@@ -4,7 +4,7 @@
<parent>
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-search</artifactId>
<artifactId>os-search-testing</artifactId>
<version>0.21.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
......
......@@ -4,7 +4,7 @@
<parent>
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-search</artifactId>
<artifactId>os-search-testing</artifactId>
<version>0.21.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
......
......@@ -4,7 +4,7 @@
<parent>
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-search</artifactId>
<artifactId>os-search-testing</artifactId>
<version>0.21.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment