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
Lib
cloud
ibm
OS Core Lib IBM
Compare Revisions
42d057eeee8f0299e7f90f1158c24f7fc0187dbc...v0.7.0
Commits (3)
Update version of default branch to 0.6.0-SNAPSHOT
· ba135f06
David Diederich
authored
Feb 08, 2021
ba135f06
Create Release Branch for version 0.7
· 7fd8f5f0
David Diederich
authored
Mar 08, 2021
7fd8f5f0
Creating Release Commit
· 43610ecf
David Diederich
authored
Mar 08, 2021
43610ecf
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
43610ecf
include
:
-
project
:
'
osdu/platform/ci-cd-pipelines'
ref
:
'
master
'
ref
:
'
v0.7.0
'
file
:
'
standard-setup.yml'
-
project
:
'
osdu/platform/ci-cd-pipelines'
ref
:
'
master
'
ref
:
'
v0.7.0
'
file
:
'
build/maven.yml'
-
project
:
'
osdu/platform/ci-cd-pipelines'
ref
:
'
master
'
ref
:
'
v0.7.0
'
file
:
'
scanners/gitlab-ultimate.yml'
-
project
:
'
osdu/platform/ci-cd-pipelines'
ref
:
'
master
'
ref
:
'
v0.7.0
'
file
:
'
scanners/fossa-maven.yml'
-
project
:
'
osdu/platform/ci-cd-pipelines'
ref
:
'
master
'
ref
:
'
v0.7.0
'
file
:
'
publishing/pages.yml'
pom.xml
View file @
43610ecf
...
...
@@ -7,20 +7,18 @@
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>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-core-lib-ibm
</artifactId>
<version>
${os-core-lib-ibm.version}
</version>
<version>
0.7.0
</version>
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
2.1.7.RELEASE
</version>
<relativePath/>
<relativePath
/>
</parent>
<name>
os-core-lib-ibm
</name>
...
...
@@ -31,7 +29,7 @@
<maven.compiler.source>
1.8
</maven.compiler.source>
<maven.compiler.target>
1.8
</maven.compiler.target>
<os-core-common.version>
0.3.8
</os-core-common.version>
<os-core-lib-ibm.version>
0.
3.8
-SNAPSHOT
</os-core-lib-ibm.version>
<os-core-lib-ibm.version>
0.
6.0
-SNAPSHOT
</os-core-lib-ibm.version>
</properties>
<licenses>
...
...