Project

General

Profile

« Previous | Next » 

Revision 45608

View differences:

modules/dnet-springboot-apps/trunk/pom.xml
1 1
<?xml version="1.0" encoding="UTF-8"?>
2
<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">
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 4
	<modelVersion>4.0.0</modelVersion>
4 5

  
5 6
	<parent>
......
11 12
	<artifactId>dnet-springboot-apps</artifactId>
12 13
	<groupId>eu.dnetlib</groupId>
13 14
	<packaging>pom</packaging>
14
	<version>1.0-SNAPSHOT</version>
15
	<version>0.0.1-SNAPSHOT</version>
15 16
	<name>D-Net Spring Boot Applications</name>
16 17
	<description>D-Net Spring Boot Applications</description>
17 18
	<url>http://www.d-net.research-infrastructures.eu</url>
......
22 23

  
23 24
	<properties>
24 25
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
25
                <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
26
		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
26 27
		<main.basedir>${basedir}/..</main.basedir>
27 28
		<java.version>1.8</java.version>
28 29
	</properties>

Also available in: Unified diff