From 745baf798f211ccb9256506e135ee60f0f59377a Mon Sep 17 00:00:00 2001 From: Charles Gould Date: Sun, 11 Oct 2020 00:36:56 -0400 Subject: [PATCH] Bump versions --- .build.yml | 2 +- Procfile | 2 +- README.md | 4 ++-- client/pom.xml | 5 +++-- pom.xml | 2 +- server/pom.xml | 21 +++++++------------ server/src/main/resources/static/index.html | 4 ++-- .../src/main/resources/static/practice.html | 2 +- 8 files changed, 19 insertions(+), 23 deletions(-) diff --git a/.build.yml b/.build.yml index 6592b0c..1300cce 100644 --- a/.build.yml +++ b/.build.yml @@ -5,7 +5,7 @@ packages: sources: - https://git.sr.ht/~crg/lingo artifacts: - - lingo/server/target/lingo-server.jar + - lingo/server/target/lingo.jar tasks: - build: | cd lingo diff --git a/Procfile b/Procfile index ea6bffa..8bbb149 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: java -jar server/target/lingo-server.jar +web: java -jar server/target/lingo.jar diff --git a/README.md b/README.md index 7f74c9f..0023a06 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ A word guessing game based on the [game show](https://en.wikipedia.org/wiki/Ling - Build: `mvn clean install` - Start server - * Default port (8080): `java -jar server/target/lingo-server.jar` - * Custom port: `java -jar server/target/lingo-server.jar --server.port=` + * Default port (8080): `java -jar server/target/lingo.jar` + * Custom port: `java -jar server/target/lingo.jar --server.port=` - Start client * Browser: `open http://localhost:` * JavaFX: `mvn -f client javafx:run -Dlingo-url=http://localhost:` diff --git a/client/pom.xml b/client/pom.xml index 6fd0e97..0c5cee7 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -12,7 +12,7 @@ Lingo :: Client - 11.0.2 + 15.0.1 https://lingo.charego.com @@ -52,7 +52,7 @@ org.openjfx javafx-maven-plugin - 0.0.4 + 0.0.5 com.charego.lingo.client.bootstrap.LingoClient @@ -63,6 +63,7 @@ org.codehaus.mojo exec-maven-plugin + 3.0.0 com.charego.lingo.client.bootstrap.LingoClient true diff --git a/pom.xml b/pom.xml index fd4400f..feca97c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.3.0.RELEASE + 2.4.1 com.charego diff --git a/server/pom.xml b/server/pom.xml index 14f3355..f54723c 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -25,6 +25,7 @@ + org.springframework.boot spring-boot-devtools @@ -35,37 +36,31 @@ + org.springframework.boot spring-boot-maven-plugin - - - - true - ${project.artifactId} + lingo - - - - repackage - - - + com.google.cloud.tools jib-maven-plugin - 2.2.0 + 2.7.1 adoptopenjdk:11-jre-openj9 + + docker.io/charego/lingo + 8080 diff --git a/server/src/main/resources/static/index.html b/server/src/main/resources/static/index.html index bab22fe..7205e72 100644 --- a/server/src/main/resources/static/index.html +++ b/server/src/main/resources/static/index.html @@ -6,8 +6,8 @@ - - + +
diff --git a/server/src/main/resources/static/practice.html b/server/src/main/resources/static/practice.html index 6a1c83d..230bce2 100644 --- a/server/src/main/resources/static/practice.html +++ b/server/src/main/resources/static/practice.html @@ -11,7 +11,7 @@
- +