Project

General

Profile

« Previous | Next » 

Revision 58465

fixed compilation

View differences:

modules/dnet-openaireplus-workflows/trunk/src/main/java/eu/dnetlib/msro/openaireplus/workflows/nodes/index/FeedMissingClaimsJobNode.java
78 78

  
79 79
			}
80 80
			if(!toFeed.isEmpty() || !toDeleteFromCache.isEmpty()) processLists(idxClient, toFeed, toDeleteFromCache);
81
			log.info(String.format("Finished feeding of claims in index collection %s, total: %d", coll, count);
81
			log.info(String.format("Finished feeding of claims in index collection %s, total: %d", coll, count));
82 82

  
83 83
		} catch (Throwable e) {
84 84
			log.error("Error feeding missing claims", e);
modules/dnet-openaireplus-workflows/trunk/pom.xml
10 10
	<groupId>eu.dnetlib</groupId>
11 11
	<artifactId>dnet-openaireplus-workflows</artifactId>
12 12
	<packaging>jar</packaging>
13
	<version>7.0.4-SNAPSHOT</version>
13
	<version>7.0.4</version>
14 14

  
15 15
	<scm>
16
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-openaireplus-workflows/trunk</developerConnection>
16
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-openaireplus-workflows/tags/dnet-openaireplus-workflows-7.0.4</developerConnection>
17 17
	</scm>
18 18
	<dependencies>
19 19
		<dependency>

Also available in: Unified diff