Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects

Update pom version

Merged Lorenzo Gandino requested to merge feature/update-pom into develop
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -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