Code development platform for open source projects from the European Union institutions
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
Users Roles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
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
Model 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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Simpl
Simpl-Open
Development
IAA
Users Roles
Merge requests
!179
Update pom version
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update pom version
feature/update-pom
into
develop
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Lorenzo Gandino
requested to merge
feature/update-pom
into
develop
4 weeks ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Viewing commit
4c6ef677
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
4c6ef677
Update pom version
· 4c6ef677
Lorenzo Gandino
authored
4 weeks ago
pom.xml
+
2
−
2
Options
@@ -5,12 +5,12 @@
<parent>
<groupId>
eu.europa.ec.simpl
</groupId>
<artifactId>
simpl-parent
</artifactId>
<version>
1.1.0
-RC
</version>
<version>
1.1.0
</version>
<relativePath/>
<!-- lookup parent from repository -->
</parent>
<artifactId>
usersroles
</artifactId>
<version>
1.1.0
-RC
</version>
<version>
1.1.0
</version>
<packaging>
jar
</packaging>
<name>
UsersRoles
</name>
Loading