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
Data Flow
Data Ingestion
Ingestion Workflow
Commits
d6826e0b
Commit
d6826e0b
authored
Sep 03, 2021
by
David Diederich
Browse files
Update version of default branch to 0.12.0-SNAPSHOT
parent
71393c86
Changes
12
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
d6826e0b
...
...
@@ -27,7 +27,7 @@
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-workflow
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<name>
os-workflow
</name>
...
...
provider/workflow-aws/pom.xml
View file @
d6826e0b
...
...
@@ -19,12 +19,12 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-workflow
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
<artifactId>
workflow-aws
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<name>
workflow-aws
</name>
...
...
@@ -50,7 +50,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
workflow-core
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
</dependency>
<dependency>
...
...
provider/workflow-azure/pom.xml
View file @
d6826e0b
...
...
@@ -20,7 +20,7 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-workflow
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
@@ -111,7 +111,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
workflow-core
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<exclusions>
<exclusion>
<groupId>
org.springframework.security
</groupId>
...
...
provider/workflow-gcp/pom.xml
View file @
d6826e0b
...
...
@@ -21,12 +21,12 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-workflow
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
<artifactId>
workflow-gcp
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<name>
workflow-gcp
</name>
...
...
@@ -40,7 +40,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
workflow-core
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
</dependency>
<dependency>
...
...
provider/workflow-ibm/pom.xml
View file @
d6826e0b
...
...
@@ -6,12 +6,12 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-workflow
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
<artifactId>
workflow-ibm
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<name>
workflow-ibm
</name>
...
...
@@ -27,7 +27,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
workflow-core
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
</dependency>
<dependency>
...
...
testing/pom.xml
View file @
d6826e0b
...
...
@@ -19,7 +19,7 @@
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
workflow-test
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<description>
Workflow Service Integration Test Root Project
</description>
<packaging>
pom
</packaging>
...
...
testing/workflow-test-aws/pom.xml
View file @
d6826e0b
...
...
@@ -20,13 +20,13 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
workflow-test
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<groupId>
org.opengroup.osdu.workflow
</groupId>
<artifactId>
workflow-test-aws
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<packaging>
jar
</packaging>
...
...
@@ -70,7 +70,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
workflow-test-core
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
com.amazonaws
</groupId>
...
...
testing/workflow-test-azure/pom.xml
View file @
d6826e0b
...
...
@@ -21,13 +21,13 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
workflow-test
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<groupId>
org.opengroup.osdu.workflow
</groupId>
<artifactId>
workflow-test-azure
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<properties>
...
...
@@ -44,7 +44,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
workflow-test-core
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
io.jsonwebtoken
</groupId>
...
...
testing/workflow-test-core/pom.xml
View file @
d6826e0b
...
...
@@ -20,12 +20,12 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
workflow-test
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<artifactId>
workflow-test-core
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<name>
workflow-test-core
</name>
...
...
testing/workflow-test-gcp/pom.xml
View file @
d6826e0b
...
...
@@ -18,13 +18,13 @@
<parent>
<artifactId>
workflow-test
</artifactId>
<groupId>
org.opengroup.osdu
</groupId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
workflow-test-gcp
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<name>
workflow-test-gcp-datastore
</name>
...
...
@@ -56,7 +56,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
workflow-test-core
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
</dependency>
<dependency>
...
...
testing/workflow-test-ibm/pom.xml
View file @
d6826e0b
...
...
@@ -4,12 +4,12 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
workflow-test
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<artifactId>
workflow-test-ibm
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<packaging>
jar
</packaging>
...
...
@@ -39,7 +39,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
workflow-test-core
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
</dependency>
<!-- <dependency>
...
...
workflow-core/pom.xml
View file @
d6826e0b
...
...
@@ -21,12 +21,12 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-workflow
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<artifactId>
workflow-core
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<name>
workflow-core
</name>
...
...
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