diff --git a/jOOQ-codegen-maven-example/pom.xml b/jOOQ-codegen-maven-example/pom.xml index f3808a521f..6d43cd0400 100644 --- a/jOOQ-codegen-maven-example/pom.xml +++ b/jOOQ-codegen-maven-example/pom.xml @@ -1,10 +1,76 @@ + + oss-parent + org.sonatype.oss + 7 + 4.0.0 - jOOQ-codegen-maven-example - jOOQ-codegen-maven-example - 0.0.1-SNAPSHOT + + org.jooq + jooq-codegen-maven-example + 1.6.7-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 + + + + + Apache License, Version 2.0 + http://jooq.sourceforge.net/license/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 + + + Trac + https://sourceforge.net/apps/trac/jooq/report/6 + + + + + Lukas Eder + lukas.eder@gmail.com + + + Sander Plas + sander.plas@gmail.com + + + + + + org.jooq + jooq + 1.6.7-SNAPSHOT + jar + compile + + + junit + junit + 4.9 + jar + test + + + postgresql + postgresql + 9.0-801.jdbc4 + jar + test + + + deploy ${project.artifactId}-${project.version} @@ -63,27 +129,4 @@ - - - org.jooq - jooq - 1.6.7-SNAPSHOT - jar - compile - - - junit - junit - 4.9 - jar - test - - - postgresql - postgresql - 9.0-801.jdbc4 - jar - test - - \ No newline at end of file