From 7590f55547e3f9094a32ba48f93a62aad4f29cd4 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 3 May 2011 11:36:40 +0200 Subject: [PATCH] DATADOC-115 - Upgraded to Querydsl 2.2.0-beta4. Unfortunately the beta version numbers of Querydsl are not OSGi compatible so that we have to maintain the version number in template.mf manually. Updated version of APT Maven plugin to 1.0.1. --- spring-data-commons-core/pom.xml | 4 ++-- spring-data-commons-core/template.mf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-data-commons-core/pom.xml b/spring-data-commons-core/pom.xml index 9c2a32b67..6038e3242 100644 --- a/spring-data-commons-core/pom.xml +++ b/spring-data-commons-core/pom.xml @@ -12,7 +12,7 @@ Spring Data Commons Core - 2.1.1 + 2.2.0-beta4 @@ -105,7 +105,7 @@ com.mysema.maven maven-apt-plugin - 1.0 + 1.0.1 generate-test-sources diff --git a/spring-data-commons-core/template.mf b/spring-data-commons-core/template.mf index dac7166fa..949c34323 100644 --- a/spring-data-commons-core/template.mf +++ b/spring-data-commons-core/template.mf @@ -5,7 +5,7 @@ Bundle-ManifestVersion: 2 Import-Package: sun.reflect;version="0";resolution:=optional Import-Template: - com.mysema.query.*;version="${querydsl.version:[=.=.=,+1.0.0)}";resolution:=optional, + com.mysema.query.*;version="[2.2.0,3.0.0)";resolution:=optional, org.springframework.aop.*;version="${org.springframework.version:[=.=.=,+1.0.0)}", org.springframework.beans.*;version="${org.springframework.version:[=.=.=,+1.0.0)}", org.springframework.core.*;version="${org.springframework.version:[=.=.=,+1.0.0)}",