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
ff16e472
Commit
ff16e472
authored
Aug 31, 2021
by
David Diederich
Browse files
Update version of default branch to 0.12.0-SNAPSHOT
parent
3a3c18ad
Pipeline
#63627
canceled with stages
in 7 minutes and 41 seconds
Changes
13
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
entitlements-v2-core/pom.xml
View file @
ff16e472
...
...
@@ -17,7 +17,7 @@
<parent>
<groupId>
org.opengroup.osdu.entitlements.v2
</groupId>
<artifactId>
entitlements-v2-service
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
</parent>
<artifactId>
entitlements-v2-core
</artifactId>
...
...
pom.xml
View file @
ff16e472
...
...
@@ -12,7 +12,7 @@
<groupId>
org.opengroup.osdu.entitlements.v2
</groupId>
<artifactId>
entitlements-v2-service
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<name>
entitlements-v2-service
</name>
<description>
Entitlements V2 service
</description>
...
...
provider/entitlements-v2-aws/pom.xml
View file @
ff16e472
...
...
@@ -6,7 +6,7 @@
<parent>
<artifactId>
entitlements-v2-service
</artifactId>
<groupId>
org.opengroup.osdu.entitlements.v2
</groupId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
provider/entitlements-v2-azure/pom.xml
View file @
ff16e472
...
...
@@ -6,7 +6,7 @@
<parent>
<artifactId>
entitlements-v2-service
</artifactId>
<groupId>
org.opengroup.osdu.entitlements.v2
</groupId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
provider/entitlements-v2-gcp/pom.xml
View file @
ff16e472
...
...
@@ -15,7 +15,7 @@
<parent>
<groupId>
org.opengroup.osdu.entitlements.v2
</groupId>
<artifactId>
entitlements-v2-service
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
provider/entitlements-v2-ibm/pom.xml
View file @
ff16e472
...
...
@@ -12,7 +12,7 @@
<parent>
<groupId>
org.opengroup.osdu.entitlements.v2
</groupId>
<artifactId>
entitlements-v2-service
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
provider/entitlements-v2-jdbc/pom.xml
View file @
ff16e472
...
...
@@ -33,7 +33,7 @@
<parent>
<groupId>
org.opengroup.osdu.entitlements.v2
</groupId>
<artifactId>
entitlements-v2-service
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
testing/entitlements-v2-test-aws/pom.xml
View file @
ff16e472
...
...
@@ -5,12 +5,12 @@
<parent>
<groupId>
org.opengroup.osdu.entitlements.v2
</groupId>
<artifactId>
os-entitlements-v2-testing
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<artifactId>
entitlements-v2-test-aws
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.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
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
</dependency>
<!-- Tests -->
...
...
testing/entitlements-v2-test-azure/pom.xml
View file @
ff16e472
...
...
@@ -5,12 +5,12 @@
<parent>
<groupId>
org.opengroup.osdu.entitlements.v2
</groupId>
<artifactId>
os-entitlements-v2-testing
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<artifactId>
entitlements-v2-test-azure
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.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
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
</dependency>
<!-- Tests -->
...
...
testing/entitlements-v2-test-core/pom.xml
View file @
ff16e472
...
...
@@ -5,12 +5,12 @@
<parent>
<groupId>
org.opengroup.osdu.entitlements.v2
</groupId>
<artifactId>
os-entitlements-v2-testing
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<artifactId>
entitlements-v2-test-core
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<properties>
...
...
testing/entitlements-v2-test-ibm/pom.xml
View file @
ff16e472
...
...
@@ -5,12 +5,12 @@
<parent>
<groupId>
org.opengroup.osdu.entitlements.v2
</groupId>
<artifactId>
os-entitlements-v2-testing
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<artifactId>
entitlements-v2-test-ibm
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.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
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.projectlombok/lombok -->
<dependency>
...
...
testing/entitlements-v2-test-jdbc/pom.xml
View file @
ff16e472
...
...
@@ -22,12 +22,12 @@
<parent>
<groupId>
org.opengroup.osdu.entitlements.v2
</groupId>
<artifactId>
os-entitlements-v2-testing
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<artifactId>
entitlements-v2-test-jdbc
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<properties>
...
...
@@ -45,7 +45,7 @@
<dependency>
<groupId>
org.opengroup.osdu.entitlements.v2
</groupId>
<artifactId>
entitlements-v2-test-core
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
</dependency>
<!-- Tests -->
...
...
testing/pom.xml
View file @
ff16e472
...
...
@@ -4,7 +4,7 @@
<groupId>
org.opengroup.osdu.entitlements.v2
</groupId>
<artifactId>
os-entitlements-v2-testing
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.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