Skip to content

Commit

Permalink
added constants
Browse files Browse the repository at this point in the history
  • Loading branch information
addonis1990 committed Jul 2, 2015
1 parent 64a9218 commit bc0e219
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/main/java/org/jboss/forge/addon/dbma/util/Constants.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/**
* Copyright 2015 Red Hat, Inc. and/or its affiliates.
*
* Licensed under the Eclipse Public License version 1.0, available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package org.jboss.forge.addon.dbma.util;

/**
* @author <a href="mailto:wicem.zrelly@gmail.com">Wissem Zrelli</a>
*
*/
public class Constants
{
public final static String MIGRATION_DIRECTORY_NAME = "migration";
public final static String PROPERTIES_FILE_NAME = "dbma.properties";
public static final String DBMA_DIRECTORY_NAME = "migration";
public static final String DBMA_CONFIGURATION_FILE = "dbma.properties";
public static final String LIQUIBASE_DEFAULT_VERSION = "3.4.0";
public static final String LIQUIBASE_VERSION_PROPERTY_NAME = "LIQUIBASE_VERSION";


}

0 comments on commit bc0e219

Please sign in to comment.