Index: branches/quartz-2.1.2-rc/quartz-commonj/pom.xml =================================================================== diff -u -N --- branches/quartz-2.1.2-rc/quartz-commonj/pom.xml (revision 0) +++ branches/quartz-2.1.2-rc/quartz-commonj/pom.xml (revision 1779) @@ -0,0 +1,26 @@ + + + + quartz-parent + org.quartz-scheduler + 2.1.2 + + 4.0.0 + + quartz-commonj + quartz-commonj + + + + org.quartz-scheduler + quartz + + + org.apache.geronimo.specs + geronimo-commonj_1.1_spec + 1.0 + provided + + + + Index: branches/quartz-2.1.2-rc/quartz-jboss/pom.xml =================================================================== diff -u -N --- branches/quartz-2.1.2-rc/quartz-jboss/pom.xml (revision 0) +++ branches/quartz-2.1.2-rc/quartz-jboss/pom.xml (revision 1779) @@ -0,0 +1,44 @@ + + + + 4.0.0 + + org.quartz-scheduler + quartz-parent + 2.1.2 + + + quartz-jboss + quartz-jboss + + + + ${project.groupId} + quartz + + + jboss + jboss-common + 4.0.2 + provided + + + jboss + jboss-minimal + 4.0.2 + provided + + + jboss + jboss-system + 4.0.2 + provided + + + jboss + jboss-jmx + 4.0.2 + provided + + + Index: branches/quartz-2.1.2-rc/quartz-commonj/pom.xml =================================================================== diff -u -N -r1748 -r1779 --- branches/quartz-2.1.2-rc/quartz-commonj/pom.xml (.../quartz-2.1.x/quartz-commonj/pom.xml) (revision 1748) +++ branches/quartz-2.1.2-rc/quartz-commonj/pom.xml (.../quartz-2.1.2-rc/quartz-commonj/pom.xml) (revision 1779) @@ -3,7 +3,7 @@ quartz-parent org.quartz-scheduler - 2.1.2-SNAPSHOT + 2.1.2 4.0.0 Index: branches/quartz-2.1.x/quartz-oracle/pom.xml =================================================================== diff -u -N -r1748 -r1779 --- branches/quartz-2.1.x/quartz-oracle/pom.xml (.../pom.xml) (revision 1748) +++ branches/quartz-2.1.x/quartz-oracle/pom.xml (.../pom.xml) (revision 1779) @@ -5,7 +5,7 @@ org.quartz-scheduler quartz-parent - 2.1.2-SNAPSHOT + 2.1.3-SNAPSHOT quartz-oracle Index: branches/quartz-2.1.2-rc/quartz/pom.xml =================================================================== diff -u -N --- branches/quartz-2.1.2-rc/quartz/pom.xml (revision 0) +++ branches/quartz-2.1.2-rc/quartz/pom.xml (revision 1779) @@ -0,0 +1,182 @@ + + + + 4.0.0 + + org.quartz-scheduler + quartz-parent + 2.1.2 + + + quartz + Quartz Enterprise Job Scheduler + + + + org.apache.openejb + javaee-api + 5.0-2 + provided + + + + c3p0 + c3p0 + 0.9.1.1 + + + + org.slf4j + slf4j-api + 1.6.1 + + + org.slf4j + slf4j-log4j12 + 1.6.1 + runtime + true + + + + log4j + log4j + 1.2.16 + runtime + true + + + + + org.hamcrest + hamcrest-library + 1.2 + test + + + junit + junit-dep + 4.8.2 + test + + + asm + asm + 3.2 + test + + + org.apache.derby + derby + 10.8.1.2 + test + + + + + + + + src/main/resources + true + + + + + + maven-compiler-plugin + + + default-testCompile + test-compile + + testCompile + + + 1.5 + 1.5 + + + + default-compile + compile + + compile + + + 1.5 + 1.5 + true + + + + + 1.5 + 1.5 + + + + org.codehaus.mojo + rmic-maven-plugin + 1.0 + + + rmic-process-classes + + rmic + + + ${project.build.outputDirectory} + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.10 + + always + + + + org.quartz.scheduler.skipUpdateCheck + true + + + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.codehaus.mojo + rmic-maven-plugin + [1.0,) + + rmic + + + + + + + + + + + + + + + Index: branches/quartz-2.1.2-rc/pom.xml =================================================================== diff -u -N --- branches/quartz-2.1.2-rc/pom.xml (revision 0) +++ branches/quartz-2.1.2-rc/pom.xml (revision 1779) @@ -0,0 +1,360 @@ + + + + 4.0.0 + org.quartz-scheduler + quartz-parent + 2.1.2 + pom + Quartz Parent POM + + + Quartz is a full-featured, open source job scheduling system that + can be integrated with, or used along side virtually any J2EE or + J2SE application + + + http://quartz-scheduler.org/ + + + scm:svn:http://svn.terracotta.org/svn/quartz + scm:svn:https://svn.terracotta.org/repo/quartz + http://svn.terracotta.org/svn/quartz + + + + + jhouse + James House + jhouse@terracotta.org + Terracotta + http://terracotta.org + + Primary Developer + + -6 + + + jvoegele + Jason Voegele + jvoegele@terracotta.org + Terracotta + http://terracotta.org + + Build Engineer + Release Engineer + + -5 + + + + + + Apache 2.0 + http://www.apache.org/licenses/LICENSE-2.0 + + + + + + + org.quartz-scheduler + quartz + ${project.version} + + + + + + quartz + quartz-jboss + quartz-backward-compat + examples + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.0.2 + + 1.5 + 1.5 + + + + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + + attach-sources + package + + jar + + + + + + maven-surefire-plugin + 2.10 + + always + + + + org.terracotta.quartz.skipUpdateCheck + true + + + + + + org.codehaus.mojo + findbugs-maven-plugin + 2.3.2 + + true + true + true + ${basedir}/../src/findbugs/excludeFilter.xml + + + + org.apache.maven.plugins + maven-pmd-plugin + 2.5 + + true + 1.5 + + + + + + + org.codehaus.mojo + findbugs-maven-plugin + + true + + + + org.apache.maven.plugins + maven-compiler-plugin + + + org.apache.maven.plugins + maven-source-plugin + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.3 + + + verify + + checkstyle + + + + + true + ${basedir}/../src/checkstyle/checkstyle_checks.xml + ${basedir}/../src/checkstyle/suppressions.xml + ${basedir}/../src/checkstyle/src-header.txt + false + false + true + true + true + false + true + + + + + + + + + + oracle + + quartz-oracle + + + + + weblogic + + + quartz-oracle + quartz-weblogic + + + + + + commonj + + quartz-commonj + + + + + + all + + quartz-all + + + + + tc-publish + + + + org.apache.maven.plugins + maven-scm-plugin + 1.4 + + + tim-quartz-ee-export + prepare-package + + export + + + scm:svn:https://svn.terracotta.org/repo/forge/enterprise/tim-quartz-ee/trunk/tim-quartz-2.0-ee/src/main/java + ${project.build.directory}/tim-quartz-2.0-ee-src + ${svn.username} + ${svn.password} + + + + + + + + + + + prepare-distribution + + + + maven-javadoc-plugin + 2.7 + + + javadoc-jars + package + + jar + + + org.quartz.examples + Terracotta, Inc.]]> + Quartz Enterprise Job Scheduler ${project.version} API + + + + make-javadoc + package + + aggregate-jar + + + ${project.build.directory}/apidocs + Terracotta, Inc.]]> + Quartz Enterprise Job Scheduler ${project.version} API + ${project.build.directory}/tim-quartz-2.0-ee-src: + ${basedir}/quartz/src/main/java: + ${basedir}/quartz-jboss/src/main/java: + ${basedir}/quartz-oracle/src/main/java: + ${basedir}/quartz-weblogic/src/main/java + + org.quartz.examples:*.spi:org.terracotta.quartz + + + + + + maven-assembly-plugin + 2.2 + + quartz-${project.version} + false + + src/main/assembly/dist.xml + + + + + + + + + + sign-artifacts + + + performRelease + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.1 + + + sign-artifacts + verify + + sign + + + Terracotta Release Engineer + + + + + + + + + + + + + quartz-snapshots + Quartz snapshots at Sonatype Nexus + http://oss.sonatype.org/content/repositories/snapshots + + + quartz-staging + Quartz release staging at Sonatype Nexus + http://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + Index: branches/quartz-2.1.2-rc/quartz/pom.xml =================================================================== diff -u -N -r1754 -r1779 --- branches/quartz-2.1.2-rc/quartz/pom.xml (.../quartz-2.1.x/quartz/pom.xml) (revision 1754) +++ branches/quartz-2.1.2-rc/quartz/pom.xml (.../quartz-2.1.2-rc/quartz/pom.xml) (revision 1779) @@ -5,7 +5,7 @@ org.quartz-scheduler quartz-parent - 2.1.2-SNAPSHOT + 2.1.2 quartz Index: branches/quartz-2.1.x/quartz-oracle/pom.xml =================================================================== diff -u -N --- branches/quartz-2.1.x/quartz-oracle/pom.xml (revision 0) +++ branches/quartz-2.1.x/quartz-oracle/pom.xml (revision 1779) @@ -0,0 +1,26 @@ + + + + 4.0.0 + + org.quartz-scheduler + quartz-parent + 2.1.3-SNAPSHOT + + + quartz-oracle + quartz-oracle + + + + ${project.groupId} + quartz + + + com.oracle + ojdbc5 + 11.2.0 + provided + + + Index: branches/quartz-2.1.x/quartz-backward-compat/pom.xml =================================================================== diff -u -N -r1748 -r1779 --- branches/quartz-2.1.x/quartz-backward-compat/pom.xml (.../pom.xml) (revision 1748) +++ branches/quartz-2.1.x/quartz-backward-compat/pom.xml (.../pom.xml) (revision 1779) @@ -5,7 +5,7 @@ org.quartz-scheduler quartz-parent - 2.1.2-SNAPSHOT + 2.1.3-SNAPSHOT quartz-backward-compat Index: branches/quartz-2.1.x/quartz-all/pom.xml =================================================================== diff -u -N -r1748 -r1779 --- branches/quartz-2.1.x/quartz-all/pom.xml (.../pom.xml) (revision 1748) +++ branches/quartz-2.1.x/quartz-all/pom.xml (.../pom.xml) (revision 1779) @@ -5,7 +5,7 @@ org.quartz-scheduler quartz-parent - 2.1.2-SNAPSHOT + 2.1.3-SNAPSHOT quartz-all Index: branches/quartz-2.1.2-rc/pom.xml =================================================================== diff -u -N -r1748 -r1779 --- branches/quartz-2.1.2-rc/pom.xml (.../quartz-2.1.x/pom.xml) (revision 1748) +++ branches/quartz-2.1.2-rc/pom.xml (.../quartz-2.1.2-rc/pom.xml) (revision 1779) @@ -4,7 +4,7 @@ 4.0.0 org.quartz-scheduler quartz-parent - 2.1.2-SNAPSHOT + 2.1.2 pom Quartz Parent POM Index: branches/quartz-2.1.x/quartz-backward-compat/pom.xml =================================================================== diff -u -N --- branches/quartz-2.1.x/quartz-backward-compat/pom.xml (revision 0) +++ branches/quartz-2.1.x/quartz-backward-compat/pom.xml (revision 1779) @@ -0,0 +1,48 @@ + + + + 4.0.0 + + org.quartz-scheduler + quartz-parent + 2.1.3-SNAPSHOT + + + quartz-backward-compat + Quartz backward compatibility package + + + + org.quartz-scheduler + quartz + + + + + + junit + junit + 3.8.2 + test + + + asm + asm + 3.2 + test + + + + + + + src/main/resources + true + + + + + + + + Index: branches/quartz-2.1.x/quartz-all/pom.xml =================================================================== diff -u -N --- branches/quartz-2.1.x/quartz-all/pom.xml (revision 0) +++ branches/quartz-2.1.x/quartz-all/pom.xml (revision 1779) @@ -0,0 +1,78 @@ + + + + 4.0.0 + + org.quartz-scheduler + quartz-parent + 2.1.3-SNAPSHOT + + + quartz-all + Quartz Enterprise Job Scheduler - Complete bundle + + + + + maven-antrun-plugin + + + packing-all + process-sources + + + + + + + + + + + + + run + + + + + + + maven-deploy-plugin + + true + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-antrun-plugin + [1.3,) + + run + + + + + + + + + + + + + + + Index: branches/quartz-2.1.2-rc/quartz-weblogic/pom.xml =================================================================== diff -u -N --- branches/quartz-2.1.2-rc/quartz-weblogic/pom.xml (revision 0) +++ branches/quartz-2.1.2-rc/quartz-weblogic/pom.xml (revision 1779) @@ -0,0 +1,31 @@ + + + + 4.0.0 + + org.quartz-scheduler + quartz-parent + 2.1.2 + + + quartz-weblogic + quartz-weblogic + + + + ${project.groupId} + quartz + + + ${project.groupId} + quartz-oracle + ${project.version} + + + com.bea.core + datasource + 1.6.0 + provided + + + Index: branches/quartz-2.1.2-rc/examples/pom.xml =================================================================== diff -u -N --- branches/quartz-2.1.2-rc/examples/pom.xml (revision 0) +++ branches/quartz-2.1.2-rc/examples/pom.xml (revision 1779) @@ -0,0 +1,188 @@ + + + + 4.0.0 + + + org.quartz-scheduler + quartz-parent + 2.1.2 + + + quartz-examples + jar + Quartz Example Applications + + + + org.quartz-scheduler + quartz + + + org.slf4j + slf4j-log4j12 + 1.6.1 + + + log4j + log4j + 1.2.16 + + + + + org.quartz.examples.example1.SimpleExample + + + + + example1 + + org.quartz.examples.example1.SimpleExample + + + + example2 + + org.quartz.examples.example2.SimpleTriggerExample + + + + example3 + + org.quartz.examples.example3.CronTriggerExample + + + + example4 + + org.quartz.examples.example4.JobStateExample + + + + example5 + + org.quartz.examples.example5.MisfireExample + + + + example6 + + org.quartz.examples.example6.JobExceptionExample + + + + example7 + + org.quartz.examples.example7.InterruptExample + + + + example8 + + org.quartz.examples.example8.CalendarExample + + + + example9 + + org.quartz.examples.example9.ListenerExample + + + + example10 + + org.quartz.examples.example10.PlugInExample + + + + example11 + + org.quartz.examples.example11.LoadExample + + + + example12 + + org.quartz.examples.example12.RemoteClientExample + org.quartz.examples.example12.RemoteServerExample + + + + + org.codehaus.mojo + exec-maven-plugin + 1.2 + + + + + server + + ${java.home}/bin/java + + -Dlog4j.configuration=file:${project.build.outputDirectory}/log4j.xml + -Dorg.quartz.properties=${example12}/server.properties + + -Dorg.quartz.scheduler.skipUpdateCheck=true + -cp + + ${serverClass} + + + + + client + + ${java.home}/bin/java + + -Dlog4j.configuration=file:${project.build.outputDirectory}/log4j.xml + -Dorg.quartz.properties=${example12}/client.properties + + -Dorg.quartz.scheduler.skipUpdateCheck=true + -cp + + ${clientClass} + + + + + + + + + + example14 + + org.quartz.examples.example14.PriorityExample + + + + + + + + maven-deploy-plugin + + true + + + + org.codehaus.mojo + exec-maven-plugin + 1.2 + + ${java.home}/bin/java + + -Dlog4j.configuration=file:${project.build.outputDirectory}/log4j.xml + -Dorg.quartz.scheduler.skipUpdateCheck=true + -cp + + ${mainClass} + + + + + + + Index: branches/quartz-2.1.2-rc/quartz-jboss/pom.xml =================================================================== diff -u -N -r1748 -r1779 --- branches/quartz-2.1.2-rc/quartz-jboss/pom.xml (.../quartz-2.1.x/quartz-jboss/pom.xml) (revision 1748) +++ branches/quartz-2.1.2-rc/quartz-jboss/pom.xml (.../quartz-2.1.2-rc/quartz-jboss/pom.xml) (revision 1779) @@ -5,7 +5,7 @@ org.quartz-scheduler quartz-parent - 2.1.2-SNAPSHOT + 2.1.2 quartz-jboss Index: branches/quartz-2.1.2-rc/quartz-weblogic/pom.xml =================================================================== diff -u -N -r1748 -r1779 --- branches/quartz-2.1.2-rc/quartz-weblogic/pom.xml (.../quartz-2.1.x/quartz-weblogic/pom.xml) (revision 1748) +++ branches/quartz-2.1.2-rc/quartz-weblogic/pom.xml (.../quartz-2.1.2-rc/quartz-weblogic/pom.xml) (revision 1779) @@ -5,7 +5,7 @@ org.quartz-scheduler quartz-parent - 2.1.2-SNAPSHOT + 2.1.2 quartz-weblogic Index: branches/quartz-2.1.2-rc/examples/pom.xml =================================================================== diff -u -N -r1748 -r1779 --- branches/quartz-2.1.2-rc/examples/pom.xml (.../quartz-2.1.x/examples/pom.xml) (revision 1748) +++ branches/quartz-2.1.2-rc/examples/pom.xml (.../quartz-2.1.2-rc/examples/pom.xml) (revision 1779) @@ -6,7 +6,7 @@ org.quartz-scheduler quartz-parent - 2.1.2-SNAPSHOT + 2.1.2 quartz-examples