Skip to content

Commit

Permalink
Relocation (#985)
Browse files Browse the repository at this point in the history
* this is all relocated

* this is all relocated

(cherry picked from commit 1926a84)
  • Loading branch information
jonathanlukas committed Oct 21, 2024
1 parent 824651b commit f9c986c
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 7 deletions.
8 changes: 7 additions & 1 deletion camunda-sdk-java/java-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@
</parent>

<artifactId>java-common</artifactId>

<name>[legacy] Java common</name>
<distributionManagement>
<relocation>
<groupId>io.camunda</groupId>
<artifactId>spring-boot-starter-camunda-sdk</artifactId>
</relocation>
</distributionManagement>
<dependencies>
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
Expand Down
1 change: 0 additions & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<version>8.3.10-SNAPSHOT</version>
</parent>

<groupId>io.camunda.spring</groupId>
<artifactId>spring-boot-starter-camunda-example</artifactId>

<dependencies>
Expand Down
8 changes: 7 additions & 1 deletion spring-boot-starter-camunda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@

<groupId>io.camunda.spring</groupId>
<artifactId>spring-boot-starter-camunda</artifactId>

<name>[legacy] Spring boot starter camunda</name>
<distributionManagement>
<relocation>
<groupId>io.camunda</groupId>
<artifactId>spring-boot-starter-camunda-sdk</artifactId>
</relocation>
</distributionManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
11 changes: 7 additions & 4 deletions spring-client-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@
<version>8.3.10-SNAPSHOT</version>
</parent>

<groupId>io.camunda.spring</groupId>
<artifactId>spring-client-annotations</artifactId>

<dependencies>
</dependencies>
<name>[legacy] Spring client annotations</name>
<distributionManagement>
<relocation>
<groupId>io.camunda</groupId>
<artifactId>spring-boot-starter-camunda-sdk</artifactId>
</relocation>
</distributionManagement>
</project>
8 changes: 8 additions & 0 deletions spring-client-zeebe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

<groupId>io.camunda.spring</groupId>
<artifactId>spring-client-zeebe</artifactId>
<name>[legacy] Spring client zeebe</name>

<dependencies>
<dependency>
Expand Down Expand Up @@ -68,4 +69,11 @@
</plugin>
</plugins>
</build>

<distributionManagement>
<relocation>
<groupId>io.camunda</groupId>
<artifactId>spring-boot-starter-camunda-sdk</artifactId>
</relocation>
</distributionManagement>
</project>

0 comments on commit f9c986c

Please sign in to comment.