Changeset 66:5b568de5ee0d in AnnotationManagerN4J for pom.xml


Ignore:
Timestamp:
Feb 19, 2014, 1:38:31 PM (10 years ago)
Author:
casties
Branch:
default
Message:

updated to new Neo4J version 2.0. doesn't use new features. problems with neo4j admin web ui.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pom.xml

    r19 r66  
    44        <groupId>de.mpiwg.itgroup.annotations</groupId>
    55        <artifactId>AnnotationManagerN4J</artifactId>
    6         <version>0.2.1-SNAPSHOT</version>
     6        <version>0.3-SNAPSHOT</version>
    77        <properties>
    88                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    9                 <neo4j-version>1.7.1</neo4j-version>
    10                 <restlet-version>2.0.14</restlet-version>
     9                <neo4j-version>2.0.1</neo4j-version>
     10        <restlet-version>2.0.15</restlet-version>
     11        <!-- <restlet-version>2.1.7</restlet-version> -->
    1112        </properties>
    1213        <repositories>
     
    9596                                        <artifactId>maven-compiler-plugin</artifactId>
    9697                                        <configuration>
    97                                                 <source>1.6</source>
    98                                                 <target>1.6</target>
     98                                                <source>1.7</source>
     99                                                <target>1.7</target>
    99100                                        </configuration>
    100101                                </plugin>
Note: See TracChangeset for help on using the changeset viewer.