change package
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-01-22 15:40:02 +08:00
parent d0d9a5b7ce
commit 461db897b2
29 changed files with 106 additions and 102 deletions

View File

@@ -3,9 +3,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>did</artifactId>
<groupId>cn.ceres.did</groupId>
<version>1.0-SNAPSHOT</version>
<artifactId>did-parent</artifactId>
<groupId>io.github.ehlxr</groupId>
<version>1.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@@ -1,4 +1,4 @@
package cn.ceres.did.common;
package io.github.ehlxr.did.common;
import java.util.Map;

View File

@@ -1,4 +1,4 @@
package cn.ceres.did.common;
package io.github.ehlxr.did.common;
import io.netty.channel.Channel;
import io.netty.channel.ChannelFutureListener;

View File

@@ -1,4 +1,4 @@
package cn.ceres.did.common;
package io.github.ehlxr.did.common;
import java.util.concurrent.atomic.AtomicInteger;