diff --git a/build-all.bat b/build-all.bat
index 606f7c908b..b9917c5ff6 100644
--- a/build-all.bat
+++ b/build-all.bat
@@ -1,23 +1,23 @@
cd jooq
-call mvn clean %1 %2 %3 %4 %5
+call mvn clean %1 %2 %3 %4 %5 -P release
cd ..
cd jooq-meta
-call mvn clean %1 %2 %3 %4 %5
+call mvn clean %1 %2 %3 %4 %5 -P release
cd ..
cd jooq-codegen
-call mvn clean %1 %2 %3 %4 %5
+call mvn clean %1 %2 %3 %4 %5 -P release
cd ..
cd jooq-codegen-maven
-call mvn clean %1 %2 %3 %4 %5
+call mvn clean %1 %2 %3 %4 %5 -P release
cd ..
cd jooq-codegen-maven-example
-call mvn clean %1 %2 %3 %4 %5
+call mvn clean %1 %2 %3 %4 %5 -P release
cd ..
cd jooq-console
-call mvn clean %1 %2 %3 %4 %5
+call mvn clean %1 %2 %3 %4 %5 -P release
cd ..
diff --git a/jOOQ-codegen-maven-example/pom.xml b/jOOQ-codegen-maven-example/pom.xml
index 7946e34dc5..618eb16dd6 100644
--- a/jOOQ-codegen-maven-example/pom.xml
+++ b/jOOQ-codegen-maven-example/pom.xml
@@ -1,57 +1,57 @@
-
- oss-parent
- org.sonatype.oss
- 7
-
- 4.0.0
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+ oss-parent
+ org.sonatype.oss
+ 7
+
+ 4.0.0
- org.jooq
- jooq-codegen-maven-example
- 2.4.0-SNAPSHOT
- jar
+ org.jooq
+ jooq-codegen-maven-example
+ 2.4.0-SNAPSHOT
+ jar
- jOOQ Codegen Maven
- jOOQ effectively combines complex SQL, typesafety, source code generation, active records, stored procedures, advanced data types, and Java in a fluent, intuitive DSL.
- http://www.jooq.org
+ jOOQ Codegen Maven
+ jOOQ effectively combines complex SQL, typesafety, source code generation, active records, stored procedures, advanced data types, and Java in a fluent, intuitive DSL.
+ http://www.jooq.org
-
-
- Apache License, Version 2.0
- http://www.jooq.org/inc/LICENSE.txt
- repo
-
-
+
+
+ Apache License, Version 2.0
+ http://www.jooq.org/inc/LICENSE.txt
+ repo
+
+
-
- scm:svn:https://jooq.svn.sourceforge.net/svnroot/jooq
- https://jooq.svn.sourceforge.net/svnroot/jooq
- scm:svn:https://jooq.svn.sourceforge.net/svnroot/jooq
-
+
+ scm:svn:https://jooq.svn.sourceforge.net/svnroot/jooq
+ https://jooq.svn.sourceforge.net/svnroot/jooq
+ scm:svn:https://jooq.svn.sourceforge.net/svnroot/jooq
+
-
- Trac
- https://sourceforge.net/apps/trac/jooq/report/6
-
+
+ Trac
+ https://sourceforge.net/apps/trac/jooq/report/6
+
-
-
- Lukas Eder
- lukas.eder@gmail.com
-
-
- Sander Plas
- sander.plas@gmail.com
-
+
+
+ Lukas Eder
+ lukas.eder@gmail.com
+
+
+ Sander Plas
+ sander.plas@gmail.com
+
Sergey Epik
sergey.epik@gmail.com
-
+
-
+
org.springframework
spring-jdbc
@@ -89,20 +89,20 @@
test
-
- org.jooq
- jooq
- 2.4.0-SNAPSHOT
- jar
- compile
-
-
- junit
- junit
- 4.9
- jar
- test
-
+
+ org.jooq
+ jooq
+ 2.4.0-SNAPSHOT
+ jar
+ compile
+
+
+ junit
+ junit
+ 4.9
+ jar
+ test
+
org.hsqldb
@@ -111,65 +111,65 @@
jar
test
-
- postgresql
- postgresql
- 9.0-801.jdbc4
- jar
- test
-
-
- net.sourceforge.jtds
- jtds
- 1.2.4
- jar
- test
-
-
- mysql
- mysql-connector-java
- 5.1.18
- jar
- test
-
-
- javax.persistence
- persistence-api
- 1.0.2
- jar
- true
-
-
+
+ postgresql
+ postgresql
+ 9.0-801.jdbc4
+ jar
+ test
+
+
+ net.sourceforge.jtds
+ jtds
+ 1.2.4
+ jar
+ test
+
+
+ mysql
+ mysql-connector-java
+ 5.1.18
+ jar
+ test
+
+
+ javax.persistence
+ persistence-api
+ 1.0.2
+ jar
+ true
+
+
-
- UTF-8
-
+
+ UTF-8
+
-
- deploy
- ${project.artifactId}-${project.version}
+
+ deploy
+ ${project.artifactId}-${project.version}
-
+
-
-
- org.jooq
- jooq-codegen-maven
- 2.4.0-SNAPSHOT
-
-
- exec0
-
- generate
-
-
-
- org.hsqldb.jdbcDriver
- jdbc:hsqldb:hsql://localhost
+
+
+ org.jooq
+ jooq-codegen-maven
+ 2.4.0-SNAPSHOT
+
+
+ exec0
+
+ generate
+
+
+
+ org.hsqldb.jdbcDriver
+ jdbc:hsqldb:hsql://localhost
sa
-
-
+
+
org.jooq.util.DefaultGenerator
org.jooq.util.hsqldb.HSQLDBDatabase
@@ -182,294 +182,279 @@
false
- org.jooq.util.maven.example.hsqldb
- target/generated-sources/jooq-hsqldb
-
+ org.jooq.util.maven.example.hsqldb
+ target/generated-sources/jooq-hsqldb
+
-
-
+
+
-
- exec1
-
- generate
-
-
-
- org.postgresql.Driver
- jdbc:postgresql:postgres
- public
- postgres
- test
-
-
- org.jooq.util.DefaultGenerator
-
- org.jooq.util.postgres.PostgresDatabase
- .*
-
- true
-
-
- true
- false
- false
- true
-
-
- org.jooq.util.maven.example.postgres
- target/generated-sources/jooq-postgres
-
-
-
-
+
+ exec1
+
+ generate
+
+
+
+ org.postgresql.Driver
+ jdbc:postgresql:postgres
+ public
+ postgres
+ test
+
+
+ org.jooq.util.DefaultGenerator
+
+ org.jooq.util.postgres.PostgresDatabase
+ .*
+
+ true
+
+
+ true
+ false
+ false
+ true
+
+
+ org.jooq.util.maven.example.postgres
+ target/generated-sources/jooq-postgres
+
+
+
+
-
- exec2
-
- generate
-
-
-
- net.sourceforge.jtds.jdbc.Driver
- jdbc:jtds:sybase://lukas-hp:5000/TEST
- dbo
- sa
+
+ exec2
+
+ generate
+
+
+
+ net.sourceforge.jtds.jdbc.Driver
+ jdbc:jtds:sybase://lukas-hp:5000/TEST
+ dbo
+ sa
-
-
-
-
- org.jooq.util.DefaultGenerator
-
- org.jooq.util.ase.ASEDatabase
- t_.*,x_.*,v_.*,V_.*,p_.*,f_.*,(f|p)[0-9]+,s_.*
-
-
-
- true
- false
- true
- true
-
-
- org.jooq.util.maven.example.ase
- target/generated-sources/jooq-ase
-
-
-
-
+
+
+
+
+ org.jooq.util.DefaultGenerator
+
+ org.jooq.util.ase.ASEDatabase
+ t_.*,x_.*,v_.*,V_.*,p_.*,f_.*,(f|p)[0-9]+,s_.*
+
+
+
+ true
+ false
+ true
+ true
+
+
+ org.jooq.util.maven.example.ase
+ target/generated-sources/jooq-ase
+
+
+
+
-
- exec3
-
- generate
-
-
-
- com.mysql.jdbc.Driver
- jdbc:mysql://localhost/test
- root
-
-
-
- org.jooq.util.DefaultGenerator
-
- org.jooq.util.mysql.MySQLDatabase
- .*
- t_book_details
- true
+
+ exec3
+
+ generate
+
+
+
+ com.mysql.jdbc.Driver
+ jdbc:mysql://localhost/test
+ root
+
+
+
+ org.jooq.util.DefaultGenerator
+
+ org.jooq.util.mysql.MySQLDatabase
+ .*
+ t_book_details
+ true
-
- test
- test2
+
+ test
+ test2
-
-
-
- BOOLEAN_10
- 1,0
-
-
- BOOLEAN_YN_UC
- "Y",N
-
-
- BOOLEAN_YN_LC
- y,"n"
-
-
- BOOLEAN_YES_NO_UC
- "YES","NO"
-
-
- BOOLEAN_YES_NO_LC
- yes,no
-
-
- BOOLEAN_TRUE_FALSE_UC
- TRUE,FALSE
-
-
- BOOLEAN_TRUE_FALSE_LC
- true,false
-
-
+
+
+
+ BOOLEAN_10
+ 1,0
+
+
+ BOOLEAN_YN_UC
+ "Y",N
+
+
+ BOOLEAN_YN_LC
+ y,"n"
+
+
+ BOOLEAN_YES_NO_UC
+ "YES","NO"
+
+
+ BOOLEAN_YES_NO_LC
+ yes,no
+
+
+ BOOLEAN_TRUE_FALSE_UC
+ TRUE,FALSE
+
+
+ BOOLEAN_TRUE_FALSE_LC
+ true,false
+
+
-
-
-
- BOOLEAN_10
- (?i:(.*?\.)?T_BOOLEANS\.ONE_ZERO)
-
-
- BOOLEAN_YN_UC
- (?i:(.*?\.)?T_BOOLEANS\.Y_N_UC)
-
-
- BOOLEAN_YN_LC
- (?i:(.*?\.)?T_BOOLEANS\.Y_N_LC)
-
-
- BOOLEAN_YES_NO_UC
- (?i:(.*?\.)?T_BOOLEANS\.YES_NO_UC)
-
-
- BOOLEAN_YES_NO_LC
- (?i:(.*?\.)?T_BOOLEANS\.YES_NO_LC)
-
-
- BOOLEAN_TRUE_FALSE_UC
- (?i:(.*?\.)?T_BOOLEANS\.TRUE_FALSE_UC)
-
-
- BOOLEAN_TRUE_FALSE_LC
- (?i:(.*?\.)?T_BOOLEANS\.TRUE_FALSE_LC)
-
-
-
-
- true
- false
- true
- false
- true
- true
-
-
- org.jooq.util.maven.example.mysql
- target/generated-sources/jooq-mysql
-
-
-
-
-
-
-
- org.hsqldb
- hsqldb
- 2.2.6
-
-
- net.sourceforge.jtds
- jtds
- 1.2.4
-
-
- postgresql
- postgresql
- 8.4-702.jdbc4
-
-
- mysql
- mysql-connector-java
- 5.1.18
-
-
-
+
+
+
+ BOOLEAN_10
+ (?i:(.*?\.)?T_BOOLEANS\.ONE_ZERO)
+
+
+ BOOLEAN_YN_UC
+ (?i:(.*?\.)?T_BOOLEANS\.Y_N_UC)
+
+
+ BOOLEAN_YN_LC
+ (?i:(.*?\.)?T_BOOLEANS\.Y_N_LC)
+
+
+ BOOLEAN_YES_NO_UC
+ (?i:(.*?\.)?T_BOOLEANS\.YES_NO_UC)
+
+
+ BOOLEAN_YES_NO_LC
+ (?i:(.*?\.)?T_BOOLEANS\.YES_NO_LC)
+
+
+ BOOLEAN_TRUE_FALSE_UC
+ (?i:(.*?\.)?T_BOOLEANS\.TRUE_FALSE_UC)
+
+
+ BOOLEAN_TRUE_FALSE_LC
+ (?i:(.*?\.)?T_BOOLEANS\.TRUE_FALSE_LC)
+
+
+
+
+ true
+ false
+ true
+ false
+ true
+ true
+
+
+ org.jooq.util.maven.example.mysql
+ target/generated-sources/jooq-mysql
+
+
+
+
+
+
+
+ org.hsqldb
+ hsqldb
+ 2.2.6
+
+
+ net.sourceforge.jtds
+ jtds
+ 1.2.4
+
+
+ postgresql
+ postgresql
+ 8.4-702.jdbc4
+
+
+ mysql
+ mysql-connector-java
+ 5.1.18
+
+
+
-
-
- org.apache.maven.plugins
- maven-gpg-plugin
- 1.1
-
-
- sign-artifacts
- verify
-
- sign
-
-
-
-
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 2.3.2
+
+ true
+ 512m
+ 256m
+ UTF-8
+ 1.6
+ 1.6
+ true
+ lines,vars,source
+
+
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 2.3.2
-
- true
- 512m
- 256m
- UTF-8
- 1.6
- 1.6
- true
- lines,vars,source
-
-
+
+ true
+ org.apache.maven.plugins
+ maven-source-plugin
+ 2.1.2
+
+
+ attach-sources
+
+ jar
+
+
+
-
- true
- org.apache.maven.plugins
- maven-source-plugin
- 2.1.2
-
-
- attach-sources
-
- jar
-
-
-
+
+ true
+ true
+
+
-
- true
- true
-
-
+
+ true
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 2.7
+
+
+ bundle-sources
+ package
+
+ jar
+
+
+
+
+ 512
+ UTF-8
+ protected
+ true
+
+
-
- true
- org.apache.maven.plugins
- maven-javadoc-plugin
- 2.7
-
-
- bundle-sources
- package
-
- jar
-
-
-
-
- 512
- UTF-8
- protected
- true
-
-
-
-
- org.apache.maven.plugins
- maven-resources-plugin
- 2.5
-
- UTF-8
-
-
+
+ org.apache.maven.plugins
+ maven-resources-plugin
+ 2.5
+
+ UTF-8
+
+
org.apache.maven.plugins
@@ -479,6 +464,30 @@
true
-
-
+
+
+
+
+
+ release
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 1.1
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/jOOQ-codegen-maven/pom.xml b/jOOQ-codegen-maven/pom.xml
index 293702dcfb..69efa5d491 100644
--- a/jOOQ-codegen-maven/pom.xml
+++ b/jOOQ-codegen-maven/pom.xml
@@ -1,138 +1,123 @@
-
- oss-parent
- org.sonatype.oss
- 7
-
- 4.0.0
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+ oss-parent
+ org.sonatype.oss
+ 7
+
+ 4.0.0
- org.jooq
- jooq-codegen-maven
- 2.4.0-SNAPSHOT
- maven-plugin
+ org.jooq
+ jooq-codegen-maven
+ 2.4.0-SNAPSHOT
+ maven-plugin
- jOOQ Codegen Maven
- jOOQ effectively combines complex SQL, typesafety, source code generation, active records, stored procedures, advanced data types, and Java in a fluent, intuitive DSL.
- http://www.jooq.org
+ jOOQ Codegen Maven
+ jOOQ effectively combines complex SQL, typesafety, source code generation, active records, stored procedures, advanced data types, and Java in a fluent, intuitive DSL.
+ http://www.jooq.org
-
-
- Apache License, Version 2.0
- http://www.jooq.org/inc/LICENSE.txt
- repo
-
-
+
+
+ Apache License, Version 2.0
+ http://www.jooq.org/inc/LICENSE.txt
+ repo
+
+
-
- scm:svn:https://jooq.svn.sourceforge.net/svnroot/jooq
- https://jooq.svn.sourceforge.net/svnroot/jooq
- scm:svn:https://jooq.svn.sourceforge.net/svnroot/jooq
-
+
+ scm:svn:https://jooq.svn.sourceforge.net/svnroot/jooq
+ https://jooq.svn.sourceforge.net/svnroot/jooq
+ scm:svn:https://jooq.svn.sourceforge.net/svnroot/jooq
+
-
- Trac
- https://sourceforge.net/apps/trac/jooq/report/6
-
+
+ Trac
+ https://sourceforge.net/apps/trac/jooq/report/6
+
-
-
- Lukas Eder
- lukas.eder@gmail.com
-
-
- Sander Plas
- sander.plas@gmail.com
-
-
+
+
+ Lukas Eder
+ lukas.eder@gmail.com
+
+
+ Sander Plas
+ sander.plas@gmail.com
+
+
-
- deploy
- ${project.artifactId}-${project.version}
+
+ deploy
+ ${project.artifactId}-${project.version}
-
-
- org.apache.maven.plugins
- maven-gpg-plugin
- 1.1
-
-
- sign-artifacts
- verify
-
- sign
-
-
-
-
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 2.3.2
+
+ true
+ 512m
+ 256m
+ UTF-8
+ 1.6
+ 1.6
+ true
+ lines,vars,source
+
+
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 2.3.2
-
- true
- 512m
- 256m
- UTF-8
- 1.6
- 1.6
- true
- lines,vars,source
-
-
+
+ true
+ org.apache.maven.plugins
+ maven-source-plugin
+ 2.1.2
+
+
+ attach-sources
+
+ jar
+
+
+
-
- true
- org.apache.maven.plugins
- maven-source-plugin
- 2.1.2
-
-
- attach-sources
-
- jar
-
-
-
+
+ true
+ true
+
+
-
- true
- true
-
-
+
+ true
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 2.7
+
+
+ bundle-sources
+ package
+
+ jar
+
+
+
+
+ 512
+ UTF-8
+ protected
+ true
+
+
-
- true
- org.apache.maven.plugins
- maven-javadoc-plugin
- 2.7
-
-
- bundle-sources
- package
-
- jar
-
-
-
-
- 512
- UTF-8
- protected
- true
-
-
-
-
- org.apache.maven.plugins
- maven-resources-plugin
- 2.5
-
- UTF-8
-
-
+
+ org.apache.maven.plugins
+ maven-resources-plugin
+ 2.5
+
+ UTF-8
+
+
org.apache.maven.plugins
@@ -142,32 +127,56 @@
true
-
-
+
+
-
-
- junit
- junit
- 3.8.1
- test
-
-
- org.apache.maven
- maven-plugin-api
- 2.2.1
-
-
- org.jooq
- jooq-codegen
- 2.4.0-SNAPSHOT
- jar
-
-
- org.apache.maven
- maven-project
- 2.2.1
- jar
-
-
+
+
+ release
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 1.1
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+
+
+
+
+
+
+ junit
+ junit
+ 3.8.1
+ test
+
+
+ org.apache.maven
+ maven-plugin-api
+ 2.2.1
+
+
+ org.jooq
+ jooq-codegen
+ 2.4.0-SNAPSHOT
+ jar
+
+
+ org.apache.maven
+ maven-project
+ 2.2.1
+ jar
+
+
diff --git a/jOOQ-codegen/pom.xml b/jOOQ-codegen/pom.xml
index de33274439..0eb028d918 100644
--- a/jOOQ-codegen/pom.xml
+++ b/jOOQ-codegen/pom.xml
@@ -1,123 +1,108 @@
-
- oss-parent
- org.sonatype.oss
- 7
-
- 4.0.0
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ oss-parent
+ org.sonatype.oss
+ 7
+
+ 4.0.0
- org.jooq
- jooq-codegen
- 2.4.0-SNAPSHOT
- jar
+ org.jooq
+ jooq-codegen
+ 2.4.0-SNAPSHOT
+ jar
- jOOQ Codegen
- jOOQ effectively combines complex SQL, typesafety, source code generation, active records, stored procedures, advanced data types, and Java in a fluent, intuitive DSL.
- http://www.jooq.org
+ jOOQ Codegen
+ jOOQ effectively combines complex SQL, typesafety, source code generation, active records, stored procedures, advanced data types, and Java in a fluent, intuitive DSL.
+ http://www.jooq.org
-
-
- Apache License, Version 2.0
- http://www.jooq.org/inc/LICENSE.txt
- repo
-
-
+
+
+ Apache License, Version 2.0
+ http://www.jooq.org/inc/LICENSE.txt
+ repo
+
+
-
- scm:svn:https://jooq.svn.sourceforge.net/svnroot/jooq
- https://jooq.svn.sourceforge.net/svnroot/jooq
- scm:svn:https://jooq.svn.sourceforge.net/svnroot/jooq
-
+
+ scm:svn:https://jooq.svn.sourceforge.net/svnroot/jooq
+ https://jooq.svn.sourceforge.net/svnroot/jooq
+ scm:svn:https://jooq.svn.sourceforge.net/svnroot/jooq
+
-
- deploy
- ${project.artifactId}-${project.version}
+
+ deploy
+ ${project.artifactId}-${project.version}
-
-
- org.apache.maven.plugins
- maven-gpg-plugin
- 1.1
-
-
- sign-artifacts
- verify
-
- sign
-
-
-
-
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 2.3.2
+
+ true
+ 512m
+ 256m
+ UTF-8
+ 1.6
+ 1.6
+ true
+ lines,vars,source
+
+
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 2.3.2
-
- true
- 512m
- 256m
- UTF-8
- 1.6
- 1.6
- true
- lines,vars,source
-
-
+
+ true
+ org.apache.maven.plugins
+ maven-source-plugin
+ 2.1.2
+
+
+ attach-sources
+
+ jar
+
+
+
-
- true
- org.apache.maven.plugins
- maven-source-plugin
- 2.1.2
-
-
- attach-sources
-
- jar
-
-
-
+
+ true
+ true
+
+
-
- true
- true
-
-
+
+ true
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 2.7
+
+
+ bundle-sources
+ package
+
+ jar
+
+
+
+
+ 512
+ UTF-8
+ protected
+ true
+
+
-
- true
- org.apache.maven.plugins
- maven-javadoc-plugin
- 2.7
-
-
- bundle-sources
- package
-
- jar
-
-
-
-
- 512
- UTF-8
- protected
- true
-
-
-
-
- org.apache.maven.plugins
- maven-resources-plugin
- 2.5
-
- UTF-8
-
-
+
+ org.apache.maven.plugins
+ maven-resources-plugin
+ 2.5
+
+ UTF-8
+
+
org.apache.maven.plugins
@@ -127,69 +112,93 @@
true
-
-
+
+
-
- Trac
- https://sourceforge.net/apps/trac/jooq/report/6
-
+
+
+ release
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 1.1
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+
+
+
-
-
- Lukas Eder
- lukas.eder@gmail.com
-
-
- Espen Stromsnes
- estromsnes@gmail.com
-
-
+
+ Trac
+ https://sourceforge.net/apps/trac/jooq/report/6
+
-
-
- org.jooq
- jooq
- 2.4.0-SNAPSHOT
- jar
- compile
-
-
- org.jooq
- jooq-meta
- 2.4.0-SNAPSHOT
- jar
- compile
-
-
- org.apache.ant
- ant
- 1.8.2
- provided
- true
-
-
- org.slf4j
- integration
- 1.6.1
- jar
- test
- true
-
-
- org.slf4j
- slf4j-log4j12
- 1.6.1
- jar
- test
- true
-
-
- log4j
- log4j
- 1.2.16
- test
- true
-
-
+
+
+ Lukas Eder
+ lukas.eder@gmail.com
+
+
+ Espen Stromsnes
+ estromsnes@gmail.com
+
+
+
+
+
+ org.jooq
+ jooq
+ 2.4.0-SNAPSHOT
+ jar
+ compile
+
+
+ org.jooq
+ jooq-meta
+ 2.4.0-SNAPSHOT
+ jar
+ compile
+
+
+ org.apache.ant
+ ant
+ 1.8.2
+ provided
+ true
+
+
+ org.slf4j
+ integration
+ 1.6.1
+ jar
+ test
+ true
+
+
+ org.slf4j
+ slf4j-log4j12
+ 1.6.1
+ jar
+ test
+ true
+
+
+ log4j
+ log4j
+ 1.2.16
+ test
+ true
+
+
\ No newline at end of file
diff --git a/jOOQ-console/pom.xml b/jOOQ-console/pom.xml
index 29eaf7490a..8ec85999db 100644
--- a/jOOQ-console/pom.xml
+++ b/jOOQ-console/pom.xml
@@ -37,21 +37,6 @@
${project.artifactId}-${project.version}
-
- org.apache.maven.plugins
- maven-gpg-plugin
- 1.1
-
-
- sign-artifacts
- verify
-
- sign
-
-
-
-
-
org.apache.maven.plugins
maven-compiler-plugin
@@ -176,6 +161,30 @@
+
+
+ release
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 1.1
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+
+
+
+
Trac
https://sourceforge.net/apps/trac/jooq/report/6
diff --git a/jOOQ-meta/pom.xml b/jOOQ-meta/pom.xml
index 198874d2ba..7bbbbe71e4 100644
--- a/jOOQ-meta/pom.xml
+++ b/jOOQ-meta/pom.xml
@@ -1,171 +1,156 @@
-
- oss-parent
- org.sonatype.oss
- 7
-
- 4.0.0
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+ oss-parent
+ org.sonatype.oss
+ 7
+
+ 4.0.0
- org.jooq
- jooq-meta
- 2.4.0-SNAPSHOT
- jar
+ org.jooq
+ jooq-meta
+ 2.4.0-SNAPSHOT
+ jar
- jOOQ Meta
- jOOQ effectively combines complex SQL, typesafety, source code generation, active records, stored procedures, advanced data types, and Java in a fluent, intuitive DSL.
- http://www.jooq.org
+ jOOQ Meta
+ jOOQ effectively combines complex SQL, typesafety, source code generation, active records, stored procedures, advanced data types, and Java in a fluent, intuitive DSL.
+ http://www.jooq.org
-
-
- Apache License, Version 2.0
- http://www.jooq.org/inc/LICENSE.txt
- repo
-
-
+
+
+ Apache License, Version 2.0
+ http://www.jooq.org/inc/LICENSE.txt
+ repo
+
+
-
- scm:svn:https://jooq.svn.sourceforge.net/svnroot/jooq
- scm:svn:https://jooq.svn.sourceforge.net/svnroot/jooq
- https://jooq.svn.sourceforge.net/svnroot/jooq
-
+
+ scm:svn:https://jooq.svn.sourceforge.net/svnroot/jooq
+ scm:svn:https://jooq.svn.sourceforge.net/svnroot/jooq
+ https://jooq.svn.sourceforge.net/svnroot/jooq
+
-
- deploy
- ${project.artifactId}-${project.version}
+
+ deploy
+ ${project.artifactId}-${project.version}
-
+
-
-
- org.jvnet.jaxb2.maven2
- maven-jaxb2-plugin
- 0.8.1
-
-
-
- generate
-
-
-
-
- true
- false
- src/main/resources/xsd
-
- jooq-codegen-2.4.0.xsd
-
- org.jooq.util.jaxb
-
- -Xxew
- -Xxew:instantiate lazy
- -Xxew:delete
- -Xfluent-api
- -Xdefault-value
-
-
-
- com.github.jaxb-xew-plugin
- jaxb-xew-plugin
- 1.0
-
-
- org.jvnet.jaxb2_commons
- jaxb2-fluent-api
- 3.0
-
-
- org.jvnet.jaxb2_commons
- jaxb2-default-value
- 1.1
-
-
-
-
+
+
+ org.jvnet.jaxb2.maven2
+ maven-jaxb2-plugin
+ 0.8.1
+
+
+
+ generate
+
+
+
+
+ true
+ false
+ src/main/resources/xsd
+
+ jooq-codegen-2.4.0.xsd
+
+ org.jooq.util.jaxb
+
+ -Xxew
+ -Xxew:instantiate lazy
+ -Xxew:delete
+ -Xfluent-api
+ -Xdefault-value
+
+
+
+ com.github.jaxb-xew-plugin
+ jaxb-xew-plugin
+ 1.0
+
+
+ org.jvnet.jaxb2_commons
+ jaxb2-fluent-api
+ 3.0
+
+
+ org.jvnet.jaxb2_commons
+ jaxb2-default-value
+ 1.1
+
+
+
+
-
- org.apache.maven.plugins
- maven-gpg-plugin
- 1.1
-
-
- sign-artifacts
- verify
-
- sign
-
-
-
-
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 2.3.2
+
+ true
+ 512m
+ 256m
+ UTF-8
+ 1.6
+ 1.6
+ true
+ lines,vars,source
+
+
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 2.3.2
-
- true
- 512m
- 256m
- UTF-8
- 1.6
- 1.6
- true
- lines,vars,source
-
-
+
+ true
+ org.apache.maven.plugins
+ maven-source-plugin
+ 2.1.2
+
+
+ attach-sources
+
+ jar
+
+
+
-
- true
- org.apache.maven.plugins
- maven-source-plugin
- 2.1.2
-
-
- attach-sources
-
- jar
-
-
-
+
+ true
+ true
+
+
-
- true
- true
-
-
+
+ true
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 2.7
+
+
+ bundle-sources
+ package
+
+ jar
+
+
+
+
+ 512
+ UTF-8
+ protected
+ true
+
+
-
- true
- org.apache.maven.plugins
- maven-javadoc-plugin
- 2.7
-
-
- bundle-sources
- package
-
- jar
-
-
-
-
- 512
- UTF-8
- protected
- true
-
-
-
-
- org.apache.maven.plugins
- maven-resources-plugin
- 2.5
-
- UTF-8
-
-
+
+ org.apache.maven.plugins
+ maven-resources-plugin
+ 2.5
+
+ UTF-8
+
+
org.apache.maven.plugins
@@ -175,32 +160,56 @@
true
-
-
+
+
-
- Trac
- https://sourceforge.net/apps/trac/jooq/report/6
-
+
+
+ release
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 1.1
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+
+
+
-
-
- Lukas Eder
- lukas.eder@gmail.com
-
-
- Espen Stromsnes
- estromsnes@gmail.com
-
-
+
+ Trac
+ https://sourceforge.net/apps/trac/jooq/report/6
+
-
-
- org.jooq
- jooq
- 2.4.0-SNAPSHOT
- jar
- compile
-
-
+
+
+ Lukas Eder
+ lukas.eder@gmail.com
+
+
+ Espen Stromsnes
+ estromsnes@gmail.com
+
+
+
+
+
+ org.jooq
+ jooq
+ 2.4.0-SNAPSHOT
+ jar
+ compile
+
+
\ No newline at end of file
diff --git a/jOOQ/pom.xml b/jOOQ/pom.xml
index f3b237c712..bc21456e67 100644
--- a/jOOQ/pom.xml
+++ b/jOOQ/pom.xml
@@ -1,176 +1,161 @@
-
- oss-parent
- org.sonatype.oss
- 7
-
- 4.0.0
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ oss-parent
+ org.sonatype.oss
+ 7
+
+ 4.0.0
- org.jooq
- jooq
- 2.4.0-SNAPSHOT
- jar
+ org.jooq
+ jooq
+ 2.4.0-SNAPSHOT
+ jar
- jOOQ
- jOOQ effectively combines complex SQL, typesafety, source code generation, active records, stored procedures, advanced data types, and Java in a fluent, intuitive DSL.
- http://www.jooq.org
+ jOOQ
+ jOOQ effectively combines complex SQL, typesafety, source code generation, active records, stored procedures, advanced data types, and Java in a fluent, intuitive DSL.
+ http://www.jooq.org
-
-
- Apache License, Version 2.0
- http://www.jooq.org/inc/LICENSE.txt
- repo
-
-
+
+
+ Apache License, Version 2.0
+ http://www.jooq.org/inc/LICENSE.txt
+ repo
+
+
-
- scm:svn:https://jooq.svn.sourceforge.net/svnroot/jooq
- https://jooq.svn.sourceforge.net/svnroot/jooq
- scm:svn:https://jooq.svn.sourceforge.net/svnroot/jooq
-
+
+ scm:svn:https://jooq.svn.sourceforge.net/svnroot/jooq
+ https://jooq.svn.sourceforge.net/svnroot/jooq
+ scm:svn:https://jooq.svn.sourceforge.net/svnroot/jooq
+
-
- deploy
- ${project.artifactId}-${project.version}
+
+ deploy
+ ${project.artifactId}-${project.version}
-
+
-
-
- org.jvnet.jaxb2.maven2
- maven-jaxb2-plugin
- 0.8.1
-
-
-
-
- generate
-
-
-
-
- true
- false
- src/main/resources/xsd
-
- jooq-runtime-2.3.0.xsd
-
- org.jooq.conf
-
- -Xxew
- -Xxew:instantiate lazy
- -Xxew:delete
- -Xfluent-api
- -Xdefault-value
-
-
-
- com.github.jaxb-xew-plugin
- jaxb-xew-plugin
- 1.0
-
-
- org.jvnet.jaxb2_commons
- jaxb2-fluent-api
- 3.0
-
-
- org.jvnet.jaxb2_commons
- jaxb2-default-value
- 1.1
-
-
-
-
+
+
+ org.jvnet.jaxb2.maven2
+ maven-jaxb2-plugin
+ 0.8.1
+
+
+
+
+ generate
+
+
+
+
+ true
+ false
+ src/main/resources/xsd
+
+ jooq-runtime-2.3.0.xsd
+
+ org.jooq.conf
+
+ -Xxew
+ -Xxew:instantiate lazy
+ -Xxew:delete
+ -Xfluent-api
+ -Xdefault-value
+
+
+
+ com.github.jaxb-xew-plugin
+ jaxb-xew-plugin
+ 1.0
+
+
+ org.jvnet.jaxb2_commons
+ jaxb2-fluent-api
+ 3.0
+
+
+ org.jvnet.jaxb2_commons
+ jaxb2-default-value
+ 1.1
+
+
+
+
-
- org.apache.maven.plugins
- maven-gpg-plugin
- 1.1
-
-
- sign-artifacts
- verify
-
- sign
-
-
-
-
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 2.3.2
+
+ true
+ 512m
+ 256m
+ UTF-8
+ 1.6
+ 1.6
+ true
+ lines,vars,source
+
+
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 2.3.2
-
- true
- 512m
- 256m
- UTF-8
- 1.6
- 1.6
- true
- lines,vars,source
-
-
+
+ true
+ org.apache.maven.plugins
+ maven-source-plugin
+ 2.1.2
+
+
+ attach-sources
+
+ jar
+
+
+
-
- true
- org.apache.maven.plugins
- maven-source-plugin
- 2.1.2
-
-
- attach-sources
-
- jar
-
-
-
+
+ true
+ true
+
+
-
- true
- true
-
-
+
+ true
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 2.7
+
+
+ bundle-sources
+ package
+
+ jar
+
+
+
+
+ 512
+ UTF-8
+ protected
+ true
+
+
-
- true
- org.apache.maven.plugins
- maven-javadoc-plugin
- 2.7
-
-
- bundle-sources
- package
-
- jar
-
-
-
-
- 512
- UTF-8
- protected
- true
-
-
-
-
- org.apache.maven.plugins
- maven-resources-plugin
- 2.5
-
- UTF-8
-
-
+
+ org.apache.maven.plugins
+ maven-resources-plugin
+ 2.5
+
+ UTF-8
+
+
org.apache.maven.plugins
@@ -212,7 +197,7 @@
- org.apache.maven.plugins
+ org.apache.maven.plugins
maven-jar-plugin
2.3.2
@@ -222,77 +207,101 @@
-
+
-
- Trac
- https://sourceforge.net/apps/trac/jooq/report/6
-
-
-
- Lukas Eder
- lukas.eder@gmail.com
-
-
- Espen Stromsnes
- estromsnes@gmail.com
-
-
+
+
+ release
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 1.1
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+
+
+
-
-
- log4j
- log4j
- 1.2.16
- jar
- provided
- true
-
-
- junit
- junit
- 4.8.2
- jar
- test
-
-
- org.jmock
- jmock-junit4
- 2.5.1
- jar
- test
-
-
- org.slf4j
- integration
- 1.6.1
- jar
- provided
- true
-
-
- org.slf4j
- slf4j-log4j12
- 1.6.1
- jar
- test
-
-
- javax.persistence
- persistence-api
- 1.0
- jar
- provided
- true
-
-
- javax.validation
- validation-api
- 1.1.0.Alpha1
- jar
- provided
- true
-
-
+
+ Trac
+ https://sourceforge.net/apps/trac/jooq/report/6
+
+
+
+ Lukas Eder
+ lukas.eder@gmail.com
+
+
+ Espen Stromsnes
+ estromsnes@gmail.com
+
+
+
+
+
+ log4j
+ log4j
+ 1.2.16
+ jar
+ provided
+ true
+
+
+ junit
+ junit
+ 4.8.2
+ jar
+ test
+
+
+ org.jmock
+ jmock-junit4
+ 2.5.1
+ jar
+ test
+
+
+ org.slf4j
+ integration
+ 1.6.1
+ jar
+ provided
+ true
+
+
+ org.slf4j
+ slf4j-log4j12
+ 1.6.1
+ jar
+ test
+
+
+ javax.persistence
+ persistence-api
+ 1.0
+ jar
+ provided
+ true
+
+
+ javax.validation
+ validation-api
+ 1.1.0.Alpha1
+ jar
+ provided
+ true
+
+
\ No newline at end of file