Skip to content

Commit 56a7eba

Browse files
author
Myron Scott
committed
relocate migrated modules
1 parent 7180982 commit 56a7eba

File tree

59 files changed

+15
-245
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+15
-245
lines changed

examples/concurrent-map-entity/client/pom.xml renamed to examples/clustered-map/client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
<relativePath>../../../build-parent</relativePath>
2929
</parent>
3030

31-
<groupId>org.terracotta.entities</groupId>
31+
<groupId>org.terracotta.internal</groupId>
3232
<artifactId>clustered-map-client</artifactId>
3333

3434
<dependencies>
3535
<dependency>
36-
<groupId>org.terracotta.entities</groupId>
36+
<groupId>org.terracotta.internal</groupId>
3737
<artifactId>clustered-map-common</artifactId>
3838
<version>${project.version}</version>
3939
</dependency>

examples/concurrent-map-entity/common/pom.xml renamed to examples/clustered-map/common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<version>5.9-SNAPSHOT</version>
2727
<relativePath>../../../build-parent</relativePath>
2828
</parent>
29-
<groupId>org.terracotta.entities</groupId>
29+
<groupId>org.terracotta.internal</groupId>
3030
<artifactId>clustered-map-common</artifactId>
3131

3232
<dependencies>

0 commit comments

Comments
 (0)