Project

General

Profile

« Previous | Next » 

Revision 32315

Added by Nikon Gasparis over 9 years ago

preparing for release

View differences:

modules/uoa-madgik-validator/trunk/pom.xml
5 5
	<parent>
6 6
		<groupId>eu.dnetlib</groupId>
7 7
		<artifactId>dnet-container-parent</artifactId>
8
		<version>1.0.0-SNAPSHOT</version>
8
		<version>1.0.0</version>
9 9
	</parent>
10 10
	<modelVersion>4.0.0</modelVersion>
11 11
	<groupId>eu.dnetlib</groupId>
......
64 64
		<dependency>
65 65
			<groupId>eu.dnetlib</groupId>
66 66
			<artifactId>uoa-commons</artifactId>
67
			<version>[1.0.0-SNAPSHOT,)</version>
67
			<version>[1.0.0]</version>
68 68
			<exclusions>
69 69
				<exclusion>
70 70
					<artifactId>cglib</artifactId>
......
75 75
		<dependency>
76 76
			<groupId>eu.dnetlib</groupId>
77 77
			<artifactId>uoa-hcm</artifactId>
78
			<version>[1.0.0-SNAPSHOT,)</version>
78
			<version>[1.0.0]</version>
79 79
		</dependency>
80 80
		<dependency>
81 81
			<groupId>eu.dnetlib</groupId>
82 82
			<artifactId>uoa-validator</artifactId>
83
			<version>[1.0.0-SNAPSHOT,)</version>
83
			<version>[1.0.0]</version>
84 84
		</dependency>
85 85
		<dependency>
86 86
			<groupId>eu.dnetlib</groupId>
87 87
			<artifactId>uoa-clients</artifactId>
88
			<version>[1.0.0-SNAPSHOT,)</version>
88
			<version>[1.0.0]</version>
89 89
		</dependency>
90 90
		<dependency>
91 91
			<groupId>eu.dnetlib</groupId>
92 92
			<artifactId>uoa-utils</artifactId>
93
			<version>[1.0.0-SNAPSHOT,)</version>
93
			<version>[1.0.0]</version>
94 94
		</dependency>
95 95
		<dependency>
96 96
			<groupId>eu.dnetlib</groupId>
97 97
			<artifactId>uoa-domain</artifactId>
98
			<version>[1.0.0-SNAPSHOT,)</version>
98
			<version>[1.0.0]</version>
99 99
		</dependency>
100 100
		<dependency>
101 101
			<groupId>eu.dnetlib</groupId>
102 102
			<artifactId>dnet-runtime</artifactId>
103
			<version>[1.0.0-SNAPSHOT,)</version>
103
			<version>[1.0.0]</version>
104 104
			<exclusions>
105 105
				<exclusion>  <!-- declare the exclusion here -->
106 106
					<groupId>org.apache.geronimo.specs</groupId>
......
156 156
			<artifactId>poi-ooxml</artifactId>
157 157
			<version>3.9</version>
158 158
		</dependency>
159
		<!-- <dependency> -->
160
		<!-- <groupId>org.tuckey</groupId> -->
161
		<!-- <artifactId>urlrewritefilter</artifactId> -->
162
		<!-- <version>4.0.3</version> -->
163
		<!-- </dependency> -->
164 159
		<dependency>
165 160
			<groupId>net.sf.ehcache</groupId>
166 161
			<artifactId>ehcache</artifactId>

Also available in: Unified diff