Skip to content

Commit 5cab9d6

Browse files
martijnhoekstramzuehlke
authored andcommitted
add migration for bucket4j
1 parent 612ebbb commit 5cab9d6

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

modules/core/src/main/resources/artifact-migrations.v2.conf

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1404,4 +1404,64 @@ changes = [
14041404
groupIdAfter = dev.scalafreaks
14051405
artifactIdAfter = odin-zio
14061406
},
1407+
{
1408+
groupIdBefore = com.bucket4j
1409+
groupIdAfter = com.bucket4j
1410+
artifactIdBefore = bucket4j-core
1411+
artifactIdAfter = bucket4j_jdk17-core
1412+
},
1413+
{
1414+
groupIdBefore = com.bucket4j
1415+
groupIdAfter = com.bucket4j
1416+
artifactIdBefore = bucket4j-hazelcast
1417+
artifactIdAfter = bucket4j_jdk17-hazelcast
1418+
},
1419+
{
1420+
groupIdBefore = com.bucket4j
1421+
groupIdAfter = com.bucket4j
1422+
artifactIdBefore = bucket4j-jcache
1423+
artifactIdAfter = bucket4j_jdk17-jcache
1424+
},
1425+
{
1426+
groupIdBefore = com.bucket4j
1427+
groupIdAfter = com.bucket4j
1428+
artifactIdBefore = bucket4j-redis
1429+
artifactIdAfter = bucket4j_jdk17-redis
1430+
},
1431+
{
1432+
groupIdBefore = com.bucket4j
1433+
groupIdAfter = com.bucket4j
1434+
artifactIdBefore = bucket4j-redis-common
1435+
artifactIdAfter = bucket4j_jdk17-redis-common
1436+
},
1437+
{
1438+
groupIdBefore = com.bucket4j
1439+
groupIdAfter = com.bucket4j
1440+
artifactIdBefore = bucket4j-infinispan
1441+
artifactIdAfter = bucket4j_jdk17-infinispan
1442+
},
1443+
{
1444+
groupIdBefore = com.bucket4j
1445+
groupIdAfter = com.bucket4j
1446+
artifactIdBefore = bucket4j-postgresql
1447+
artifactIdAfter = bucket4j_jdk17-postgresql
1448+
},
1449+
{
1450+
groupIdBefore = com.bucket4j
1451+
groupIdAfter = com.bucket4j
1452+
artifactIdBefore = bucket4j-ignite
1453+
artifactIdAfter = bucket4j_jdk17-ignite
1454+
},
1455+
{
1456+
groupIdBefore = com.bucket4j
1457+
groupIdAfter = com.bucket4j
1458+
artifactIdBefore = bucket4j-coherence
1459+
artifactIdAfter = bucket4j_jdk17-coherence
1460+
},
1461+
{
1462+
groupIdBefore = com.bucket4j
1463+
groupIdAfter = com.bucket4j
1464+
artifactIdBefore = bucket4j-oracle
1465+
artifactIdAfter = bucket4j_jdk17-oracle
1466+
}
14071467
]

0 commit comments

Comments
 (0)