Project

General

Profile

« Previous | Next » 

Revision 27913

- dependencies updated for spring 4
- small fixes here and there

View differences:

pom.xml
5 5
		<groupId>eu.dnetlib</groupId>
6 6
		<artifactId>dnet-container-parent</artifactId>
7 7
		<version>1.0.0-SNAPSHOT</version>
8
		<relativePath></relativePath>
8 9
	</parent>
9 10
	<modelVersion>4.0.0</modelVersion>
10 11
	<groupId>eu.dnetlib</groupId>
11 12
	<artifactId>dnet-hungary-container</artifactId>
12 13
	<packaging>war</packaging>
13
	<version>1.0-SNAPSHOT</version>
14
	<version>1.0.0-SNAPSHOT</version>
15
	
16
	<build>
17
		<plugins>
18
			<plugin>
19
				<groupId>org.apache.tomcat.maven</groupId>
20
				<artifactId>tomcat7-maven-plugin</artifactId>
21
				<configuration>
22
					<path>/app</path>
23
					<port>8280</port>
24
				</configuration>
25
				<version>2.1</version>
26
			</plugin>
27
		</plugins>
28
	</build>
29
	
14 30
	<dependencies>
15 31

  
16 32
		<!-- Common components in every container -->
......
61 77
		<dependency>
62 78
			<groupId>eu.dnetlib</groupId>
63 79
			<artifactId>dnet-msro-service</artifactId>
64
			<version>[1.0.0-SNAPSHOT]</version>
80
			<version>[1.0.0-SNAPSHOT,)</version>
65 81
		</dependency>
66 82

  
67 83
		<dependency>
68 84
			<groupId>eu.dnetlib</groupId>
69 85
			<artifactId>dnet-modular-ui</artifactId>
70
			<version>[1.0.0-SNAPSHOT]</version>
86
			<version>[2.0.0-SNAPSHOT]</version>
71 87
		</dependency>
72 88

  
73

  
74

  
75 89
		<dependency>
76 90
			<groupId>eu.dnetlib</groupId>
77 91
			<artifactId>dnet-modular-workflows-ui</artifactId>
78
			<version>[1.0.0-SNAPSHOT]</version>
92
			<version>[2.0.0-SNAPSHOT]</version>
79 93
		</dependency>
80 94

  
81 95
		<dependency>
82 96
			<groupId>eu.dnetlib</groupId>
83 97
			<artifactId>dnet-modular-repositories-ui</artifactId>
84
			<version>[1.0.0-SNAPSHOT]</version>
98
			<version>[2.0.0-SNAPSHOT]</version>
85 99
		</dependency>
86 100
		<!-- Log service -->
87 101
		 <dependency>
......
90 104
            <version>[1.0.0-SNAPSHOT]</version>
91 105
        </dependency>
92 106

  
93

  
94 107
		<!-- Hungary container profiles and workflows -->
95 108
		<dependency>
96 109
			<groupId>eu.dnetlib</groupId>
......
132 145
		<dependency>
133 146
            <groupId>eu.dnetlib</groupId>
134 147
            <artifactId>dnet-modular-collector-service</artifactId>
135
            <version>[1.0.0-SNAPSHOT]</version>
148
            <version>[1.0.0-SNAPSHOT,)</version>
136 149
        </dependency>
137 150

  
138 151
		<dependency>

Also available in: Unified diff