Project

General

Profile

« Previous | Next » 

Revision 49511

finished transition to dnet45

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-container-parent</artifactId>
6
		<version>1.0.0</version>
5
		<artifactId>dnet45-container-parent</artifactId>
6
		<version>1.0.0-SNAPSHOT</version>
7 7
	</parent>
8 8
	<modelVersion>4.0.0</modelVersion>
9 9
	<groupId>eu.dnetlib</groupId>
10 10
	<artifactId>uoa-validator-web</artifactId>
11 11
	<packaging>war</packaging>
12
	<version>2.1.1-SNAPSHOT</version>
12
	<version>3.0.0-SNAPSHOT</version>
13 13
	<scm>
14
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-validator-web/trunk</developerConnection>
14
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/uoa-validator-web/trunk</developerConnection>
15 15
	</scm>
16 16

  
17 17
	<properties>
......
80 80
		<dependency>
81 81
			<groupId>eu.dnetlib</groupId>
82 82
			<artifactId>uoa-hcm</artifactId>
83
			<version>[1.2.0, 1.3.0-SNAPSHOT)</version>
83
			<version>[2.0.0-SNAPSHOT, 3.0.0)</version>
84 84
		</dependency>
85 85
		<dependency>
86 86
			<groupId>eu.dnetlib</groupId>
87 87
			<artifactId>uoa-api</artifactId>
88
			<version>[1.2.0, 1.3.0-SNAPSHOT)</version>
88
			<version>[2.0.0-SNAPSHOT, 3.0.0)</version>
89 89
		</dependency>
90 90
		<dependency>
91 91
			<groupId>eu.dnetlib</groupId>
92 92
			<artifactId>uoa-domain</artifactId>
93
			<version>[1.2.0, 1.3.0-SNAPSHOT)</version>
93
			<version>[2.0.0-SNAPSHOT, 3.0.0)</version>
94 94
		</dependency>
95 95
		<dependency>
96 96
			<groupId>eu.dnetlib</groupId>
97
			<artifactId>uoa-utils</artifactId>
98
			<version>[1.2.0, 1.3.0-SNAPSHOT)</version>
99
		</dependency>
100
		<dependency>
101
			<groupId>eu.dnetlib</groupId>
102 97
			<artifactId>uoa-commons</artifactId>
103
			<version>[1.2.0, 1.3.0-SNAPSHOT)</version>
98
			<version>[2.0.0-SNAPSHOT, 3.0.0)</version>
104 99
			<exclusions>
105 100
				<exclusion>
106 101
					<artifactId>cglib</artifactId>
......
111 106
		<dependency>
112 107
			<groupId>eu.dnetlib</groupId>
113 108
			<artifactId>uoa-clients</artifactId>
114
			<version>[1.2.0, 1.3.0-SNAPSHOT)</version>
109
			<version>[2.0.0-SNAPSHOT, 3.0.0)</version>
115 110
		</dependency>
116 111
		<dependency>
117 112
			<groupId>com.google.gwt</groupId>
......
121 116
		<dependency>
122 117
			<groupId>eu.dnetlib</groupId>
123 118
			<artifactId>dnet-runtime</artifactId>
124
			<version>[1.0.0]</version>
119
			<version>[1.0.0-SNAPSHOT, 2.0.0)</version>
125 120
			<exclusions>
126 121
				<exclusion>  <!-- declare the exclusion here -->
127 122
					<groupId>org.apache.geronimo.specs</groupId>
......
152 147
		</dependency>
153 148
		<!-- TEMPORARY -->
154 149
		<dependency>
155
            <groupId>eu.dnetlib</groupId>
156
            <artifactId>uoa-validator-commons</artifactId>
157
            <version>[2.0.0, 2.2.0-SNAPSHOT)</version>
158
        </dependency>
150
            		<groupId>eu.dnetlib</groupId>
151
            		<artifactId>uoa-validator-commons</artifactId>
152
            		<version>[3.0.0-SNAPSHOT, 3.0.0)</version>
153
        	</dependency>
159 154
	</dependencies>
160 155
</project>

Also available in: Unified diff