Skip to content

Commit

Permalink
Fixes #4046 - Start new cycle (#4049)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Oct 13, 2024
1 parent ea9f841 commit 188150a
Show file tree
Hide file tree
Showing 207 changed files with 213 additions and 212 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ target/
dist/server/tmp/
dist/platform/tmp/
.flattened-pom.xml
bin/
2 changes: 1 addition & 1 deletion arquillian/jarcontainer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>cloud.piranha.arquillian</groupId>
<artifactId>project</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
</parent>
<artifactId>piranha-arquillian-jarcontainer</artifactId>
<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion arquillian/managed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha.arquillian</groupId>
<artifactId>project</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
</parent>

<artifactId>piranha-arquillian-managed</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion arquillian/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha</groupId>
<artifactId>project</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
</parent>

<groupId>cloud.piranha.arquillian</groupId>
Expand Down
2 changes: 1 addition & 1 deletion arquillian/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cloud.piranha.arquillian</groupId>
<artifactId>project</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
</parent>

<artifactId>piranha-arquillian-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>cloud.piranha</groupId>
<artifactId>project</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
</parent>
<artifactId>bom</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion cli/cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha.cli</groupId>
<artifactId>project</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
</parent>

<artifactId>piranha-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cli/macos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha.cli</groupId>
<artifactId>project</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
</parent>

<artifactId>piranha-cli-macos</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cloud.piranha</groupId>
<artifactId>project</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
</parent>
<groupId>cloud.piranha.cli</groupId>
<artifactId>project</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha.core</groupId>
<artifactId>project</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
</parent>

<artifactId>piranha-core-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha.core</groupId>
<artifactId>project</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
</parent>

<artifactId>piranha-core-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha</groupId>
<artifactId>project</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
</parent>

<groupId>cloud.piranha.core</groupId>
Expand Down
2 changes: 1 addition & 1 deletion dist/coreprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha.dist</groupId>
<artifactId>project</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
</parent>

<artifactId>piranha-dist-coreprofile</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dist/isolated/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha.dist</groupId>
<artifactId>project</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
</parent>

<artifactId>piranha-dist-isolated</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dist/micro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha.dist</groupId>
<artifactId>project</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
</parent>

<artifactId>piranha-dist-micro</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dist/microprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha.dist</groupId>
<artifactId>project</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
</parent>

<artifactId>piranha-dist-microprofile</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dist/platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha.dist</groupId>
<artifactId>project</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
</parent>

<groupId>cloud.piranha.dist</groupId>
Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha</groupId>
<artifactId>project</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
</parent>

<groupId>cloud.piranha.dist</groupId>
Expand Down
2 changes: 1 addition & 1 deletion dist/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha.dist</groupId>
<artifactId>project</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
</parent>

<groupId>cloud.piranha.dist</groupId>
Expand Down
2 changes: 1 addition & 1 deletion dist/servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha.dist</groupId>
<artifactId>project</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
</parent>

<groupId>cloud.piranha.dist</groupId>
Expand Down
2 changes: 1 addition & 1 deletion dist/webprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha.dist</groupId>
<artifactId>project</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
</parent>

<artifactId>piranha-dist-webprofile</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cloud.piranha</groupId>
<artifactId>project</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
</parent>
<groupId>cloud.piranha.docs</groupId>
<artifactId>project</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Create an empty directory to store your Maven project. Inside of that directory
<modelVersion>4.0.0</modelVersion>
<groupId>cloud.piranha.guides.coreprofile</groupId>
<artifactId>json</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>Piranha Core Profile - Temperature JSON service</name>
<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Create an empty directory to store your Maven project. Inside of that directory
<modelVersion>4.0.0</modelVersion>
<groupId>cloud.piranha.guides.coreprofile</groupId>
<artifactId>rest</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>Piranha Core Profile - REST service</name>
<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ create the ```pom.xml``` file with the content as below.
<modelVersion>4.0.0</modelVersion>
<groupId>cloud.piranha.guides.coreprofile</groupId>
<artifactId>netbeans-debug</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>Piranha Core Profile - Debugging a REST service with NetBeans</name>
<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ create the ```pom.xml``` file with the content as below.
<modelVersion>4.0.0</modelVersion>
<groupId>cloud.piranha.guides.coreprofile</groupId>
<artifactId>vscode-debug</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>Piranha Core Profile - Debugging a REST service with VSCode</name>
<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Create an empty directory to store your Maven project. Inside of that directory
<modelVersion>4.0.0</modelVersion>
<groupId>cloud.piranha.guides.coreprofile</groupId>
<artifactId>arquillian</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>Piranha Core Profile - Testing with JUnit 5 and Arquillian</name>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion docs/src/site/markdown/coreprofile/using_project_crac.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ create the ```pom.xml``` file with the content as below.
<modelVersion>4.0.0</modelVersion>
<groupId>cloud.piranha.guides.crac</groupId>
<artifactId>crac</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>Piranha Core Profile on Project CRaC</name>
<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Create an empty directory to store your Maven project. Inside of that directory
<modelVersion>4.0.0</modelVersion>
<groupId>cloud.piranha.guides.embedded</groupId>
<artifactId>helloworld</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Piranha Embedded - Create a Hello World web application</name>
<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Create an empty directory to store your Maven project. Inside of that directory
<modelVersion>4.0.0</modelVersion>
<groupId>cloud.piranha.guides.embedded</groupId>
<artifactId>graalvm</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Piranha Embedded - Create a GraalVM application</name>
<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Create an empty directory to store your Maven project. Inside of that directory
<modelVersion>4.0.0</modelVersion>
<groupId>cloud.piranha.guides.embedded</groupId>
<artifactId>jlink</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Piranha Embedded - JLink application</name>
<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Create an empty directory to store your Maven project. Inside of that directory
<modelVersion>4.0.0</modelVersion>
<groupId>cloud.piranha.guides.embedded</groupId>
<artifactId>springboot</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Piranha Embedded - Running Piranha Embedded with Spring Boot</name>
<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Create an empty directory to store your Maven project. Inside of that directory
<modelVersion>4.0.0</modelVersion>
<groupId>cloud.piranha.guides.micro</groupId>
<artifactId>helloworld</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>Piranha Micro - Create a Hello World application</name>
<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ create the ```pom.xml``` file with the content as below.
<modelVersion>4.0.0</modelVersion>
<groupId>cloud.piranha.test.servlet</groupId>
<artifactId>faces</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>Create a Jakarta Faces application</name>
<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Create an empty directory to store your Maven project. Inside of that directory
<modelVersion>4.0.0</modelVersion>
<groupId>cloud.piranha.guides.servlet</groupId>
<artifactId>helloworld</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>Piranha Servlet - HelloWorld web application</name>
<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ create the ```pom.xml``` file with the content as below.
<modelVersion>4.0.0</modelVersion>
<groupId>cloud.piranha.guides.servlet</groupId>
<artifactId>pages</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>Create a Jakarta Pages application on Piranha Servlet</name>
<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ create the ```pom.xml``` file with the content as below.
<modelVersion>4.0.0</modelVersion>
<groupId>cloud.piranha.guides.servlet</groupId>
<artifactId>websocket</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>Piranha Servlet - WebSocket Chat application</name>
<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ create the ```pom.xml``` file with the content as below.
<modelVersion>4.0.0</modelVersion>
<groupId>cloud.piranha.guides.servlet</groupId>
<artifactId>crac</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>Run a web application on Piranha Servlet with CRaC</name>
<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ create the ```pom.xml``` file with the content as below.
<modelVersion>4.0.0</modelVersion>
<groupId>cloud.piranha.guides.webprofile</groupId>
<artifactId>faces</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>Piranha Web Profile - Jakarta Faces application</name>
<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Create an empty directory to store your Maven project. Inside of that directory
<modelVersion>4.0.0</modelVersion>
<groupId>cloud.piranha.guides.webprofile</groupId>
<artifactId>helloworld</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>Piranha Web Profile - HelloWorld application</name>
<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Create an empty directory to store your Maven project. Inside of that directory
<modelVersion>4.0.0</modelVersion>
<groupId>cloud.piranha.guides.webprofile</groupId>
<artifactId>rest</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>Piranha Web Profile - HelloREST service</name>
<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ create the ```pom.xml``` file with the content as below.
<modelVersion>4.0.0</modelVersion>
<groupId>cloud.piranha.guides.webprofile</groupId>
<artifactId>pages</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>Jakarta Pages webapplication</name>
<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ create the ```pom.xml``` file with the content as below.
<modelVersion>4.0.0</modelVersion>
<groupId>cloud.piranha.guides.webprofile</groupId>
<artifactId>playwright</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>Testing with JUnit 5 and Playwright</name>
<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Create an empty directory to store your Maven project. Inside of that directory
<modelVersion>4.0.0</modelVersion>
<groupId>cloud.piranha.guides.webprofile</groupId>
<artifactId>docker</artifactId>
<version>24.10.0-SNAPSHOT</version>
<version>24.11.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>Testing with our container image</name>
<properties>
Expand Down
Loading

0 comments on commit 188150a

Please sign in to comment.