You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@batchee.apache.org by rs...@apache.org on 2017/01/11 11:13:41 UTC

incubator-batchee git commit: BATCHEE-116 fixed typo in database-mysql.sql

Repository: incubator-batchee
Updated Branches:
  refs/heads/master 250628eac -> 2be8d22fa


BATCHEE-116 fixed typo in database-mysql.sql


Project: http://git-wip-us.apache.org/repos/asf/incubator-batchee/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-batchee/commit/2be8d22f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-batchee/tree/2be8d22f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-batchee/diff/2be8d22f

Branch: refs/heads/master
Commit: 2be8d22fa8aebf65af00acce05b3c929aef73501
Parents: 250628e
Author: Reinhard Sandtner <rs...@apache.org>
Authored: Wed Jan 11 12:12:05 2017 +0100
Committer: Reinhard Sandtner <rs...@apache.org>
Committed: Wed Jan 11 12:12:05 2017 +0100

----------------------------------------------------------------------
 jbatch/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/2be8d22f/jbatch/pom.xml
----------------------------------------------------------------------
diff --git a/jbatch/pom.xml b/jbatch/pom.xml
index 1ae9031..7f09f05 100644
--- a/jbatch/pom.xml
+++ b/jbatch/pom.xml
@@ -344,7 +344,7 @@
             </goals>
             <phase>process-classes</phase>
             <configuration>
-              <sqlFile>${project.build.directory}/database-myslq.sql</sqlFile>
+              <sqlFile>${project.build.directory}/database-mysql.sql</sqlFile>
               <toolProperties>
                 <MappingDefaults>ForeignKeyDeleteAction=restrict,JoinForeignKeyDeleteAction=restrict</MappingDefaults>
                 <DBDictionary>org.apache.openjpa.jdbc.sql.MySQLDictionary</DBDictionary>