mirror of
https://github.com/valitydev/dominator-proto.git
synced 2024-11-06 02:35:15 +00:00
FIN-29: Fix package namings (#5)
This commit is contained in:
parent
0d48f13102
commit
12742f627e
4
pom.xml
4
pom.xml
@ -111,8 +111,8 @@
|
||||
<configuration>
|
||||
<relocations>
|
||||
<relocation>
|
||||
<pattern>com.empayre.dominator</pattern>
|
||||
<shadedPattern>com.empayre.dominator.v${commit.number}</shadedPattern>
|
||||
<pattern>dev.vality.dominator</pattern>
|
||||
<shadedPattern>dev.vality.dominator.v${commit.number}</shadedPattern>
|
||||
</relocation>
|
||||
</relocations>
|
||||
<shadedArtifactAttached>true</shadedArtifactAttached>
|
||||
|
@ -1,7 +1,7 @@
|
||||
include "proto/base.thrift"
|
||||
include "proto/domain.thrift"
|
||||
|
||||
namespace java com.empayre.dominator
|
||||
namespace java dev.vality.dominator
|
||||
namespace erlang dominator.dominator
|
||||
|
||||
typedef string ContinuationToken
|
||||
|
Loading…
Reference in New Issue
Block a user