diff --git a/querydsl-apt/pom.xml b/querydsl-apt/pom.xml index cefc0a2e1..4c96411b9 100644 --- a/querydsl-apt/pom.xml +++ b/querydsl-apt/pom.xml @@ -5,7 +5,7 @@ com.mysema.querydsl querydsl-root - 2.9.0.BUILD-SNAPSHOT + 3.0.0.BETA1 ../querydsl-root/pom.xml @@ -46,26 +46,26 @@ hibernate-jpa-2.0-api 1.0.0.Final provided - - - org.springframework.roo - org.springframework.roo.annotations - 1.2.3.RELEASE - provided - - - org.apache.commons - commons-lang3 - - - commons-io - commons-io - - - commons-codec - commons-codec - - + + + org.springframework.roo + org.springframework.roo.annotations + 1.2.3.RELEASE + provided + + + org.apache.commons + commons-lang3 + + + commons-io + commons-io + + + commons-codec + commons-codec + + @@ -147,7 +147,7 @@ src/main/general.xml src/main/hibernate.xml src/main/jdo.xml - src/main/jpa.xml + src/main/jpa.xml src/main/roo.xml ${project.build.directory} diff --git a/querydsl-codegen/pom.xml b/querydsl-codegen/pom.xml index 059542d20..5f8887500 100644 --- a/querydsl-codegen/pom.xml +++ b/querydsl-codegen/pom.xml @@ -5,7 +5,7 @@ com.mysema.querydsl querydsl-root - 2.9.0.BUILD-SNAPSHOT + 3.0.0.BETA1 ../querydsl-root/pom.xml diff --git a/querydsl-collections/pom.xml b/querydsl-collections/pom.xml index 64393e3fd..8a9193a1e 100644 --- a/querydsl-collections/pom.xml +++ b/querydsl-collections/pom.xml @@ -5,7 +5,7 @@ com.mysema.querydsl querydsl-root - 2.9.0.BUILD-SNAPSHOT + 3.0.0.BETA1 ../querydsl-root/pom.xml @@ -35,13 +35,13 @@ org.slf4j slf4j-log4j12 - - - org.hamcrest - hamcrest-core - 1.3 - true - + + + org.hamcrest + hamcrest-core + 1.3 + true + diff --git a/querydsl-core/pom.xml b/querydsl-core/pom.xml index 45e149a60..df816897f 100644 --- a/querydsl-core/pom.xml +++ b/querydsl-core/pom.xml @@ -5,7 +5,7 @@ com.mysema.querydsl querydsl-root - 2.9.0.BUILD-SNAPSHOT + 3.0.0.BETA1 ../querydsl-root/pom.xml diff --git a/querydsl-docs/src/main/docbook/Querydsl_Reference.xml b/querydsl-docs/src/main/docbook/Querydsl_Reference.xml index 9906b5c79..64baee84f 100644 --- a/querydsl-docs/src/main/docbook/Querydsl_Reference.xml +++ b/querydsl-docs/src/main/docbook/Querydsl_Reference.xml @@ -1,6 +1,6 @@ + ]> diff --git a/querydsl-hibernate-search/pom.xml b/querydsl-hibernate-search/pom.xml index b4612b917..d046c41f5 100644 --- a/querydsl-hibernate-search/pom.xml +++ b/querydsl-hibernate-search/pom.xml @@ -5,7 +5,7 @@ com.mysema.querydsl querydsl-root - 2.9.0.BUILD-SNAPSHOT + 3.0.0.BETA1 ../querydsl-root/pom.xml diff --git a/querydsl-jdo/pom.xml b/querydsl-jdo/pom.xml index 4c38fd895..ef290c1f0 100644 --- a/querydsl-jdo/pom.xml +++ b/querydsl-jdo/pom.xml @@ -5,7 +5,7 @@ com.mysema.querydsl querydsl-root - 2.9.0.BUILD-SNAPSHOT + 3.0.0.BETA1 ../querydsl-root/pom.xml @@ -70,18 +70,18 @@ - - - org.datanucleus - datanucleus-api-jdo - ${dn.version} - test - - - org.datanucleus - datanucleus-core - ${dn.version} - test + + + org.datanucleus + datanucleus-api-jdo + ${dn.version} + test + + + org.datanucleus + datanucleus-core + ${dn.version} + test org.datanucleus @@ -167,11 +167,11 @@ - - org.datanucleus - datanucleus-api-jdo - ${dn.version} - runtime + + org.datanucleus + datanucleus-api-jdo + ${dn.version} + runtime diff --git a/querydsl-jpa-codegen/pom.xml b/querydsl-jpa-codegen/pom.xml index 4bf2aede7..fafdff829 100644 --- a/querydsl-jpa-codegen/pom.xml +++ b/querydsl-jpa-codegen/pom.xml @@ -5,7 +5,7 @@ com.mysema.querydsl querydsl-root - 2.9.0.BUILD-SNAPSHOT + 3.0.0.BETA1 ../querydsl-root/pom.xml diff --git a/querydsl-jpa/pom.xml b/querydsl-jpa/pom.xml index 65e7b1b18..5a4f79599 100644 --- a/querydsl-jpa/pom.xml +++ b/querydsl-jpa/pom.xml @@ -1,340 +1,340 @@ - - 4.0.0 - - - com.mysema.querydsl - querydsl-root - 2.9.0.BUILD-SNAPSHOT - ../querydsl-root/pom.xml - - - com.mysema.querydsl - querydsl-jpa - Querydsl - JPA support - JPA support for Querydsl - jar - - - 4.1.7.Final - 4.3.0.Final - - - - - org.hibernate - hibernate-core - ${hibernate.version} - - - cglib - cglib - - - asm - asm - - - provided - - - org.hibernate - hibernate-entitymanager - ${hibernate.version} - provided - - - org.hibernate - hibernate-validator - ${hibernate.validator.version} - provided - - - org.slf4j - slf4j-api - - - - - - org.hibernate.javax.persistence - hibernate-jpa-2.0-api - 1.0.0.Final - compile - - - - com.mysema.querydsl - querydsl-core - ${project.parent.version} - - - com.mysema.querydsl - querydsl-apt - ${project.parent.version} - provided - - - - com.mysema.querydsl - querydsl-sql - ${project.parent.version} - compile - true - - - - org.slf4j - slf4j-api - - - org.slf4j - slf4j-log4j12 - - - - - - org.eclipse.persistence - eclipselink - 2.4.0 - test - - - - postgresql - postgresql - ${postgresql.version} - test - - - - com.oracle - ojdbc6 - 11.1.0.7.0 - test - - - - org.apache.openjpa - openjpa-persistence - 2.2.0 - test - - - org.apache.openjpa - openjpa-persistence-jdbc - 2.2.0 - test - - - - org.batoo.jpa - batoo-jpa - 2.0.1.0-RTM - test - - - com.jolbox - bonecp - 0.7.1.RELEASE - test - - - - org.hsqldb - hsqldb - ${hsqldb.version} - test - - - - com.h2database - h2 - ${h2.version} - test - - - - org.apache.derby - derby - ${derby.version} - test - - - mysql - mysql-connector-java - ${mysql.version} - test - - - net.sourceforge.jtds - jtds - ${jtds.version} - test - - - com.mysema.querydsl - querydsl-core - ${project.parent.version} - test - test-jar - - - - jdepend - jdepend - 2.9.1 - test - - - - - - - - - com.springsource.bundlor - com.springsource.bundlor.maven - - - - org.apache.maven.plugins - maven-jar-plugin - - - apt - - jar - - - apt - src/apt - - - - test-jar - - test-jar - - - - - - maven-source-plugin - - - package - - test-jar - - - - - - - maven-assembly-plugin - - - one-jars - - single - - package - - - src/main/assembly.xml - src/main/assembly-hibernate.xml - - ${project.build.directory} - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.6 - - - **/*Test.java - - - - derby.stream.error.file - target/derby.log - - - - - - verification - - test - - verify - - - - version - ${project.version} - - - - com/mysema/query/PackageVerification.java - - - - - - - - com.mysema.maven - apt-maven-plugin - 1.0.6 - - - - test-process - add-test-sources - - - target/generated-test-sources/java - com.mysema.query.apt.hibernate.HibernateAnnotationProcessor - - - - - - com.mysema.querydsl - querydsl-maven-plugin - ${project.version} - - - org.apache.derby.jdbc.EmbeddedDriver - jdbc:derby:target/derbydb;create=true - com.mysema.query.jpa.domain.sql - src/test/java - S - - - - org.apache.derby - derby - ${derby.version} - - - - - - + + 4.0.0 + + + com.mysema.querydsl + querydsl-root + 3.0.0.BETA1 + ../querydsl-root/pom.xml + + + com.mysema.querydsl + querydsl-jpa + Querydsl - JPA support + JPA support for Querydsl + jar + + + 4.1.7.Final + 4.3.0.Final + + + + + org.hibernate + hibernate-core + ${hibernate.version} + + + cglib + cglib + + + asm + asm + + + provided + + + org.hibernate + hibernate-entitymanager + ${hibernate.version} + provided + + + org.hibernate + hibernate-validator + ${hibernate.validator.version} + provided + + + org.slf4j + slf4j-api + + + + + + org.hibernate.javax.persistence + hibernate-jpa-2.0-api + 1.0.0.Final + compile + + + + com.mysema.querydsl + querydsl-core + ${project.parent.version} + + + com.mysema.querydsl + querydsl-apt + ${project.parent.version} + provided + + + + com.mysema.querydsl + querydsl-sql + ${project.parent.version} + compile + true + + + + org.slf4j + slf4j-api + + + org.slf4j + slf4j-log4j12 + + + + + + org.eclipse.persistence + eclipselink + 2.4.0 + test + + + + postgresql + postgresql + ${postgresql.version} + test + + + + com.oracle + ojdbc6 + 11.1.0.7.0 + test + + + + org.apache.openjpa + openjpa-persistence + 2.2.0 + test + + + org.apache.openjpa + openjpa-persistence-jdbc + 2.2.0 + test + + + + org.batoo.jpa + batoo-jpa + 2.0.1.0-RTM + test + + + com.jolbox + bonecp + 0.7.1.RELEASE + test + + + + org.hsqldb + hsqldb + ${hsqldb.version} + test + + + + com.h2database + h2 + ${h2.version} + test + + + + org.apache.derby + derby + ${derby.version} + test + + + mysql + mysql-connector-java + ${mysql.version} + test + + + net.sourceforge.jtds + jtds + ${jtds.version} + test + + + com.mysema.querydsl + querydsl-core + ${project.parent.version} + test + test-jar + + + + jdepend + jdepend + 2.9.1 + test + + + + + + + + + com.springsource.bundlor + com.springsource.bundlor.maven + + + + org.apache.maven.plugins + maven-jar-plugin + + + apt + + jar + + + apt + src/apt + + + + test-jar + + test-jar + + + + + + maven-source-plugin + + + package + + test-jar + + + + + + + maven-assembly-plugin + + + one-jars + + single + + package + + + src/main/assembly.xml + src/main/assembly-hibernate.xml + + ${project.build.directory} + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.6 + + + **/*Test.java + + + + derby.stream.error.file + target/derby.log + + + + + + verification + + test + + verify + + + + version + ${project.version} + + + + com/mysema/query/PackageVerification.java + + + + + + + + com.mysema.maven + apt-maven-plugin + 1.0.6 + + + + test-process + add-test-sources + + + target/generated-test-sources/java + com.mysema.query.apt.hibernate.HibernateAnnotationProcessor + + + + + + com.mysema.querydsl + querydsl-maven-plugin + ${project.version} + + + org.apache.derby.jdbc.EmbeddedDriver + jdbc:derby:target/derbydb;create=true + com.mysema.query.jpa.domain.sql + src/test/java + S + + + + org.apache.derby + derby + ${derby.version} + + + + + + diff --git a/querydsl-lucene/pom.xml b/querydsl-lucene/pom.xml index 133d6b395..52443d7f9 100644 --- a/querydsl-lucene/pom.xml +++ b/querydsl-lucene/pom.xml @@ -5,7 +5,7 @@ com.mysema.querydsl querydsl-root - 2.9.0.BUILD-SNAPSHOT + 3.0.0.BETA1 ../querydsl-root/pom.xml diff --git a/querydsl-maven-plugin/pom.xml b/querydsl-maven-plugin/pom.xml index a604905e6..76db85f8e 100644 --- a/querydsl-maven-plugin/pom.xml +++ b/querydsl-maven-plugin/pom.xml @@ -5,7 +5,7 @@ com.mysema.querydsl querydsl-root - 2.9.0.BUILD-SNAPSHOT + 3.0.0.BETA1 ../querydsl-root/pom.xml diff --git a/querydsl-mongodb/pom.xml b/querydsl-mongodb/pom.xml index 02d9f77f1..7d8b2edac 100644 --- a/querydsl-mongodb/pom.xml +++ b/querydsl-mongodb/pom.xml @@ -5,7 +5,7 @@ com.mysema.querydsl querydsl-root - 2.9.0.BUILD-SNAPSHOT + 3.0.0.BETA1 ../querydsl-root/pom.xml diff --git a/querydsl-root/pom.xml b/querydsl-root/pom.xml index 443af25c1..49c663738 100644 --- a/querydsl-root/pom.xml +++ b/querydsl-root/pom.xml @@ -1,492 +1,492 @@ - - - 4.0.0 - com.mysema.querydsl - querydsl-root - 2.9.0.BUILD-SNAPSHOT - Querydsl - parent project for Querydsl modules - http://www.querydsl.com - - - com.mysema.home - mysema-source - 0.3.0 - - - pom - - 2007 - - - false - UTF-8 - - - 10.8.2.2 - 2.2.4 - 1.3.170 - 9.1-901.jdbc4 - 10.2.0.5.0 - 5.1.18 - 1.2.4 - 8.4.1.2032 - 3.7.2 - - 13.0.1 - 0.5.8 - 0.2.4 - 2.2 - 1.3.2 - 1.6.1 - - - - - junit - junit - 4.8.1 - test - - - javax.servlet - servlet-api - - - - - - org.easymock - easymock - 3.0 - test - - - - - - - org.slf4j - slf4j-api - ${slf4j.version} - - - org.slf4j - slf4j-log4j12 - ${slf4j.version} - provided - - - - - - Mysema Ltd - http://www.mysema.com - - - - scm:git:git@github.com:mysema/querydsl.git - scm:git:git@github.com:mysema/querydsl.git - git@github.com:mysema/querydsl.git - - - - - tiwe - Timo Westkämper - timo.westkamper@mysema.com - Mysema Ltd - - Project Manager - Architect - - - - sasa - Samppa Saarela - samppa.saarela@mysema.com - Mysema Ltd - - Developer - - - - vema - Vesa Marttila - vesa.marttila@mysema.com - Mysema Ltd - - Developer - - - - laim - Lassi Immonen - lassi.immonen@mysema.com - Mysema Ltd - - Developer - - - - - - - Apache License, Version 2.0 - LICENSE.txt - - - - - - - - org.apache.maven.plugins - maven-assembly-plugin - 2.2-beta-5 - - - com.mysema.maven - maven-apt-plugin - 0.3.1 - - - com.springsource.bundlor - com.springsource.bundlor.maven - 1.0.0.RELEASE - - - bundlor - - bundlor - - - - - true - - - - - - - - maven-assembly-plugin - 2.2-beta-5 - - - ../querydsl-root/src/main/assembly.xml - - ../querydsl-root/target/dist - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.5 - - ${project.build.directory}/dist/apidocs - ${project.build.directory}/dist/apidocs - - - Core - com.mysema.query:com.mysema.query.alias:com.mysema.query.annotations:com.mysema.query.codegen:com.mysema.query.dml:com.mysema.query.functions:com.mysema.query.serialization:com.mysema.query.support:com.mysema.query.types* - - - APT - com.mysema.query.apt* - - - Collections - com.mysema.query.collections* - - - JPA - com.mysema.query.jpa* - - - JDO - com.mysema.query.jdo* - - - SQL - com.mysema.query.sql* - - - Lucene - com.mysema.query.lucene - - - Hibernate Search - com.mysema.query.search - - - Mongodb - com.mysema.query.mongodb* - - - - - - com.mysema.maven - maven-version-plugin - 0.1.0 - - - org.apache.maven.plugins - maven-pmd-plugin - 2.3 - - 1.6 - true - - - - maven-compiler-plugin - - 1.6 - 1.6 - - - - maven-source-plugin - - - package - - jar - - - - - - org.apache.maven.plugins - maven-jar-plugin - - true - - - - org.apache.maven.plugins - maven-surefire-plugin - - -Xms256m -Xmx512m - - - - - - - - all - true - - ../querydsl-core - ../querydsl-codegen - ../querydsl-apt - ../querydsl-collections - ../querydsl-sql - ../querydsl-sql-codegen - ../querydsl-maven-plugin - ../querydsl-jpa - ../querydsl-jpa-codegen - ../querydsl-jdo - - - ../querydsl-lucene - ../querydsl-hibernate-search - - - ../querydsl-mongodb - - - ../querydsl-scala - - - - - hibernate-search - - ../querydsl-core - ../querydsl-codegen - ../querydsl-lucene - ../querydsl-hibernate-search - - - - - jpa - - ../querydsl-core - ../querydsl-codegen - ../querydsl-apt - ../querydsl-sql - ../querydsl-sql-codegen - ../querydsl-maven-plugin - ../querydsl-jpa - ../querydsl-jpa-codegen - - - - - jdo - - ../querydsl-core - ../querydsl-codegen - ../querydsl-apt - ../querydsl-sql - ../querydsl-sql-codegen - ../querydsl-maven-plugin - ../querydsl-jdo - - - - - lucene - - ../querydsl-core - ../querydsl-codegen - ../querydsl-apt - ../querydsl-lucene - - - - - mongodb - - ../querydsl-core - ../querydsl-codegen - ../querydsl-apt - ../querydsl-mongodb - - - - - sql - - ../querydsl-core - ../querydsl-codegen - ../querydsl-sql - ../querydsl-sql-codegen - - - - - collections - - ../querydsl-core - ../querydsl-codegen - ../querydsl-apt - ../querydsl-collections - - - - - jenkins - - - source - http://source.mysema.com/maven2/releases - - - jboss - http://repository.jboss.org/maven2 - - - jboss2 - https://repository.jboss.org/nexus/content/repositories/releases - - - EclipseLink Repo - http://download.eclipse.org/rt/eclipselink/maven.repo/ - - - jahia - http://maven.jahia.org/maven2 - - - datanucleus - http://www.datanucleus.org/downloads/maven2 - - - morphia_repo - http://morphia.googlecode.com/svn/mavenrepo/ - - - scala-tools.org - http://scala-tools.org/repo-releases - - - CUBRID - http://maven.cubrid.org - - - Sonatype snapshots - https://oss.sonatype.org/content/repositories/snapshots - - true - - - false - - - - com.springsource.repository.bundles.release - http://repository.springsource.com/maven/bundles/release - - - spring roo repository - http://spring-roo-repository.springsource.org/release - - - - - - datanucleus - http://www.datanucleus.org/downloads/maven2 - - - scala-tools.org - http://scala-tools.org/repo-releases - - - com.springsource.repository.bundles.release - http://repository.springsource.com/maven/bundles/release - - - - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - - http://java.sun.com/javase/6/docs/api/ - http://www.hibernate.org/hib_docs/v3/api/ - - - - - org.codehaus.mojo - junit-report-maven-plugin - devel - - true - - - - org.apache.maven.plugins - maven-jxr-plugin - - true - - - - - + + + 4.0.0 + com.mysema.querydsl + querydsl-root + 3.0.0.BETA1 + Querydsl + parent project for Querydsl modules + http://www.querydsl.com + + + com.mysema.home + mysema-source + 0.3.0 + + + pom + + 2007 + + + false + UTF-8 + + + 10.8.2.2 + 2.2.4 + 1.3.170 + 9.1-901.jdbc4 + 10.2.0.5.0 + 5.1.18 + 1.2.4 + 8.4.1.2032 + 3.7.2 + + 13.0.1 + 0.5.8 + 0.2.4 + 2.2 + 1.3.2 + 1.6.1 + + + + + junit + junit + 4.8.1 + test + + + javax.servlet + servlet-api + + + + + + org.easymock + easymock + 3.0 + test + + + + + + + org.slf4j + slf4j-api + ${slf4j.version} + + + org.slf4j + slf4j-log4j12 + ${slf4j.version} + provided + + + + + + Mysema Ltd + http://www.mysema.com + + + + scm:git:git@github.com:mysema/querydsl.git + scm:git:git@github.com:mysema/querydsl.git + git@github.com:mysema/querydsl.git + + + + + tiwe + Timo Westkämper + timo.westkamper@mysema.com + Mysema Ltd + + Project Manager + Architect + + + + sasa + Samppa Saarela + samppa.saarela@mysema.com + Mysema Ltd + + Developer + + + + vema + Vesa Marttila + vesa.marttila@mysema.com + Mysema Ltd + + Developer + + + + laim + Lassi Immonen + lassi.immonen@mysema.com + Mysema Ltd + + Developer + + + + + + + Apache License, Version 2.0 + LICENSE.txt + + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + 2.2-beta-5 + + + com.mysema.maven + maven-apt-plugin + 0.3.1 + + + com.springsource.bundlor + com.springsource.bundlor.maven + 1.0.0.RELEASE + + + bundlor + + bundlor + + + + + true + + + + + + + + maven-assembly-plugin + 2.2-beta-5 + + + ../querydsl-root/src/main/assembly.xml + + ../querydsl-root/target/dist + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.5 + + ${project.build.directory}/dist/apidocs + ${project.build.directory}/dist/apidocs + + + Core + com.mysema.query:com.mysema.query.alias:com.mysema.query.annotations:com.mysema.query.codegen:com.mysema.query.dml:com.mysema.query.functions:com.mysema.query.serialization:com.mysema.query.support:com.mysema.query.types* + + + APT + com.mysema.query.apt* + + + Collections + com.mysema.query.collections* + + + JPA + com.mysema.query.jpa* + + + JDO + com.mysema.query.jdo* + + + SQL + com.mysema.query.sql* + + + Lucene + com.mysema.query.lucene + + + Hibernate Search + com.mysema.query.search + + + Mongodb + com.mysema.query.mongodb* + + + + + + com.mysema.maven + maven-version-plugin + 0.1.0 + + + org.apache.maven.plugins + maven-pmd-plugin + 2.3 + + 1.6 + true + + + + maven-compiler-plugin + + 1.6 + 1.6 + + + + maven-source-plugin + + + package + + jar + + + + + + org.apache.maven.plugins + maven-jar-plugin + + true + + + + org.apache.maven.plugins + maven-surefire-plugin + + -Xms256m -Xmx512m + + + + + + + + all + true + + ../querydsl-core + ../querydsl-codegen + ../querydsl-apt + ../querydsl-collections + ../querydsl-sql + ../querydsl-sql-codegen + ../querydsl-maven-plugin + ../querydsl-jpa + ../querydsl-jpa-codegen + ../querydsl-jdo + + + ../querydsl-lucene + ../querydsl-hibernate-search + + + ../querydsl-mongodb + + + ../querydsl-scala + + + + + hibernate-search + + ../querydsl-core + ../querydsl-codegen + ../querydsl-lucene + ../querydsl-hibernate-search + + + + + jpa + + ../querydsl-core + ../querydsl-codegen + ../querydsl-apt + ../querydsl-sql + ../querydsl-sql-codegen + ../querydsl-maven-plugin + ../querydsl-jpa + ../querydsl-jpa-codegen + + + + + jdo + + ../querydsl-core + ../querydsl-codegen + ../querydsl-apt + ../querydsl-sql + ../querydsl-sql-codegen + ../querydsl-maven-plugin + ../querydsl-jdo + + + + + lucene + + ../querydsl-core + ../querydsl-codegen + ../querydsl-apt + ../querydsl-lucene + + + + + mongodb + + ../querydsl-core + ../querydsl-codegen + ../querydsl-apt + ../querydsl-mongodb + + + + + sql + + ../querydsl-core + ../querydsl-codegen + ../querydsl-sql + ../querydsl-sql-codegen + + + + + collections + + ../querydsl-core + ../querydsl-codegen + ../querydsl-apt + ../querydsl-collections + + + + + jenkins + + + source + http://source.mysema.com/maven2/releases + + + jboss + http://repository.jboss.org/maven2 + + + jboss2 + https://repository.jboss.org/nexus/content/repositories/releases + + + EclipseLink Repo + http://download.eclipse.org/rt/eclipselink/maven.repo/ + + + jahia + http://maven.jahia.org/maven2 + + + datanucleus + http://www.datanucleus.org/downloads/maven2 + + + morphia_repo + http://morphia.googlecode.com/svn/mavenrepo/ + + + scala-tools.org + http://scala-tools.org/repo-releases + + + CUBRID + http://maven.cubrid.org + + + Sonatype snapshots + https://oss.sonatype.org/content/repositories/snapshots + + true + + + false + + + + com.springsource.repository.bundles.release + http://repository.springsource.com/maven/bundles/release + + + spring roo repository + http://spring-roo-repository.springsource.org/release + + + + + + datanucleus + http://www.datanucleus.org/downloads/maven2 + + + scala-tools.org + http://scala-tools.org/repo-releases + + + com.springsource.repository.bundles.release + http://repository.springsource.com/maven/bundles/release + + + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + http://java.sun.com/javase/6/docs/api/ + http://www.hibernate.org/hib_docs/v3/api/ + + + + + org.codehaus.mojo + junit-report-maven-plugin + devel + + true + + + + org.apache.maven.plugins + maven-jxr-plugin + + true + + + + + diff --git a/querydsl-scala/pom.xml b/querydsl-scala/pom.xml index 7925f6c8d..79b9a2846 100644 --- a/querydsl-scala/pom.xml +++ b/querydsl-scala/pom.xml @@ -5,7 +5,7 @@ com.mysema.querydsl querydsl-root - 2.9.0.BUILD-SNAPSHOT + 3.0.0.BETA1 ../querydsl-root/pom.xml diff --git a/querydsl-sql-codegen/pom.xml b/querydsl-sql-codegen/pom.xml index f07a75e8b..2a8b2d725 100644 --- a/querydsl-sql-codegen/pom.xml +++ b/querydsl-sql-codegen/pom.xml @@ -5,7 +5,7 @@ com.mysema.querydsl querydsl-root - 2.9.0.BUILD-SNAPSHOT + 3.0.0.BETA1 ../querydsl-root/pom.xml diff --git a/querydsl-sql/pom.xml b/querydsl-sql/pom.xml index 3bd27b054..25cbe9c34 100644 --- a/querydsl-sql/pom.xml +++ b/querydsl-sql/pom.xml @@ -5,7 +5,7 @@ com.mysema.querydsl querydsl-root - 2.9.0.BUILD-SNAPSHOT + 3.0.0.BETA1 ../querydsl-root/pom.xml