Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
org.etsi.osl.model
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
OSL
code
org.etsi.osl.model
Merge requests
!2
Resolve "Internal component versioning 1.0.0-SNAPSHOT"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Internal component versioning 1.0.0-SNAPSHOT"
3-internal-component-versioning-1-0-0-snapshot
into
develop
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
Dimitrios Giannopoulos
requested to merge
3-internal-component-versioning-1-0-0-snapshot
into
develop
11 months ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
Closes
#3 (closed)
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
7baef4fc
2 commits,
11 months ago
1 file
+
2
−
3
Expand all files
Preferences
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
pom.xml
+
2
−
3
Options
<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.etsi.osl
</groupId>
<artifactId>
org.etsi.osl.main
</artifactId>
<version>
1.
2
.0-SNAPSHOT
</version>
<version>
1.
0
.0-SNAPSHOT
</version>
<relativePath>
../org.etsi.osl.main
</relativePath>
</parent>
<artifactId>
org.etsi.osl.model
</artifactId>
<packaging>
jar
</packaging>
<artifactId>
org.etsi.osl.model
</artifactId>
<name>
org.etsi.osl.model
</name>
<url>
http://maven.apache.org
</url>