mirror of
https://github.com/querydsl/querydsl.git
synced 2026-07-03 21:07:49 +08:00
#665127 : upgraded JDO API version to 3.0
This commit is contained in:
parent
406c37bf38
commit
0d0deba066
@ -15,15 +15,15 @@
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<properties>
|
||||
<jdo.version>2.3-ec</jdo.version>
|
||||
<dn.version>2.0.4</dn.version>
|
||||
<jdo.version>3.0</jdo.version>
|
||||
<dn.version>2.1.2</dn.version>
|
||||
<dn.plugin.version>2.0.1</dn.plugin.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>javax.jdo</groupId>
|
||||
<artifactId>jdo2-api</artifactId>
|
||||
<artifactId>jdo-api</artifactId>
|
||||
<version>${jdo.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user