Skip to content

Commit

Permalink
Fixed bug that prevented valid models from being imported
Browse files Browse the repository at this point in the history
  • Loading branch information
oas committed Nov 13, 2019
1 parent 7714104 commit e8f93f3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM jboss/wildfly:17.0.1.Final

WORKDIR /opt/jboss/wildfly

COPY ["./server/target/declab-1.3.1.war", "./standalone/deployments/ROOT.war"]
COPY ["./server/target/declab-1.4.1.war", "./standalone/deployments/ROOT.war"]

RUN ["mkdir", "./standalone/data"]
# TODO: We should only give permissions to the jboss group.
Expand Down
2 changes: 1 addition & 1 deletion client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "declab",
"version": "1.4.0",
"version": "1.4.1",
"private": true,
"scripts": {
"dev": "webpack-dev-server --open --hot",
Expand Down
2 changes: 1 addition & 1 deletion kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: declab
image: declab:1.0.0
image: declab:1.4.1
ports:
- containerPort: 8080
---
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>de.materna</groupId>
<artifactId>declab</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>

<packaging>war</packaging>

Expand Down

0 comments on commit e8f93f3

Please sign in to comment.