Skip to content

Commit

Permalink
change name of the bundle back to previous names
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Jul 15, 2024
1 parent 855afbb commit d3d94da
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<id>60772C12-F179-D555-8E2CD2B4F7428718</id>
<bundlename>org.lucee.redis.extension</bundlename>
<bundlename>redis.extension</bundlename>
<luceeCoreVersion>5.0.0.157</luceeCoreVersion>
<releaseType>server</releaseType>
<label>Redis Extension</label>
Expand Down
2 changes: 1 addition & 1 deletion tests/DistributedLockTest.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
type="server"
password=server.SERVERADMINPASSWORD
class="lucee.extension.io.cache.redis.simple.RedisCache"
bundleName="org.lucee.redis.extension"
bundleName="redis.extension"
name="distLock"
custom={
"minIdle":8,
Expand Down
2 changes: 1 addition & 1 deletion tests/RedisCommandTypes.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="redis" {
var caches ={
"testRedis":{
"class":"lucee.extension.io.cache.redis.simple.RedisCache",
"bundleName":"org.lucee.redis.extension",
"bundleName":"redis.extension",
"custom":{
"minIdle":8,
"maxTotal":40,
Expand Down
2 changes: 1 addition & 1 deletion tests/RedisTest.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="redis" {
var caches ={
"querybuffer":{
"class":"lucee.extension.io.cache.redis.simple.RedisCache",
"bundleName":"org.lucee.redis.extension",
"bundleName":"redis.extension",
"custom":{
"minIdle":8,
"maxTotal":40,
Expand Down

0 comments on commit d3d94da

Please sign in to comment.