Project

General

Profile

« Previous | Next » 

Revision 52562

Back to BETA versions

View differences:

modules/dnet-mapreduce-jobs/branches/beta/src/test/java/eu/dnetlib/data/transform/XsltRowTransformerFactoryTest.java
36 36
public class XsltRowTransformerFactoryTest {
37 37

  
38 38
	private static final Log log = LogFactory.getLog(XsltRowTransformerFactoryTest.class);
39
	private static String basePathProfiles = "/eu/dnetlib/test/profiles/TransformationRuleDSResources/TransformationRuleDSResourceType/";
39
	private static String basePathProfiles = "/eu/dnetlib/test/profiles/TransformationRuleDSResources/TransformationRuleDSResourceType/2hbase/";
40 40
	private XsltRowTransformerFactory factory;
41 41
	private EntityConfigTable entityConfigTable;
42 42

  
modules/dnet-mapreduce-jobs/branches/beta/pom.xml
9 9
	<modelVersion>4.0.0</modelVersion>
10 10
	<groupId>eu.dnetlib</groupId>
11 11
	<artifactId>dnet-mapreduce-jobs</artifactId>
12
	<version>1.1.4-PROD-SNAPSHOT</version>
12
	<version>1.1.4-BETA-SNAPSHOT</version>
13 13
	<packaging>jar</packaging>
14 14
	<scm>
15 15
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-mapreduce-jobs/branches/beta</developerConnection>
......
143 143
		<dependency>
144 144
			<groupId>eu.dnetlib</groupId>
145 145
			<artifactId>dnet-openaireplus-mapping-utils</artifactId>
146
			<version>[6.2.0, 6.2.4-SNAPSHOT)</version>
146
			<version>[6.2.0, 7.0.0)</version>
147 147
		</dependency>
148 148
		<dependency>
149 149
			<groupId>org.antlr</groupId>
......
274 274
		<dependency>
275 275
			<groupId>eu.dnetlib</groupId>
276 276
			<artifactId>dnet-openaireplus-profiles</artifactId>
277
			<version>[1.0.0,1.0.24-SNAPSHOT)</version>
277
			<version>[1.0.0,2.0.0)</version>
278 278
			<scope>test</scope>
279 279
		</dependency>
280 280
		<dependency>

Also available in: Unified diff