Skip to content

Commit

Permalink
Fixes piranhacloud#4182 - Update Exousia to 3.0.0-M2 version (piranha…
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Nov 11, 2024
1 parent 67c7dcb commit 79ef513
Show file tree
Hide file tree
Showing 15 changed files with 8 additions and 8 deletions.
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-exousia</artifactId>
<artifactId>piranha-extension-exousia</artifactId>
<packaging>jar</packaging>
<name>Piranha - Extension - Eclipse Exousia</name>
<name>Piranha - Extension - Exousia</name>
<dependencies>
<!-- compile -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
<module>default-datasource</module>
<module>eclipse-angus</module>
<module>eclipse-epicyro</module>
<module>eclipse-exousia</module>
<module>eclipse-jstl</module>
<module>eclipselink</module>
<module>expressly</module>
Expand Down Expand Up @@ -63,6 +62,7 @@
<module>yasson</module>
<module>wasp</module>
<module>jaxb</module>
<module>exousia</module>
</modules>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion extension/security-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-eclipse-exousia</artifactId>
<artifactId>piranha-extension-exousia</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<crac.version>0.1.3</crac.version>
<eclipselink.version>5.0.0-B02</eclipselink.version>
<epicyro.version>3.0.0</epicyro.version>
<exousia.version>3.0.0-M1.1</exousia.version>
<exousia.version>3.0.0-M2</exousia.version>
<expressly.version>6.0.0-M2</expressly.version>
<free-port-finder.version>1.1.1</free-port-finder.version>
<glassfish-client-ee11.version>1.6.1</glassfish-client-ee11.version>
Expand Down
2 changes: 1 addition & 1 deletion test/debug/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-eclipse-exousia</artifactId>
<artifactId>piranha-extension-exousia</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion test/embedded/soteria-basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-eclipse-exousia</artifactId>
<artifactId>piranha-extension-exousia</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion test/embedded/soteria-form/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-eclipse-exousia</artifactId>
<artifactId>piranha-extension-exousia</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 79ef513

Please sign in to comment.