Skip to content
GitLab
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
Security and Compliance
Entitlements
Commits
58465585
Commit
58465585
authored
Jul 21, 2021
by
David Diederich
Browse files
Update version of default branch to 0.11.0-SNAPSHOT
parent
ff0bd77f
Pipeline
#53379
passed with stages
in 18 minutes and 26 seconds
Changes
11
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
entitlements-v2-core/pom.xml
View file @
58465585
...
...
@@ -17,7 +17,7 @@
<parent>
<groupId>
org.opengroup.osdu.entitlements.v2
</groupId>
<artifactId>
entitlements-v2-service
</artifactId>
<version>
0.1
0
.0-SNAPSHOT
</version>
<version>
0.1
1
.0-SNAPSHOT
</version>
</parent>
<artifactId>
entitlements-v2-core
</artifactId>
...
...
pom.xml
View file @
58465585
...
...
@@ -12,7 +12,7 @@
<groupId>
org.opengroup.osdu.entitlements.v2
</groupId>
<artifactId>
entitlements-v2-service
</artifactId>
<version>
0.1
0
.0-SNAPSHOT
</version>
<version>
0.1
1
.0-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<name>
entitlements-v2-service
</name>
<description>
Entitlements V2 service
</description>
...
...
provider/entitlements-v2-aws/pom.xml
View file @
58465585
...
...
@@ -6,7 +6,7 @@
<parent>
<artifactId>
entitlements-v2-service
</artifactId>
<groupId>
org.opengroup.osdu.entitlements.v2
</groupId>
<version>
0.1
0
.0-SNAPSHOT
</version>
<version>
0.1
1
.0-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
provider/entitlements-v2-azure/pom.xml
View file @
58465585
...
...
@@ -6,7 +6,7 @@
<parent>
<artifactId>
entitlements-v2-service
</artifactId>
<groupId>
org.opengroup.osdu.entitlements.v2
</groupId>
<version>
0.1
0
.0-SNAPSHOT
</version>
<version>
0.1
1
.0-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
provider/entitlements-v2-gcp/pom.xml
View file @
58465585
...
...
@@ -15,7 +15,7 @@
<parent>
<groupId>
org.opengroup.osdu.entitlements.v2
</groupId>
<artifactId>
entitlements-v2-service
</artifactId>
<version>
0.1
0
.0-SNAPSHOT
</version>
<version>
0.1
1
.0-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
provider/entitlements-v2-ibm/pom.xml
View file @
58465585
...
...
@@ -12,7 +12,7 @@
<parent>
<groupId>
org.opengroup.osdu.entitlements.v2
</groupId>
<artifactId>
entitlements-v2-service
</artifactId>
<version>
0.1
0
.0-SNAPSHOT
</version>
<version>
0.1
1
.0-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
testing/entitlements-v2-test-aws/pom.xml
View file @
58465585
...
...
@@ -5,12 +5,12 @@
<parent>
<groupId>
org.opengroup.osdu.entitlements.v2
</groupId>
<artifactId>
os-entitlements-v2-testing
</artifactId>
<version>
0.1
0
.0-SNAPSHOT
</version>
<version>
0.1
1
.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<artifactId>
entitlements-v2-test-aws
</artifactId>
<version>
0.1
0
.0-SNAPSHOT
</version>
<version>
0.1
1
.0-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<properties>
...
...
@@ -28,7 +28,7 @@
<dependency>
<groupId>
org.opengroup.osdu.entitlements.v2
</groupId>
<artifactId>
entitlements-v2-test-core
</artifactId>
<version>
0.1
0
.0-SNAPSHOT
</version>
<version>
0.1
1
.0-SNAPSHOT
</version>
</dependency>
<!-- Tests -->
...
...
testing/entitlements-v2-test-azure/pom.xml
View file @
58465585
...
...
@@ -5,12 +5,12 @@
<parent>
<groupId>
org.opengroup.osdu.entitlements.v2
</groupId>
<artifactId>
os-entitlements-v2-testing
</artifactId>
<version>
0.1
0
.0-SNAPSHOT
</version>
<version>
0.1
1
.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<artifactId>
entitlements-v2-test-azure
</artifactId>
<version>
0.1
0
.0-SNAPSHOT
</version>
<version>
0.1
1
.0-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<properties>
...
...
@@ -28,7 +28,7 @@
<dependency>
<groupId>
org.opengroup.osdu.entitlements.v2
</groupId>
<artifactId>
entitlements-v2-test-core
</artifactId>
<version>
0.1
0
.0-SNAPSHOT
</version>
<version>
0.1
1
.0-SNAPSHOT
</version>
</dependency>
<!-- Tests -->
...
...
testing/entitlements-v2-test-core/pom.xml
View file @
58465585
...
...
@@ -5,12 +5,12 @@
<parent>
<groupId>
org.opengroup.osdu.entitlements.v2
</groupId>
<artifactId>
os-entitlements-v2-testing
</artifactId>
<version>
0.1
0
.0-SNAPSHOT
</version>
<version>
0.1
1
.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<artifactId>
entitlements-v2-test-core
</artifactId>
<version>
0.1
0
.0-SNAPSHOT
</version>
<version>
0.1
1
.0-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<properties>
...
...
testing/entitlements-v2-test-ibm/pom.xml
View file @
58465585
<?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.entitlements.v2
</groupId>
<artifactId>
os-entitlements-v2-testing
</artifactId>
<version>
0.1
0
.0-SNAPSHOT
</version>
<version>
0.1
1
.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<artifactId>
entitlements-v2-test-ibm
</artifactId>
<version>
0.1
0
.0-SNAPSHOT
</version>
<version>
0.1
1
.0-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<properties>
...
...
@@ -30,7 +28,7 @@
<dependency>
<groupId>
org.opengroup.osdu.entitlements.v2
</groupId>
<artifactId>
entitlements-v2-test-core
</artifactId>
<version>
0.1
0
.0-SNAPSHOT
</version>
<version>
0.1
1
.0-SNAPSHOT
</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.projectlombok/lombok -->
<dependency>
...
...
testing/pom.xml
View file @
58465585
...
...
@@ -4,7 +4,7 @@
<groupId>
org.opengroup.osdu.entitlements.v2
</groupId>
<artifactId>
os-entitlements-v2-testing
</artifactId>
<version>
0.1
0
.0-SNAPSHOT
</version>
<version>
0.1
1
.0-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<modules>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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