Project

General

Profile

« Previous | Next » 

Revision 58205

synchronizing beta shadow with beta versions

View differences:

pom.xml
12 12
	<packaging>war</packaging>
13 13
	<version>2.0.0-SNAPSHOT</version>
14 14
  	<scm>
15
                <developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-shadow-functionality-services/trunk</developerConnection>
15
                <developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-shadow-functionality-services/branches/beta</developerConnection>
16 16
        </scm>
17

  
18
	<build>
19
		<plugins>
20
			<plugin>
21
				<groupId>org.apache.maven.plugins</groupId>
22
				<artifactId>maven-war-plugin</artifactId>
23
				<version>2.1.1</version>
24
				<configuration>
25
					<archive>
26
						<manifestEntries>
27
							<version>3.5.9</version>
28
						</manifestEntries>
29
					</archive>
30
				</configuration>
31
			</plugin>
32
		</plugins>
33

  
34
		<finalName>shadowSearch</finalName>
35

  
36
	</build>
37

  
17 38
	<dependencies>
18 39
		<dependency>
19 40
			<groupId>eu.dnetlib</groupId>
20 41
			<artifactId>uoa-search</artifactId>
21
			<version>[3.0.0-SNAPSHOT, 4.0.0)</version>
42
			<version>[3.5.9]</version>
22 43
		</dependency>
23 44
		<dependency>
24 45
			<groupId>eu.dnetlib</groupId>
......
70 91
		<dependency>
71 92
			<groupId>eu.dnetlib</groupId>
72 93
			<artifactId>cnr-service-common</artifactId>
73
			<version>[2.1.6-SNAPSHOT, 3.0.0)</version>
94
			<version>[2.1.6, 3.0.0)</version>
74 95
			<exclusions>
75 96
				<exclusion>
76 97
					<groupId>xml-apis</groupId>
......
88 109

  
89 110
    </dependencies>
90 111

  
91
<build>
92
    <finalName>shadowSearch</finalName>
93
</build>
112

  
94 113
</project>

Also available in: Unified diff