Skip to content

Commit

Permalink
Fixes #3959 - Limit updates by using configuration in Maven versions …
Browse files Browse the repository at this point in the history
…plugin (#3960)
  • Loading branch information
mnriem committed Sep 24, 2024
1 parent 2e6abaa commit cb80fd4
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 26 deletions.
3 changes: 0 additions & 3 deletions extension/apache-fileupload/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
<packaging>jar</packaging>

<name>Piranha - Extension - Apache Commons FileUpload</name>
<properties>
<commons-fileupload2-jakarta-servlet6.version>2.0.0-M2</commons-fileupload2-jakarta-servlet6.version>
</properties>
<dependencies>
<!-- compile -->
<dependency>
Expand Down
4 changes: 0 additions & 4 deletions extension/eclipse-angus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
<artifactId>piranha-extension-eclipse-angus</artifactId>
<packaging>jar</packaging>
<name>Piranha - Extension - Eclipse Angus</name>
<properties>
<angus.activation.version>2.0.2</angus.activation.version>
<angus.mail.version>2.0.3</angus.mail.version>
</properties>
<dependencies>
<!-- compile -->
<dependency>
Expand Down
3 changes: 0 additions & 3 deletions extension/eclipse-expressly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
<artifactId>piranha-extension-eclipse-expressly</artifactId>
<packaging>jar</packaging>
<name>Piranha - Extension - Eclipse Expressly</name>
<properties>
<expressly.version>6.0.0-M2</expressly.version>
</properties>
<dependencies>
<dependency>
<groupId>cloud.piranha.core</groupId>
Expand Down
3 changes: 0 additions & 3 deletions extension/eclipselink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
<artifactId>piranha-extension-eclipselink</artifactId>
<packaging>jar</packaging>
<name>Piranha - Extension - EclipseLink</name>
<properties>
<eclipselink.version>5.0.0-B02</eclipselink.version>
</properties>
<dependencies>
<!-- compile -->
<dependency>
Expand Down
4 changes: 0 additions & 4 deletions extension/hazelcast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
<artifactId>piranha-extension-hazelcast</artifactId>
<packaging>jar</packaging>
<name>Piranha - Extension - Hazelcast</name>
<properties>
<!-- kept at 5.4.0 because 5.5.0 adds remote repositories -->
<hazelcast.version>5.4.0</hazelcast.version>
</properties>
<dependencies>
<!-- compile -->
<dependency>
Expand Down
2 changes: 0 additions & 2 deletions extension/redhat-hibernate-validator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
<name>Piranha - Extension - RedHat Hibernate Validator</name>

<properties>
<!-- dependencies -->
<hibernate-validator.version>8.0.1.Final</hibernate-validator.version>
<!-- other -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
3 changes: 0 additions & 3 deletions http/crac/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
</parent>
<artifactId>piranha-http-crac</artifactId>
<name>Piranha - HTTP - CRaC integration</name>
<properties>
<crac.version>0.1.3</crac.version>
</properties>
<dependencies>
<dependency>
<groupId>cloud.piranha.http</groupId>
Expand Down
4 changes: 0 additions & 4 deletions http/grizzly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
<artifactId>piranha-http-grizzly</artifactId>
<packaging>jar</packaging>
<name>Piranha - HTTP - Grizzly Integration</name>
<properties>
<grizzly.version>4.1.0-M1</grizzly.version>
<grizzly-npn-api.version>2.0.0</grizzly-npn-api.version>
</properties>
<dependencies>
<!-- compile -->
<dependency>
Expand Down
19 changes: 19 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,23 @@

<properties>
<!-- dependencies -->
<angus.activation.version>2.0.2</angus.activation.version>
<angus.mail.version>2.0.3</angus.mail.version>
<arquillian.version>1.8.0.Final</arquillian.version>
<bcel.version>6.10.0</bcel.version>
<checkstyle.version>10.17.0</checkstyle.version>
<commons-fileupload2-jakarta-servlet6.version>2.0.0-M2</commons-fileupload2-jakarta-servlet6.version>
<crac.version>0.1.3</crac.version>
<eclipselink.version>5.0.0-B02</eclipselink.version>
<expressly.version>6.0.0-M2</expressly.version>
<free-port-finder.version>1.1.1</free-port-finder.version>
<grizzly.version>4.1.0-M1</grizzly.version>
<grizzly-npn-api.version>2.0.0</grizzly-npn-api.version>
<!-- kept at 5.4.0 because 5.5.0 adds remote repositories -->
<hazelcast.version>5.4.0</hazelcast.version>
<htmlunit.version>2.70.0</htmlunit.version>
<h2.version>2.3.232</h2.version>
<hibernate-validator.version>8.0.1.Final</hibernate-validator.version>
<jandex.version>3.1.8</jandex.version>
<jboss-classfilewriter.version>1.3.1.Final</jboss-classfilewriter.version>
<junit-pioneer.version>2.2.0</junit-pioneer.version>
Expand Down Expand Up @@ -674,6 +685,7 @@
<ruleSet>
<rules>
<!-- keep Eclipse Mojarra at EE 10 compliant version -->
<!--
<rule>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.faces</artifactId>
Expand All @@ -684,7 +696,9 @@
</ignoreVersion>
</ignoreVersions>
</rule>
-->
<!-- keep Eclipse Expressly at EE 10 compliant version -->
<!--
<rule>
<groupId>org.glassfish.expressly</groupId>
<artifactId>expressly</artifactId>
Expand All @@ -695,7 +709,9 @@
</ignoreVersion>
</ignoreVersions>
</rule>
-->
<!-- keep EclipseLink at EE 10 compliant version -->
<!--
<rule>
<groupId>org.eclipse.persistence</groupId>
<ignoreVersions>
Expand All @@ -705,7 +721,9 @@
</ignoreVersion>
</ignoreVersions>
</rule>
-->
<!-- keep Hibernate Validator at EE 10 compliant version -->
<!--
<rule>
<groupId>org.hibernate.validator</groupId>
<ignoreVersions>
Expand All @@ -715,6 +733,7 @@
</ignoreVersion>
</ignoreVersions>
</rule>
-->
</rules>
</ruleSet>
</configuration>
Expand Down

0 comments on commit cb80fd4

Please sign in to comment.