mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-24 21:07:26 +08:00
created querydsl structure updated to version 0.2.0
This commit is contained in:
parent
a85fdb6d68
commit
45a03ef1c9
@ -1,5 +1,5 @@
|
||||
<projectDescription>
|
||||
<name>querydsl</name>
|
||||
<name>querydsl-core</name>
|
||||
<comment>Default Mysema project template</comment>
|
||||
<projects/>
|
||||
<buildSpec>
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user