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
Storage
Commits
9b3a5f93
Commit
9b3a5f93
authored
Feb 09, 2021
by
David Diederich
Browse files
Updating all POM files to match the same version number
parent
fc3a2cbf
Pipeline
#27576
failed with stages
in 8 minutes and 34 seconds
Changes
17
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
9b3a5f93
...
...
@@ -14,9 +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-storage
</artifactId>
...
...
provider/storage-aws-mongodb/pom.xml
View file @
9b3a5f93
...
...
@@ -21,20 +21,20 @@
<parent>
<artifactId>
os-storage
</artifactId>
<groupId>
org.opengroup.osdu
</groupId>
<version>
0.
0.5
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
storage-aws-mongodb
</artifactId>
<description>
Storage service on AWS using MongoDB
</description>
<version>
${version.number}
</version>
<version>
0.6.0-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<properties>
<aws.version>
1.11.637
</aws.version>
<deployment.environment>
dev
</deployment.environment>
<version.number>
0.
0.5
-SNAPSHOT
</version.number>
<version.number>
0.
6.0
-SNAPSHOT
</version.number>
</properties>
<dependencyManagement>
...
...
provider/storage-aws/pom.xml
View file @
9b3a5f93
...
...
@@ -21,20 +21,20 @@
<parent>
<artifactId>
os-storage
</artifactId>
<groupId>
org.opengroup.osdu
</groupId>
<version>
0.
0.5
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
storage-aws
</artifactId>
<description>
Storage service on AWS
</description>
<version>
${version.number}
</version>
<version>
0.6.0-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<properties>
<aws.version>
1.11.637
</aws.version>
<deployment.environment>
dev
</deployment.environment>
<version.number>
0.
0.5
-SNAPSHOT
</version.number>
<version.number>
0.
6.0
-SNAPSHOT
</version.number>
</properties>
<dependencyManagement>
...
...
provider/storage-aws/src/main/ComplianceTrigger/ComplianceTriggerFunction/ComplianceTriggerFunction/pom.xml
View file @
9b3a5f93
...
...
@@ -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/maven-v4_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/maven-v4_0_0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
compliance
</groupId>
<artifactId>
compliance
</artifactId>
<version>
0.
0.2
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<name>
Compliance Trigger Function
</name>
<properties>
...
...
provider/storage-azure/pom.xml
View file @
9b3a5f93
...
...
@@ -16,27 +16,26 @@
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>
<artifactId>
os-storage
</artifactId>
<groupId>
org.opengroup.osdu
</groupId>
<version>
0.
0.5
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
storage-azure
</artifactId>
<description>
Storage service on Azure
</description>
<packaging>
jar
</packaging>
<version>
6.0
.0-SNAPSHOT
</version>
<version>
0.6
.0-SNAPSHOT
</version>
<properties>
<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
/
>
<osdu.corelibazure.version>
0.0.61
</osdu.corelibazure.version>
<osdu.oscorecommon.version>
0.3.26
</osdu.oscorecommon.version>
<osdu.storage-core.version>
0.
0.5
-SNAPSHOT
</osdu.storage-core.version>
<osdu.storage-core.version>
0.
6.0
-SNAPSHOT
</osdu.storage-core.version>
<junit.version>
4.12
</junit.version>
<mockito.version>
1.10.19
</mockito.version>
<powermock.version>
2.0.2
</powermock.version>
...
...
provider/storage-byoc/pom.xml
View file @
9b3a5f93
...
...
@@ -15,13 +15,11 @@
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>
<artifactId>
os-storage
</artifactId>
<groupId>
org.opengroup.osdu
</groupId>
<version>
0.
0.5
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
@@ -38,7 +36,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
storage-core
</artifactId>
<version>
0.
0.5
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
</dependency>
<dependency>
...
...
provider/storage-gcp/pom.xml
View file @
9b3a5f93
...
...
@@ -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>
storage-gcp
</artifactId>
<version>
0.
0.5
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<description>
Google cloud related implementation staff.
</description>
<packaging>
jar
</packaging>
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-storage
</artifactId>
<version>
0.
0.5
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
@@ -53,7 +51,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
storage-core
</artifactId>
<version>
0.
0.5
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
</dependency>
<dependency>
...
...
provider/storage-ibm/pom.xml
View file @
9b3a5f93
...
...
@@ -12,13 +12,11 @@
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>
<artifactId>
os-storage
</artifactId>
<groupId>
org.opengroup.osdu
</groupId>
<version>
0.
0.5
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
@@ -37,7 +35,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
storage-core
</artifactId>
<version>
0.
0.5
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
</dependency>
<dependency>
...
...
provider/storage-reference/pom.xml
View file @
9b3a5f93
...
...
@@ -15,13 +15,11 @@
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>
<artifactId>
os-storage
</artifactId>
<groupId>
org.opengroup.osdu
</groupId>
<version>
0.
0.5
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
@@ -37,7 +35,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
storage-core
</artifactId>
<version>
0.
0.5
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
</dependency>
<dependency>
...
...
storage-core/pom.xml
View file @
9b3a5f93
...
...
@@ -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>
storage-core
</artifactId>
<version>
0.
0.5
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<description>
Core project for the storage service
</description>
<packaging>
jar
</packaging>
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-storage
</artifactId>
<version>
0.
0.5
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
testing/pom.xml
View file @
9b3a5f93
...
...
@@ -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-storage-testing
</artifactId>
<version>
0.
0.5
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<description>
Root Storage Service project
</description>
<packaging>
pom
</packaging>
...
...
testing/storage-test-aws-mongodb/pom.xml
View file @
9b3a5f93
...
...
@@ -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"
>
<parent>
<artifactId>
os-storage-testing
</artifactId>
<groupId>
org.opengroup.osdu
</groupId>
<version>
0.
0.5
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
@@ -28,7 +26,7 @@
<groupId>
org.opengroup.osdu.storage
</groupId>
<artifactId>
storage-test-aws-mongodb
</artifactId>
<version>
0.
0.2
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<properties>
...
...
@@ -48,7 +46,7 @@
<dependency>
<groupId>
org.opengroup.osdu.storage
</groupId>
<artifactId>
storage-test-core
</artifactId>
<version>
0.
0.3
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
</dependency>
<dependency>
...
...
testing/storage-test-aws/pom.xml
View file @
9b3a5f93
...
...
@@ -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"
>
<parent>
<artifactId>
os-storage-testing
</artifactId>
<groupId>
org.opengroup.osdu
</groupId>
<version>
0.
0.5
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
@@ -28,7 +26,7 @@
<groupId>
org.opengroup.osdu.storage
</groupId>
<artifactId>
storage-test-aws
</artifactId>
<version>
0.
0.2
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<properties>
...
...
@@ -48,7 +46,7 @@
<dependency>
<groupId>
org.opengroup.osdu.storage
</groupId>
<artifactId>
storage-test-core
</artifactId>
<version>
0.
0.3
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
</dependency>
<dependency>
...
...
testing/storage-test-azure/pom.xml
View file @
9b3a5f93
...
...
@@ -15,13 +15,11 @@
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>
<artifactId>
os-storage-testing
</artifactId>
<groupId>
org.opengroup.osdu
</groupId>
<version>
0.
0.5
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
@@ -29,7 +27,7 @@
<groupId>
org.opengroup.osdu.storage
</groupId>
<artifactId>
storage-test-azure
</artifactId>
<version>
0.
0.2
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<properties>
...
...
@@ -43,7 +41,7 @@
<dependency>
<groupId>
org.opengroup.osdu.storage
</groupId>
<artifactId>
storage-test-core
</artifactId>
<version>
0.
0.3
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
io.jsonwebtoken
</groupId>
...
...
testing/storage-test-core/pom.xml
View file @
9b3a5f93
...
...
@@ -14,20 +14,18 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns=
"http://maven.apache.org/POM/4.0.0"
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>
os-storage-testing
</artifactId>
<groupId>
org.opengroup.osdu
</groupId>
<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.storage
</groupId>
<artifactId>
storage-test-core
</artifactId>
<version>
0.
0.3
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<properties>
<maven.compiler.target>
1.8
</maven.compiler.target>
...
...
testing/storage-test-gcp/pom.xml
View file @
9b3a5f93
...
...
@@ -15,13 +15,11 @@
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>
<artifactId>
os-storage-testing
</artifactId>
<groupId>
org.opengroup.osdu
</groupId>
<version>
0.
0.5
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
@@ -29,7 +27,7 @@
<groupId>
org.opengroup.osdu.storage
</groupId>
<artifactId>
storage-test-gcp
</artifactId>
<version>
0.
0.2
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<properties>
...
...
@@ -100,7 +98,7 @@
<dependency>
<groupId>
org.opengroup.osdu.storage
</groupId>
<artifactId>
storage-test-core
</artifactId>
<version>
0.
0.3
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
com.google.cloud
</groupId>
...
...
testing/storage-test-ibm/pom.xml
View file @
9b3a5f93
...
...
@@ -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"
>
<parent>
<artifactId>
os-storage-testing
</artifactId>
<groupId>
org.opengroup.osdu
</groupId>
<version>
0.
0.5
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
@@ -28,7 +26,7 @@
<groupId>
org.opengroup.osdu.storage
</groupId>
<artifactId>
storage-test-ibm
</artifactId>
<version>
0.
0.3
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<properties>
...
...
@@ -44,7 +42,7 @@
<dependency>
<groupId>
org.opengroup.osdu.storage
</groupId>
<artifactId>
storage-test-core
</artifactId>
<version>
0.
0.3
-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