update model for commands
This commit is contained in:
@@ -15,14 +15,14 @@ DOC=doc
|
||||
TMP=tmp
|
||||
# -------------------------------------------
|
||||
# --- Project Packages (standard variables)
|
||||
ROOT_PKG=de.infinimotion
|
||||
ENTITY_PKG=de.infinimotion.bean
|
||||
ROOT_PKG=de.infinimotion.model
|
||||
ENTITY_PKG=de.infinimotion.model.bean
|
||||
# -------------------------------------------
|
||||
# --- Project Specific Variables
|
||||
ProjectVariable.MAVEN_ARTIFACT_ID=model
|
||||
ProjectVariable.MAVEN_GROUP_ID=de.infinimotion
|
||||
ProjectVariable.PROJECT_NAME=infinimodel
|
||||
ProjectVariable.PROJECT_VERSION=0.0.6
|
||||
ProjectVariable.PROJECT_VERSION=0.0.38
|
||||
ProjectVariable.REST_SERVER_PORT=3000
|
||||
ProjectVariable.REST_API_ROOT=/api/v1
|
||||
ProjectVariable.REST_URL_ROOT=http://localhost:3000
|
||||
|
||||
Reference in New Issue
Block a user