created querydsl structure updated to version 0.2.0

This commit is contained in:
Timo Westkämper 2008-03-06 17:38:32 +00:00
parent a85fdb6d68
commit 45a03ef1c9
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
<projectDescription>
<name>querydsl</name>
<name>querydsl-core</name>
<comment>Default Mysema project template</comment>
<projects/>
<buildSpec>

View File

@ -1,4 +1,4 @@
#Mon Mar 03 20:26:17 EET 2008
#Thu Mar 06 19:32:50 EET 2008
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.source=1.5

View File

@ -11,8 +11,8 @@
</parent>
<groupId>com.mysema.querydsl</groupId>
<artifactId>querydsl</artifactId>
<version>0.1.1</version>
<artifactId>querydsl-core</artifactId>
<version>0.2.0</version>
<packaging>jar</packaging>
<dependencies>