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
97c29ead
Commit
97c29ead
authored
Feb 09, 2021
by
David Diederich
Browse files
Updating all POM files to match the same version number
parent
25a7d9fc
Pipeline
#25977
passed with stages
in 30 minutes and 31 seconds
Changes
14
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
97c29ead
...
...
@@ -14,8 +14,7 @@
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-search
</artifactId>
...
...
@@ -27,7 +26,7 @@
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
2.1.18.RELEASE
</version>
<relativePath/>
<relativePath
/>
</parent>
<properties>
...
...
provider/search-aws/pom.xml
View file @
97c29ead
...
...
@@ -14,13 +14,12 @@
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-search
</artifactId>
<version>
0.
0.5
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
@@ -28,7 +27,7 @@
<artifactId>
search-aws
</artifactId>
<description>
Search Service on AWS
</description>
<packaging>
jar
</packaging>
<version>
${version.number}
</version>
<version>
0.6.0-SNAPSHOT
</version>
<properties>
<maven.compiler.target>
1.8
</maven.compiler.target>
<maven.compiler.source>
1.8
</maven.compiler.source>
...
...
@@ -47,7 +46,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
search-core
</artifactId>
<version>
0.
0.5
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
org.opengroup.osdu.core.aws
</groupId>
...
...
provider/search-azure/pom.xml
View file @
97c29ead
...
...
@@ -14,20 +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-search
</artifactId>
<version>
0.
0.5
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
<packaging>
jar
</packaging>
<artifactId>
search-azure
</artifactId>
<version>
0.
0.6
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<properties>
<maven.compiler.target>
1.8
</maven.compiler.target>
...
...
@@ -39,13 +38,13 @@
<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.
0.5
-SNAPSHOT
</osdu.search-core.version>
<osdu.search-core.version>
0.
6.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
></azure.appservice.resourcegroup
>
<azure.appservice.plan
></azure.appservice.plan
>
<azure.appservice.appname
></azure.appservice.appname
>
<azure.appservice.subscription
></azure.appservice.subscription
>
<azure.appservice.resourcegroup
/
>
<azure.appservice.plan
/
>
<azure.appservice.appname
/
>
<azure.appservice.subscription
/
>
</properties>
<dependencyManagement>
...
...
provider/search-byoc/pom.xml
View file @
97c29ead
...
...
@@ -14,19 +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>
search-byoc
</artifactId>
<version>
0.
0.5
-SNAPSHOT
</version>
<version>
0.
6.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.
0.5
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
@@ -44,7 +43,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
search-core
</artifactId>
<version>
0.
0.5
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
...
...
provider/search-gcp/pom.xml
View file @
97c29ead
...
...
@@ -14,19 +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>
search-gcp
</artifactId>
<version>
0.
0.5
-SNAPSHOT
</version>
<version>
0.
6.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.
0.5
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
@@ -45,7 +44,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
search-core
</artifactId>
<version>
0.
0.5
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
...
...
provider/search-ibm/pom.xml
View file @
97c29ead
...
...
@@ -7,15 +7,13 @@
OR CONDITIONS OF ANY KIND, either express or implied. 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-search
</artifactId>
<version>
0.
0.5
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
@@ -37,7 +35,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
search-core
</artifactId>
<version>
0.
0.5
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<exclusions>
<exclusion>
<groupId>
com.nimbusds
</groupId>
...
...
provider/search-reference/pom.xml
View file @
97c29ead
<?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-search
</artifactId>
<version>
0.
0.5
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
search-reference
</artifactId>
<version>
0.
0.5
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<description>
MongoDB implementation of Search service APIs
</description>
<packaging>
jar
</packaging>
...
...
@@ -30,7 +28,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
search-core
</artifactId>
<version>
0.
0.5
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
...
...
search-core/pom.xml
View file @
97c29ead
...
...
@@ -14,19 +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>
search-core
</artifactId>
<version>
0.
0.5
-SNAPSHOT
</version>
<version>
0.
6.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.
0.5
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
testing/integration-tests/pom.xml
View file @
97c29ead
...
...
@@ -14,12 +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-search
</artifactId>
<version>
0.
0.5
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<description>
Search Service Integration Test Root Project
</description>
<packaging>
pom
</packaging>
...
...
testing/integration-tests/search-test-aws/pom.xml
View file @
97c29ead
...
...
@@ -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-search
</artifactId>
<version>
0.
0.5
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<groupId>
org.opengroup.osdu.search
</groupId>
<artifactId>
search-test-aws
</artifactId>
<version>
0.
0.2
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<properties>
<maven.compiler.target>
1.8
</maven.compiler.target>
...
...
@@ -41,7 +39,7 @@
<dependency>
<groupId>
org.opengroup.osdu.search
</groupId>
<artifactId>
search-test-core
</artifactId>
<version>
0.
0.2
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
org.opengroup.osdu.core.aws
</groupId>
...
...
testing/integration-tests/search-test-azure/pom.xml
View file @
97c29ead
...
...
@@ -15,21 +15,19 @@
~ 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-search
</artifactId>
<version>
0.
0.5
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<groupId>
org.opengroup.osdu.search
</groupId>
<artifactId>
search-test-azure
</artifactId>
<version>
0.
0.2
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<properties>
<maven.compiler.target>
1.8
</maven.compiler.target>
...
...
@@ -53,7 +51,7 @@
<dependency>
<groupId>
org.opengroup.osdu.search
</groupId>
<artifactId>
search-test-core
</artifactId>
<version>
0.
0.2
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
</dependency>
<!-- Cucumber -->
...
...
testing/integration-tests/search-test-core/pom.xml
View file @
97c29ead
<?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-search
</artifactId>
<version>
0.
0.5
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<groupId>
org.opengroup.osdu.search
</groupId>
<artifactId>
search-test-core
</artifactId>
<version>
0.
0.2
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<properties>
...
...
testing/integration-tests/search-test-gcp/pom.xml
View file @
97c29ead
<?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-search
</artifactId>
<version>
0.
0.5
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<groupId>
org.opengroup.osdu.search
</groupId>
<artifactId>
search-test-gcp
</artifactId>
<version>
0.
0.2
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<properties>
<maven.compiler.target>
1.8
</maven.compiler.target>
...
...
@@ -37,7 +35,7 @@
<dependency>
<groupId>
org.opengroup.osdu.search
</groupId>
<artifactId>
search-test-core
</artifactId>
<version>
0.
0.2
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
</dependency>
<!-- Cucumber -->
...
...
testing/integration-tests/search-test-ibm/pom.xml
View file @
97c29ead
<?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-search
</artifactId>
<version>
0.
0.5
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<groupId>
org.opengroup.osdu.search
</groupId>
<artifactId>
search-test-ibm
</artifactId>
<version>
0.
0.2
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<properties>
<maven.compiler.target>
1.8
</maven.compiler.target>
...
...
@@ -26,7 +24,7 @@
<dependency>
<groupId>
org.opengroup.osdu.search
</groupId>
<artifactId>
search-test-core
</artifactId>
<version>
0.
0.2
-SNAPSHOT
</version>
<version>
0.
6.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