Skip to content

Commit

Permalink
Fixes piranhacloud#3772 - Rename transact to omnifish-transact (piran…
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Jun 17, 2024
1 parent 15ac4fe commit 22956bb
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 14 deletions.
1 change: 1 addition & 0 deletions COMPONENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ deliver various bits and pieces of functionality.
| Eclipse Yasson | 3.0.3 |
| Hazelcast | 5.3.6 |
| Netty | 4.1.108.Final |
| OmniFish Transact | 1.0.1 |
| Project CRaC | 0.1.3 |
| RedHat Undertow | 2.3.12.Final |
| RedHat Weld | 5.1.2.Final |
12 changes: 6 additions & 6 deletions extension/micro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,12 @@
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-omnifish-transact</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-policy</artifactId>
Expand All @@ -127,12 +133,6 @@
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-transact</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-security-jakarta</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>24.7.0-SNAPSHOT</version>
</parent>

<artifactId>piranha-extension-transact</artifactId>
<artifactId>piranha-extension-omnifish-transact</artifactId>
<packaging>jar</packaging>

<name>Piranha - Extension - OmniFish Transact</name>
Expand Down
2 changes: 1 addition & 1 deletion extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<module>microprofile</module>
<module>naming</module>
<module>naming-cdi</module>
<module>omnifish-transact</module>
<module>platform</module>
<module>policy</module>
<module>redhat-hibernate-validator</module>
Expand All @@ -53,7 +54,6 @@
<module>servlet</module>
<module>servletannotations</module>
<module>tempdir</module>
<module>transact</module>
<module>webprofile</module>
<module>webxml</module>
<module>welcomefile</module>
Expand Down
12 changes: 6 additions & 6 deletions extension/webprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-omnifish-transact</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-policy</artifactId>
Expand Down Expand Up @@ -128,12 +134,6 @@
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-transact</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-webxml</artifactId>
Expand Down

0 comments on commit 22956bb

Please sign in to comment.