Skip to content

Commit

Permalink
Fixes #221 - Update to latest version of Piranha Web Profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated workflow committed Oct 26, 2023
1 parent 6b22f3b commit 288a3ba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
13 changes: 5 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@
<packaging>pom</packaging>
<name>Manorrock Sphynx - Project</name>
<properties>
<!-- dependencies -->
<piranha.version>23.10.0</piranha.version>
<!-- other -->
<java.version>21</java.version>
<piranha.version>23.9.0</piranha.version>
<piranha.distribution>webprofile</piranha.distribution>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<build>
Expand Down Expand Up @@ -87,20 +89,15 @@
</build>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>cloud.piranha</groupId>
<artifactId>piranha-nano</artifactId>
<version>21.12.0</version>
</dependency>
<dependency>
<groupId>cloud.piranha.http</groupId>
<artifactId>piranha-http-impl</artifactId>
<version>21.12.0</version>
<version>${piranha.version}</version>
</dependency>
<dependency>
<groupId>cloud.piranha.http</groupId>
<artifactId>piranha-http-webapp</artifactId>
<version>21.12.0</version>
<version>${piranha.version}</version>
</dependency>
<dependency>
<groupId>jakarta.enterprise</groupId>
Expand Down
1 change: 0 additions & 1 deletion webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<properties>
<docker-maven-plugin.version>0.42.1</docker-maven-plugin.version>
<jakartaee.version>10.0.0</jakartaee.version>
<piranha.distribution>webprofile</piranha.distribution>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM piranhacloud/webprofile:v23.5.0
FROM ghcr.io/piranhacloud/webprofile:23.10.0
USER piranha
COPY target/sphynx.war /home/piranha/ROOT.war
CMD ["java", "-jar", "piranha-dist-webprofile.jar", "--war-file", "ROOT.war","--verbose"]

0 comments on commit 288a3ba

Please sign in to comment.