Project

General

Profile

« Previous | Next » 

Revision f7901f90

Added by Markus Döring over 16 years ago

View differences:

cdmlib-remote/pom.xml
7 7
  <parent>
8 8
    <artifactId>cdmParent</artifactId>
9 9
    <groupId>eu.etaxonomy</groupId>
10
  	<version>${cdmlib.version}</version>
10
  	<version>0.5.0</version>
11 11
    <relativePath>../cdmParent/pom.xml</relativePath>
12 12
  </parent>
13 13
	
......
15 15
  <groupId>eu.etaxonomy</groupId>
16 16
	<artifactId>cdmlib-remote</artifactId>
17 17
  <packaging>war</packaging>
18
  <version>0.1</version>
18
  <version>0.1-SNAPSHOT</version>
19 19
  <name>EDIT CDM Community Server</name>
20 20
  <description>The EDIT CDM Community Server allows remote access to the common data model via webservices in the wider sense</description>
21 21
  <scm>
......
32 32
		<dependency>
33 33
			<groupId>eu.etaxonomy</groupId>
34 34
			<artifactId>cdmlib-model</artifactId>
35
			<version>${cdmlib.version}</version>
35
			<version>0.4.9</version>
36 36
		</dependency>
37 37
		<dependency>
38 38
			<groupId>javax.servlet</groupId>
39 39
			<artifactId>servlet-api</artifactId>
40
			<version>2.4</version>
40
			<version>2.5</version>
41 41
			<scope>provided</scope>
42 42
		</dependency>
43 43

  
......
54 54
			<classifier>jdk15</classifier>   
55 55
		</dependency>
56 56
		<dependency>
57
			<groupId>spring-json</groupId>
57
			<groupId>eu.etaxonomy</groupId>
58 58
			<artifactId>spring-json</artifactId>
59
			<version>0.1-beta-1</version>
59
			<version>0.1</version>
60 60
		</dependency>
61 61

  
62 62
		<dependency>

Also available in: Unified diff