Changeset 66:5b568de5ee0d in AnnotationManagerN4J for pom.xml
Legend:
- Unmodified
- Added
- Removed
-
pom.xml
r19 r66 4 4 <groupId>de.mpiwg.itgroup.annotations</groupId> 5 5 <artifactId>AnnotationManagerN4J</artifactId> 6 <version>0. 2.1-SNAPSHOT</version>6 <version>0.3-SNAPSHOT</version> 7 7 <properties> 8 8 <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> --> 11 12 </properties> 12 13 <repositories> … … 95 96 <artifactId>maven-compiler-plugin</artifactId> 96 97 <configuration> 97 <source>1. 6</source>98 <target>1. 6</target>98 <source>1.7</source> 99 <target>1.7</target> 99 100 </configuration> 100 101 </plugin>
Note: See TracChangeset
for help on using the changeset viewer.