comparison pom.xml @ 5:bbf0cc5bee29

version 0.2 really works now
author casties
date Tue, 03 Jul 2012 21:23:17 +0200
parents 3599b29c393f
children e9dfac5b0566
comparison
equal deleted inserted replaced
4:3599b29c393f 5:bbf0cc5bee29
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion> 3 <modelVersion>4.0.0</modelVersion>
4 <groupId>de.mpiwg.itgroup.annotations</groupId> 4 <groupId>de.mpiwg.itgroup.annotations</groupId>
5 <artifactId>AnnotationManagerN4J</artifactId> 5 <artifactId>AnnotationManagerN4J</artifactId>
6 <version>0.0.1-SNAPSHOT</version> 6 <version>0.2.0-SNAPSHOT</version>
7 <properties> 7 <properties>
8 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 8 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
9 <neo4j-version>1.7.1</neo4j-version> 9 <neo4j-version>1.7.1</neo4j-version>
10 <restlet-version>2.0.14</restlet-version> 10 <restlet-version>2.0.14</restlet-version>
11 </properties> 11 </properties>
19 </releases> 19 </releases>
20 <snapshots> 20 <snapshots>
21 <enabled>false</enabled> 21 <enabled>false</enabled>
22 </snapshots> 22 </snapshots>
23 </repository> 23 </repository>
24 <repository> 24 <repository>
25 <id>maven-restlet</id> 25 <id>maven-restlet</id>
26 <name>Public online Restlet repository</name> 26 <name>Public online Restlet repository</name>
27 <url>http://maven.restlet.org</url> 27 <url>http://maven.restlet.org</url>
28 </repository> 28 </repository>
29 </repositories> 29 </repositories>
30 <dependencies> 30 <dependencies>
31 <dependency> 31 <dependency>
32 <groupId>org.neo4j</groupId> 32 <groupId>org.neo4j</groupId>
33 <artifactId>neo4j</artifactId> 33 <artifactId>neo4j</artifactId>
68 <artifactId>servlet-api</artifactId> 68 <artifactId>servlet-api</artifactId>
69 <groupId>javax.servlet</groupId> 69 <groupId>javax.servlet</groupId>
70 </exclusion> 70 </exclusion>
71 </exclusions> 71 </exclusions>
72 </dependency> 72 </dependency>
73 <dependency> 73 <dependency>
74 <groupId>log4j</groupId> 74 <groupId>log4j</groupId>
75 <artifactId>log4j</artifactId> 75 <artifactId>log4j</artifactId>
76 <version>1.2.14</version> 76 <version>1.2.14</version>
77 </dependency> 77 </dependency>
78 <dependency> 78 <dependency>
79 <groupId>commons-codec</groupId> 79 <groupId>commons-codec</groupId>
80 <artifactId>commons-codec</artifactId> 80 <artifactId>commons-codec</artifactId>
81 <version>1.4</version> 81 <version>1.4</version>
82 </dependency> 82 </dependency>
83 </dependencies> 83 </dependencies>
84 <build> 84 <build>
85 <finalName>AnnotationManager</finalName>
85 <pluginManagement> 86 <pluginManagement>
86 <plugins> 87 <plugins>
87 <plugin> 88 <plugin>
88 <groupId>org.apache.maven.plugins</groupId> 89 <groupId>org.apache.maven.plugins</groupId>
89 <artifactId>maven-compiler-plugin</artifactId> 90 <artifactId>maven-compiler-plugin</artifactId>