Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Solidify-Tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Solidify
Solidify-Tools
Merge requests
!12
build: reorganize POMs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
build: reorganize POMs
HCA-RefactorPom
into
master
Overview
0
Commits
12
Pipelines
0
Changes
3
Merged
Hugues.Cazeaux
requested to merge
HCA-RefactorPom
into
master
5 years ago
Overview
0
Commits
12
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
version 7
version 10
08a463ed
5 years ago
version 9
b71827bc
5 years ago
version 8
dacd773a
5 years ago
version 7
e6ebfcc7
5 years ago
version 6
0787b945
5 years ago
version 5
8b2a3027
5 years ago
version 4
148b6aa1
5 years ago
version 3
8345bf1d
5 years ago
version 2
98f8cb76
5 years ago
version 1
a596ea1d
5 years ago
master (base)
and
version 8
latest version
aef9a01b
12 commits,
5 years ago
version 10
08a463ed
12 commits,
5 years ago
version 9
b71827bc
11 commits,
5 years ago
version 8
dacd773a
10 commits,
5 years ago
version 7
e6ebfcc7
9 commits,
5 years ago
version 6
0787b945
7 commits,
5 years ago
version 5
8b2a3027
6 commits,
5 years ago
version 4
148b6aa1
5 commits,
5 years ago
version 3
8345bf1d
4 commits,
5 years ago
version 2
98f8cb76
2 commits,
5 years ago
version 1
a596ea1d
1 commit,
5 years ago
Show latest version
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
pom.xml
+
2
−
1
Options
@@ -34,6 +34,7 @@
<!-- JAXB -->
<jaxb-impl.version>
2.3.2
</jaxb-impl.version>
<jaxb-core.version>
2.3.0.1
</jaxb-core.version>
<jakarta.xml.bind-api.version>
2.3.3
</jakarta.xml.bind-api.version>
<!-- sonar configs -->
<sonar.host.url>
https://sonar.unige.ch
</sonar.host.url>
<!--suppress UnresolvedMavenProperty -->
@@ -74,7 +75,7 @@
<dependency>
<groupId>
jakarta.xml.bind
</groupId>
<artifactId>
jakarta.xml.bind-api
</artifactId>
<version>
2.3.2
</version>
<version>
${jakarta.xml.bind-api.version}
</version>
</dependency>
<!-- JUnit -->
<dependency>
Loading