Commit bf40334f authored by Noel Alonso's avatar Noel Alonso
Browse files

Añade parent pom + plugin de licencias

parent c6724ab6
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -3,9 +3,9 @@
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

	<parent>
		<groupId>org.springframework.boot</groupId>
		<artifactId>spring-boot-starter-parent</artifactId>
		<version>2.1.0.RELEASE</version>
		<groupId>es.redmic</groupId>
		<artifactId>server-parent</artifactId>
		<version>0.3.0</version>
		<relativePath />
	</parent>

@@ -13,7 +13,7 @@
	<groupId>es.redmic.lib</groupId>
	<artifactId>test-utils</artifactId>
	<packaging>jar</packaging>
	<version>0.8.0-feature-updateCI</version>
	<version>0.8.0-feature-applyLicense</version>
	<name>Test utils</name>
	<description>Utilidades y servicios comunes para los tests</description>