comparison pom.xml @ 66:5b568de5ee0d

updated to new Neo4J version 2.0. doesn't use new features. problems with neo4j admin web ui.
author casties
date Wed, 19 Feb 2014 14:38:31 +0100
parents f0f55ab768c9
children 2b1e6df5e21a
comparison
equal deleted inserted replaced
65:c0dd5314bada 66:5b568de5ee0d
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.2.1-SNAPSHOT</version> 6 <version>0.3-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>2.0.1</neo4j-version>
10 <restlet-version>2.0.14</restlet-version> 10 <restlet-version>2.0.15</restlet-version>
11 <!-- <restlet-version>2.1.7</restlet-version> -->
11 </properties> 12 </properties>
12 <repositories> 13 <repositories>
13 <repository> 14 <repository>
14 <id>neo4j-release-repository</id> 15 <id>neo4j-release-repository</id>
15 <name>Neo4j Maven 2 release repository</name> 16 <name>Neo4j Maven 2 release repository</name>
92 <plugins> 93 <plugins>
93 <plugin> 94 <plugin>
94 <groupId>org.apache.maven.plugins</groupId> 95 <groupId>org.apache.maven.plugins</groupId>
95 <artifactId>maven-compiler-plugin</artifactId> 96 <artifactId>maven-compiler-plugin</artifactId>
96 <configuration> 97 <configuration>
97 <source>1.6</source> 98 <source>1.7</source>
98 <target>1.6</target> 99 <target>1.7</target>
99 </configuration> 100 </configuration>
100 </plugin> 101 </plugin>
101 </plugins> 102 </plugins>
102 </pluginManagement> 103 </pluginManagement>
103 </build> 104 </build>