Skip to content

Commit

Permalink
Merge pull request quarkusio#37356 from yrodiere/search-coord-outbox-…
Browse files Browse the repository at this point in the history
…relocation

Add relocation artifacts for quarkus-hibernate-search-orm-coordination-outbox-polling renaming
  • Loading branch information
gsmet authored Nov 28, 2023
2 parents 88e7549 + 27f644e commit e4eb8bd
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
2 changes: 2 additions & 0 deletions relocations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
<module>quarkus-jaeger-deployment</module>
<module>quarkus-smallrye-opentracing</module>
<module>quarkus-smallrye-opentracing-deployment</module>
<module>quarkus-hibernate-search-orm-coordination-outbox-polling</module>
<module>quarkus-hibernate-search-orm-coordination-outbox-polling-deployment</module>
</modules>

</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>quarkus-relocations-parent</artifactId>
<groupId>io.quarkus</groupId>
<version>999-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-hibernate-search-orm-coordination-outbox-polling-deployment</artifactId>

<distributionManagement>
<relocation>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-hibernate-search-orm-outbox-polling-deployment</artifactId>
<version>${project.version}</version>
<message>${project.groupId}:${project.artifactId}:${project.version} was relocated to io.quarkus:quarkus-hibernate-search-orm-outbox-polling-deployment:${project.version}. Please update the artifactId of the dependency in your project configuration. For more information about this change, please refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.7#quarkus-hibernate-search-orm-coordination-outbox-polling-was-renamed</message>
</relocation>
</distributionManagement>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>quarkus-relocations-parent</artifactId>
<groupId>io.quarkus</groupId>
<version>999-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-hibernate-search-orm-coordination-outbox-polling</artifactId>

<distributionManagement>
<relocation>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-hibernate-search-orm-outbox-polling</artifactId>
<version>${project.version}</version>
<message>${project.groupId}:${project.artifactId}:${project.version} was relocated to io.quarkus:quarkus-hibernate-search-orm-outbox-polling:${project.version}. Please update the artifactId of the dependency in your project configuration. For more information about this change, please refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.7#quarkus-hibernate-search-orm-coordination-outbox-polling-was-renamed</message>
</relocation>
</distributionManagement>
</project>

0 comments on commit e4eb8bd

Please sign in to comment.