Skip to content

Commit e49d52f

Browse files
committed
wip
1 parent e0f319f commit e49d52f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

phoenix-core-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@
439439
</build>
440440
<profiles>
441441
<profile>
442-
<id>phoenix-hbase-compat-2.x</id>
442+
<id>hbase-2.x</id>
443443
<activation>
444444
<property>
445445
<name>hbase.profile</name>
@@ -485,7 +485,7 @@
485485
</build>
486486
</profile>
487487
<profile>
488-
<id>phoenix-hbase-compat-3.0.0</id>
488+
<id>hbase-3.x</id>
489489
<activation>
490490
<property>
491491
<name>hbase.profile</name>

phoenix-core-server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
</build>
181181
<profiles>
182182
<profile>
183-
<id>phoenix-hbase-compat-2.x</id>
183+
<id>hbase-2.x</id>
184184
<activation>
185185
<property>
186186
<name>hbase.profile</name>
@@ -226,7 +226,7 @@
226226
</build>
227227
</profile>
228228
<profile>
229-
<id>phoenix-hbase-compat-3.0.0</id>
229+
<id>hbase-3.x</id>
230230
<activation>
231231
<property>
232232
<name>hbase.profile</name>

phoenix-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@
499499
</build>
500500
<profiles>
501501
<profile>
502-
<id>phoenix-hbase-compat-2.x</id>
502+
<id>hbase-2.x</id>
503503
<activation>
504504
<property>
505505
<name>hbase.profile</name>
@@ -575,7 +575,7 @@
575575
</build>
576576
</profile>
577577
<profile>
578-
<id>phoenix-hbase-compat-3.0.0</id>
578+
<id>hbase-3.x</id>
579579
<activation>
580580
<property>
581581
<name>hbase.profile</name>

0 commit comments

Comments
 (0)