Skip to content

Commit 8826e6a

Browse files
committed
wip
1 parent 29f59eb commit 8826e6a

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

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
@@ -474,7 +474,7 @@
474474
</build>
475475
<profiles>
476476
<profile>
477-
<id>phoenix-hbase-compat-2.x</id>
477+
<id>hbase-2.x</id>
478478
<activation>
479479
<property>
480480
<name>hbase.profile</name>
@@ -550,7 +550,7 @@
550550
</build>
551551
</profile>
552552
<profile>
553-
<id>phoenix-hbase-compat-3.0.0</id>
553+
<id>hbase-3.x</id>
554554
<activation>
555555
<property>
556556
<name>hbase.profile</name>

0 commit comments

Comments
 (0)