Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Search
Commits
ede85fb0
Commit
ede85fb0
authored
Mar 08, 2021
by
David Diederich
Browse files
Update version of default branch to 0.8.0-SNAPSHOT
parent
137a1a72
Pipeline
#31300
failed with stages
in 58 minutes and 10 seconds
Changes
14
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
ede85fb0
...
...
@@ -18,7 +18,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-search
</artifactId>
<version>
0.
6
.0-SNAPSHOT
</version>
<version>
0.
8
.0-SNAPSHOT
</version>
<description>
Root Search Service Project
</description>
<packaging>
pom
</packaging>
...
...
provider/search-aws/pom.xml
View file @
ede85fb0
...
...
@@ -19,7 +19,7 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-search
</artifactId>
<version>
0.
6
.0-SNAPSHOT
</version>
<version>
0.
8
.0-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
@@ -27,7 +27,7 @@
<artifactId>
search-aws
</artifactId>
<description>
Search Service on AWS
</description>
<packaging>
jar
</packaging>
<version>
0.
6
.0-SNAPSHOT
</version>
<version>
0.
8
.0-SNAPSHOT
</version>
<properties>
<maven.compiler.target>
1.8
</maven.compiler.target>
<maven.compiler.source>
1.8
</maven.compiler.source>
...
...
@@ -46,7 +46,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
search-core
</artifactId>
<version>
0.
6
.0-SNAPSHOT
</version>
<version>
0.
8
.0-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
org.opengroup.osdu.core.aws
</groupId>
...
...
provider/search-azure/pom.xml
View file @
ede85fb0
...
...
@@ -20,13 +20,13 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-search
</artifactId>
<version>
0.
6
.0-SNAPSHOT
</version>
<version>
0.
8
.0-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
<packaging>
jar
</packaging>
<artifactId>
search-azure
</artifactId>
<version>
0.
6
.0-SNAPSHOT
</version>
<version>
0.
8
.0-SNAPSHOT
</version>
<properties>
<maven.compiler.target>
1.8
</maven.compiler.target>
...
...
@@ -38,7 +38,7 @@
<springboot.version>
2.1.7.RELEASE
</springboot.version>
<osdu.corelibazure.version>
0.0.41
</osdu.corelibazure.version>
<osdu.oscorecommon.version>
0.3.16
</osdu.oscorecommon.version>
<osdu.search-core.version>
0.
6
.0-SNAPSHOT
</osdu.search-core.version>
<osdu.search-core.version>
0.
8
.0-SNAPSHOT
</osdu.search-core.version>
<spatial4j.version>
0.7
</spatial4j.version>
<jts-io-common.version>
1.15.0
</jts-io-common.version>
<azure.appservice.resourcegroup
/>
...
...
provider/search-byoc/pom.xml
View file @
ede85fb0
...
...
@@ -18,14 +18,14 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
search-byoc
</artifactId>
<version>
0.
6
.0-SNAPSHOT
</version>
<version>
0.
8
.0-SNAPSHOT
</version>
<description>
In memory implementation of Search service APIs
</description>
<packaging>
jar
</packaging>
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-search
</artifactId>
<version>
0.
6
.0-SNAPSHOT
</version>
<version>
0.
8
.0-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
@@ -43,7 +43,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
search-core
</artifactId>
<version>
0.
6
.0-SNAPSHOT
</version>
<version>
0.
8
.0-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
...
...
provider/search-gcp/pom.xml
View file @
ede85fb0
...
...
@@ -18,14 +18,14 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
search-gcp
</artifactId>
<version>
0.
6
.0-SNAPSHOT
</version>
<version>
0.
8
.0-SNAPSHOT
</version>
<description>
Google cloud implementation of Search service APIs
</description>
<packaging>
jar
</packaging>
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-search
</artifactId>
<version>
0.
6
.0-SNAPSHOT
</version>
<version>
0.
8
.0-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
@@ -44,7 +44,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
search-core
</artifactId>
<version>
0.
6
.0-SNAPSHOT
</version>
<version>
0.
8
.0-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
...
...
provider/search-ibm/pom.xml
View file @
ede85fb0
...
...
@@ -13,7 +13,7 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-search
</artifactId>
<version>
0.
6
.0-SNAPSHOT
</version>
<version>
0.
8
.0-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
@@ -35,7 +35,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
search-core
</artifactId>
<version>
0.
6
.0-SNAPSHOT
</version>
<version>
0.
8
.0-SNAPSHOT
</version>
<exclusions>
<exclusion>
<groupId>
com.nimbusds
</groupId>
...
...
provider/search-reference/pom.xml
View file @
ede85fb0
...
...
@@ -4,13 +4,13 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-search
</artifactId>
<version>
0.
6
.0-SNAPSHOT
</version>
<version>
0.
8
.0-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
search-reference
</artifactId>
<version>
0.
6
.0-SNAPSHOT
</version>
<version>
0.
8
.0-SNAPSHOT
</version>
<description>
MongoDB implementation of Search service APIs
</description>
<packaging>
jar
</packaging>
...
...
@@ -28,7 +28,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
search-core
</artifactId>
<version>
0.
6
.0-SNAPSHOT
</version>
<version>
0.
8
.0-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
...
...
search-core/pom.xml
View file @
ede85fb0
...
...
@@ -18,14 +18,14 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
search-core
</artifactId>
<version>
0.
6
.0-SNAPSHOT
</version>
<version>
0.
8
.0-SNAPSHOT
</version>
<description>
Core project for the Search service
</description>
<packaging>
jar
</packaging>
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-search
</artifactId>
<version>
0.
6
.0-SNAPSHOT
</version>
<version>
0.
8
.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
testing/integration-tests/pom.xml
View file @
ede85fb0
...
...
@@ -18,7 +18,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-search
</artifactId>
<version>
0.
6
.0-SNAPSHOT
</version>
<version>
0.
8
.0-SNAPSHOT
</version>
<description>
Search Service Integration Test Root Project
</description>
<packaging>
pom
</packaging>
...
...
testing/integration-tests/search-test-aws/pom.xml
View file @
ede85fb0
...
...
@@ -20,13 +20,13 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-search
</artifactId>
<version>
0.
6
.0-SNAPSHOT
</version>
<version>
0.
8
.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<groupId>
org.opengroup.osdu.search
</groupId>
<artifactId>
search-test-aws
</artifactId>
<version>
0.
6
.0-SNAPSHOT
</version>
<version>
0.
8
.0-SNAPSHOT
</version>
<properties>
<maven.compiler.target>
1.8
</maven.compiler.target>
...
...
@@ -40,7 +40,7 @@
<dependency>
<groupId>
org.opengroup.osdu.search
</groupId>
<artifactId>
search-test-core
</artifactId>
<version>
0.
6
.0-SNAPSHOT
</version>
<version>
0.
8
.0-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
org.opengroup.osdu.core.aws
</groupId>
...
...
testing/integration-tests/search-test-azure/pom.xml
View file @
ede85fb0
...
...
@@ -21,13 +21,13 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-search
</artifactId>
<version>
0.
6
.0-SNAPSHOT
</version>
<version>
0.
8
.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<groupId>
org.opengroup.osdu.search
</groupId>
<artifactId>
search-test-azure
</artifactId>
<version>
0.
6
.0-SNAPSHOT
</version>
<version>
0.
8
.0-SNAPSHOT
</version>
<properties>
<maven.compiler.target>
1.8
</maven.compiler.target>
...
...
@@ -52,7 +52,7 @@
<dependency>
<groupId>
org.opengroup.osdu.search
</groupId>
<artifactId>
search-test-core
</artifactId>
<version>
0.
6
.0-SNAPSHOT
</version>
<version>
0.
8
.0-SNAPSHOT
</version>
</dependency>
<!-- Cucumber -->
...
...
testing/integration-tests/search-test-core/pom.xml
View file @
ede85fb0
...
...
@@ -5,13 +5,13 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-search
</artifactId>
<version>
0.
6
.0-SNAPSHOT
</version>
<version>
0.
8
.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<groupId>
org.opengroup.osdu.search
</groupId>
<artifactId>
search-test-core
</artifactId>
<version>
0.
6
.0-SNAPSHOT
</version>
<version>
0.
8
.0-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<properties>
...
...
testing/integration-tests/search-test-gcp/pom.xml
View file @
ede85fb0
...
...
@@ -5,13 +5,13 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-search
</artifactId>
<version>
0.
6
.0-SNAPSHOT
</version>
<version>
0.
8
.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<groupId>
org.opengroup.osdu.search
</groupId>
<artifactId>
search-test-gcp
</artifactId>
<version>
0.
6
.0-SNAPSHOT
</version>
<version>
0.
8
.0-SNAPSHOT
</version>
<properties>
<maven.compiler.target>
1.8
</maven.compiler.target>
...
...
@@ -36,7 +36,7 @@
<dependency>
<groupId>
org.opengroup.osdu.search
</groupId>
<artifactId>
search-test-core
</artifactId>
<version>
0.
6
.0-SNAPSHOT
</version>
<version>
0.
8
.0-SNAPSHOT
</version>
</dependency>
<!-- Cucumber -->
...
...
testing/integration-tests/search-test-ibm/pom.xml
View file @
ede85fb0
...
...
@@ -5,13 +5,13 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-search
</artifactId>
<version>
0.
6
.0-SNAPSHOT
</version>
<version>
0.
8
.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<groupId>
org.opengroup.osdu.search
</groupId>
<artifactId>
search-test-ibm
</artifactId>
<version>
0.
6
.0-SNAPSHOT
</version>
<version>
0.
8
.0-SNAPSHOT
</version>
<properties>
<maven.compiler.target>
1.8
</maven.compiler.target>
...
...
@@ -25,7 +25,7 @@
<dependency>
<groupId>
org.opengroup.osdu.search
</groupId>
<artifactId>
search-test-core
</artifactId>
<version>
0.
6
.0-SNAPSHOT
</version>
<version>
0.
8
.0-SNAPSHOT
</version>
</dependency>
<dependency>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment