Project

General

Profile

« Previous | Next » 

Revision 45118

migrated to dnet45, using updated mockito version in tests

View differences:

pom.xml
2 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/maven-v4_0_0.xsd">
3 3
	<parent>
4 4
		<groupId>eu.dnetlib</groupId>
5
		<artifactId>dnet-parent</artifactId>
6
		<version>1.0.0</version>
5
		<artifactId>dnet45-parent</artifactId>
6
		<version>1.0.0-SNAPSHOT</version>
7 7
		<relativePath />
8 8
	</parent>
9 9
	<modelVersion>4.0.0</modelVersion>
......
12 12
	<packaging>jar</packaging>
13 13
	<version>2.0.3-SNAPSHOT</version>
14 14
	<scm>
15
	  <developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/cnr-resultset-service/trunk</developerConnection>
15
	  <developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/cnr-resultset-service/trunk</developerConnection>
16 16
	</scm>
17 17
	<dependencies>
18 18
		<dependency>
......
34 34
		<dependency>
35 35
			<groupId>org.mockito</groupId>
36 36
			<artifactId>mockito-core</artifactId>
37
			<version>1.6</version>
37
			<version>${mockito.version}</version>
38 38
			<scope>test</scope>
39 39
		</dependency>
40 40
		<dependency>

Also available in: Unified diff