Skip to content

Commit

Permalink
Fixes #4186 - Update Angus to latest version (#4202)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Nov 11, 2024
1 parent 463aeda commit c888968
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions extension/eclipse-angus/pom.xml → extension/angus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<artifactId>project</artifactId>
<version>24.11.0-SNAPSHOT</version>
</parent>
<artifactId>piranha-extension-eclipse-angus</artifactId>
<artifactId>piranha-extension-angus</artifactId>
<packaging>jar</packaging>
<name>Piranha - Extension - Eclipse Angus</name>
<name>Piranha - Extension - Angus</name>
<dependencies>
<!-- compile -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion extension/jaxb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<!-- provided -->
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-eclipse-angus</artifactId>
<artifactId>piranha-extension-angus</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion extension/micro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-eclipse-angus</artifactId>
<artifactId>piranha-extension-angus</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,23 @@
<modules>
<module>annotationscan</module>
<module>annotationscan-classfile</module>
<module>angus</module>
<module>bytesstreamhandler</module>
<module>compat-glassfish7x</module>
<module>compat-tomcat10x</module>
<module>concurro</module>
<module>coreprofile</module>
<module>default-datasource</module>
<module>eclipse-angus</module>
<module>eclipse-epicyro</module>
<module>eclipse-jstl</module>
<module>eclipselink</module>
<module>exousia</module>
<module>expressly</module>
<module>fileupload</module>
<module>hazelcast</module>
<module>herring</module>
<module>hibernate-validator</module>
<module>jaxb</module>
<module>jersey</module>
<module>micro</module>
<module>microprofile</module>
Expand Down Expand Up @@ -61,8 +63,6 @@
<module>weld</module>
<module>yasson</module>
<module>wasp</module>
<module>jaxb</module>
<module>exousia</module>
</modules>

<dependencyManagement>
Expand Down

0 comments on commit c888968

Please sign in to comment.