Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #3973 - Pull up versions to top-level POM #3974

Merged
merged 6 commits into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,12 @@
<artifactId>jakarta.faces-api</artifactId>
<version>${jakarta.faces-api.version}</version>
</dependency>

<!-- Jakarta Inject API -->
<dependency>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
<version>${jakarta.inject-api.version}</version>
</dependency>
<!-- Jakarta JSON Binding -->
<dependency>
<groupId>jakarta.json.bind</groupId>
Expand Down
1 change: 0 additions & 1 deletion cli/macos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
<plugin>
<groupId>org.graalvm.nativeimage</groupId>
<artifactId>native-image-maven-plugin</artifactId>
<version>21.2.0</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 0 additions & 2 deletions dist/micro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -277,15 +277,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven-javadoc-plugin.version}</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>${nexus-staging-maven-plugin.version}</version>
<extensions>true</extensions>
<configuration>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
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>1-SNAPSHOT</version>
<version>24.10.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>1-SNAPSHOT</version>
<version>24.10.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>1-SNAPSHOT</version>
<version>24.10.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>1-SNAPSHOT</version>
<version>24.10.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>1-SNAPSHOT</version>
<version>24.10.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.8.0-SNAPSHOT</version>
<version>24.10.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.9.0-SNAPSHOT</version>
<version>24.10.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>1-SNAPSHOT</version>
<version>24.10.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.3.0-SNAPSHOT</version>
<version>24.10.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.9.0-SNAPSHOT</version>
<version>24.10.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>1-SNAPSHOT</version>
<version>24.10.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 @@ -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.server</groupId>
<artifactId>helloworld</artifactId>
<version>1-SNAPSHOT</version>
<version>24.10.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>Piranha Server - HelloWorld web 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.guides.servlet</groupId>
<artifactId>faces</artifactId>
<version>1-SNAPSHOT</version>
<version>24.10.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>Piranha Servlet - 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>1-SNAPSHOT</version>
<version>24.10.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.5.0-SNAPSHOT</version>
<version>24.10.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>1-SNAPSHOT</version>
<version>24.10.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.5.0-SNAPSHOT</version>
<version>24.10.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>1-SNAPSHOT</version>
<version>24.10.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>1-SNAPSHOT</version>
<version>24.10.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>1-SNAPSHOT</version>
<version>24.10.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>1-SNAPSHOT</version>
<version>24.10.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>1-SNAPSHOT</version>
<version>24.10.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>1-SNAPSHOT</version>
<version>24.10.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>Testing with our container image</name>
<properties>
Expand Down
1 change: 0 additions & 1 deletion extension/eclipse-epicyro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<dependency>
<groupId>org.glassfish.epicyro</groupId>
<artifactId>epicyro</artifactId>
<version>3.0.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand Down
1 change: 0 additions & 1 deletion extension/eclipse-exousia/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
<dependency>
<groupId>org.glassfish.exousia</groupId>
<artifactId>exousia</artifactId>
<version>2.1.1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand Down
1 change: 0 additions & 1 deletion extension/eclipse-jaxb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>${jaxb-runtime.version}</version>
</dependency>
</dependencies>
</project>
7 changes: 0 additions & 7 deletions extension/eclipse-jersey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,25 +64,21 @@
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-servlet</artifactId>
<version>${jersey.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-servlet-core</artifactId>
<version>${jersey.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-common</artifactId>
<version>${jersey.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.ext.cdi</groupId>
<artifactId>jersey-cdi1x</artifactId>
<version>${jersey.version}</version>
<scope>runtime</scope>
</dependency>

Expand All @@ -96,19 +92,16 @@
<dependency>
<groupId>org.glassfish.jersey.inject</groupId>
<artifactId>jersey-hk2</artifactId>
<version>${jersey.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-json-binding</artifactId>
<version>${jersey.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-json-processing</artifactId>
<version>${jersey.version}</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Expand Down
1 change: 0 additions & 1 deletion extension/eclipse-jstl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
<dependency>
<groupId>org.glassfish.web</groupId>
<artifactId>jakarta.servlet.jsp.jstl</artifactId>
<version>${jstl.version}</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Expand Down
1 change: 0 additions & 1 deletion extension/eclipse-mojarra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.faces</artifactId>
<version>${mojarra.version}</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Expand Down
1 change: 0 additions & 1 deletion extension/eclipse-parsson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
<dependency>
<groupId>org.eclipse.parsson</groupId>
<artifactId>parsson</artifactId>
<version>${parsson.version}</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 0 additions & 2 deletions extension/eclipse-soteria/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,11 @@
<dependency>
<groupId>org.glassfish.soteria</groupId>
<artifactId>soteria.spi.bean.decorator.weld</artifactId>
<version>3.0.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.glassfish.soteria</groupId>
<artifactId>jakarta.security.enterprise</artifactId>
<version>3.0.3</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
1 change: 0 additions & 1 deletion extension/eclipse-tyrus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
<dependency>
<groupId>org.glassfish.tyrus</groupId>
<artifactId>tyrus-container-servlet</artifactId>
<version>${tyrus.version}</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 0 additions & 2 deletions extension/eclipse-wasp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,9 @@
<artifactId>jakarta.servlet.jsp-api</artifactId>
<scope>compile</scope>
</dependency>
<!-- Kept at 3.2.0 because 3.2.1 fails our tests on Windows -->
<dependency>
<groupId>org.glassfish.wasp</groupId>
<artifactId>wasp</artifactId>
<version>3.2.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand Down
1 change: 0 additions & 1 deletion extension/eclipse-yasson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>yasson</artifactId>
<version>${yasson.version}</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Expand Down
Loading
Loading