Compare commits

...

25 Commits

Author SHA1 Message Date
f53f71b219 init git maven repository 2021-02-13 04:38:31 +00:00
e0c75aef08 init git maven repository 2021-02-13 04:37:39 +00:00
e151894785 init git maven repository 2021-02-13 04:36:47 +00:00
12fb0d00eb init git maven repository 2021-02-13 04:35:53 +00:00
28f1228f1c update at 2021-02-13 11:10:15 by ehlxr 2021-02-13 11:10:15 +08:00
9da7e3c147 init git maven repository 2021-02-13 03:02:24 +00:00
7a67900f7e init git maven repository 2021-02-13 03:01:31 +00:00
6d039c9c80 init git maven repository 2021-02-13 03:00:38 +00:00
b6835de4f9 init git maven repository 2021-02-13 02:59:45 +00:00
9e8cc851a4 init git maven repository 2021-02-11 03:14:32 +00:00
7a92ef3a7d init git maven repository 2021-02-11 03:13:40 +00:00
ea06c57784 init git maven repository 2021-02-11 02:40:19 +00:00
2b098c51c0 init git maven repository 2021-02-11 02:39:26 +00:00
7955d643ee init git maven repository 2021-02-11 02:34:41 +00:00
e0fb411720 init git maven repository 2021-02-11 02:33:49 +00:00
cedcfb996d init git maven repository 2021-02-11 02:31:46 +00:00
5f2ce5c7da init git maven repository 2021-02-11 02:30:52 +00:00
0324e8cf62 init git maven repository 2021-02-10 08:45:51 +00:00
c53f8facb1 init git maven repository 2021-02-10 08:44:58 +00:00
d8b7c3ab7a init git maven repository 2021-02-10 08:44:06 +00:00
539c92df45 init git maven repository 2021-02-10 08:43:12 +00:00
4e2fc20597 init git maven repository 2021-02-09 11:37:31 +00:00
8d959fb110 init git maven repository 2021-02-09 11:36:37 +00:00
f789038378 init git maven repository 2021-02-09 11:35:44 +00:00
c19d7d8274 init git maven repository 2021-02-09 11:34:50 +00:00
217 changed files with 2823 additions and 39 deletions

View File

@@ -7,7 +7,7 @@
<dependency>
<groupId>io.github.ehlxr</groupId>
<artifactId>did-sdk</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</dependency>
</dependencies>
```

View File

@@ -0,0 +1 @@
7e15943b3a6c43a704d2e3631afee08b

View File

@@ -0,0 +1 @@
3195d2837a53902c042db29940f95adad89ccbe3

View File

@@ -0,0 +1 @@
20babf33c80f372a1d2cb61badd67c32

View File

@@ -0,0 +1 @@
6801b31e39351d4f6b9b8c3a6cfe83380ee8cb19

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>did-parent</artifactId>
<groupId>io.github.ehlxr</groupId>
<version>1.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>did-common</artifactId>
<name>did-common</name>
<dependencies>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>

View File

@@ -0,0 +1 @@
4b30be80b6547c13c3012e4ab76e22e2

View File

@@ -0,0 +1 @@
2e1fc833889f12e2a6e8bee08091c5c7c86b76a8

View File

@@ -0,0 +1 @@
9bf3af5f85d7741f564aed9528443470

View File

@@ -0,0 +1 @@
99c44d6db7697e881f9466a8e1437ed46fa8f8d7

View File

@@ -0,0 +1 @@
2dd34f2ef0b9cfe94d35e61a095259cd

View File

@@ -0,0 +1 @@
ebd3c68bb67fada94224f2cafd6fc9206199a60a

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>did-parent</artifactId>
<groupId>io.github.ehlxr</groupId>
<version>1.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>did-common</artifactId>
<name>did-common</name>
<dependencies>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>

View File

@@ -0,0 +1 @@
4b30be80b6547c13c3012e4ab76e22e2

View File

@@ -0,0 +1 @@
2e1fc833889f12e2a6e8bee08091c5c7c86b76a8

View File

@@ -5,26 +5,26 @@
<version>1.0.2-SNAPSHOT</version>
<versioning>
<snapshot>
<timestamp>20210122.083034</timestamp>
<timestamp>20210210.084319</timestamp>
<buildNumber>1</buildNumber>
</snapshot>
<lastUpdated>20210122083034</lastUpdated>
<lastUpdated>20210210084319</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>jar</extension>
<value>1.0.2-20210122.083034-1</value>
<updated>20210122083034</updated>
<value>1.0.2-20210210.084319-1</value>
<updated>20210210084319</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>1.0.2-20210122.083034-1</value>
<updated>20210122083034</updated>
<value>1.0.2-20210210.084319-1</value>
<updated>20210210084319</updated>
</snapshotVersion>
<snapshotVersion>
<classifier>sources</classifier>
<extension>jar</extension>
<value>1.0.2-20210122.083034-1</value>
<updated>20210122083034</updated>
<value>1.0.2-20210210.084319-1</value>
<updated>20210210084319</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>

View File

@@ -1 +1 @@
2f527b40f46e5ed707a15b33a4e44d65
e42e5672d24f9881061d2cf3da6e6aa4

View File

@@ -1 +1 @@
35873187edf80440187053bc289c327c7dc0d513
c9763a4ddfa27a6f12cbedc31eeab61a22b9f945

View File

@@ -0,0 +1 @@
b47616cdafb9e1a501b9fcb72206eb76

View File

@@ -0,0 +1 @@
86bcab8026601f8a6bfd4388b429da53d86a2a84

View File

@@ -0,0 +1 @@
f308ec3b8a4f5e79a2dd99b85bc9145a

View File

@@ -0,0 +1 @@
07ef5636039e5078d5023137c4f41e1f71aa14f7

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>did-parent</artifactId>
<groupId>io.github.ehlxr</groupId>
<version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>did-common</artifactId>
<name>did-common</name>
<dependencies>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>

View File

@@ -0,0 +1 @@
780086a162bd3a2019cd1d14e0014e8b

View File

@@ -0,0 +1 @@
3ca99739046e42691a76c48505316425bd4c9da6

View File

@@ -0,0 +1 @@
0fd3a3a4cfab166b5902eb24efe45634

View File

@@ -0,0 +1 @@
d228947c594c153f5255c7ed3e5515df79361033

View File

@@ -0,0 +1 @@
3500ae559684e757c46dd4b6f58edc18

View File

@@ -0,0 +1 @@
70b1b71df1713183a9206eca3376b4d75ce40d80

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>did-parent</artifactId>
<groupId>io.github.ehlxr</groupId>
<version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>did-common</artifactId>
<name>did-common</name>
<dependencies>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>

View File

@@ -0,0 +1 @@
780086a162bd3a2019cd1d14e0014e8b

View File

@@ -0,0 +1 @@
3ca99739046e42691a76c48505316425bd4c9da6

View File

@@ -0,0 +1 @@
fac97fd1c4e714012ff2ba65ebdfda8a

View File

@@ -0,0 +1 @@
29492a6c21ed8ca65744b9f6376ae1feb4e08fc9

View File

@@ -0,0 +1 @@
a8d1bf70cbab55a003bdf339be395972

View File

@@ -0,0 +1 @@
e6fa410172b2476135c117a191c92535b4c231e6

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>did-parent</artifactId>
<groupId>io.github.ehlxr</groupId>
<version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>did-common</artifactId>
<name>did-common</name>
<dependencies>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>

View File

@@ -0,0 +1 @@
780086a162bd3a2019cd1d14e0014e8b

View File

@@ -0,0 +1 @@
3ca99739046e42691a76c48505316425bd4c9da6

View File

@@ -0,0 +1 @@
11574929f644e76954abdb3a6ea4eb2e

View File

@@ -0,0 +1 @@
6049adc0bf068380761054512f5bd5bec7d8a630

View File

@@ -0,0 +1 @@
4f940f87bf8a884bbccbefd8b414bf99

View File

@@ -0,0 +1 @@
bd058251c026d18ec9f4cb14cdce3c91d32d4345

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>did-parent</artifactId>
<groupId>io.github.ehlxr</groupId>
<version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>did-common</artifactId>
<name>did-common</name>
<dependencies>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>

View File

@@ -0,0 +1 @@
780086a162bd3a2019cd1d14e0014e8b

View File

@@ -0,0 +1 @@
3ca99739046e42691a76c48505316425bd4c9da6

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata modelVersion="1.1.0">
<groupId>io.github.ehlxr</groupId>
<artifactId>did-common</artifactId>
<version>1.1.0-SNAPSHOT</version>
<versioning>
<snapshot>
<timestamp>20210213.025952</timestamp>
<buildNumber>1</buildNumber>
</snapshot>
<lastUpdated>20210213025952</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>jar</extension>
<value>1.1.0-20210213.025952-1</value>
<updated>20210213025952</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>1.1.0-20210213.025952-1</value>
<updated>20210213025952</updated>
</snapshotVersion>
<snapshotVersion>
<classifier>sources</classifier>
<extension>jar</extension>
<value>1.1.0-20210213.025952-1</value>
<updated>20210213025952</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>
</metadata>

View File

@@ -0,0 +1 @@
9ff85b308dd9cf74bb2bf6926ea4c470

View File

@@ -0,0 +1 @@
a4c077a551746c5b8f81017b2e1afe5a35b7f22c

View File

@@ -0,0 +1 @@
3c365a57c560b190e1e2f82ddf02e687

View File

@@ -0,0 +1 @@
453065b351ad36da596f8b62a20d9a620a454724

View File

@@ -0,0 +1 @@
74223e7576f5bd655829250cfc25bd8f

View File

@@ -0,0 +1 @@
52fb4a12b212663907c101593d3528a48edbc36a

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>did-parent</artifactId>
<groupId>io.github.ehlxr</groupId>
<version>1.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>did-common</artifactId>
<name>did-common</name>
<dependencies>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>

View File

@@ -0,0 +1 @@
a1573357f21920696c4997a877e4cb50

View File

@@ -0,0 +1 @@
29063f40750f4d82e50606973720718db52dbcab

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata modelVersion="1.1.0">
<groupId>io.github.ehlxr</groupId>
<artifactId>did-common</artifactId>
<version>1.1.1-SNAPSHOT</version>
<versioning>
<snapshot>
<timestamp>20210213.043600</timestamp>
<buildNumber>1</buildNumber>
</snapshot>
<lastUpdated>20210213043600</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>jar</extension>
<value>1.1.1-20210213.043600-1</value>
<updated>20210213043600</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>1.1.1-20210213.043600-1</value>
<updated>20210213043600</updated>
</snapshotVersion>
<snapshotVersion>
<classifier>sources</classifier>
<extension>jar</extension>
<value>1.1.1-20210213.043600-1</value>
<updated>20210213043600</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>
</metadata>

View File

@@ -0,0 +1 @@
2f4e9a18174134db4eadf1e4e9607f81

View File

@@ -0,0 +1 @@
a86687f121f0a4c8e5eabb98e4d2911d7429e917

View File

@@ -4,8 +4,8 @@
<artifactId>did-common</artifactId>
<versioning>
<versions>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.1-SNAPSHOT</version>
</versions>
<lastUpdated>20210122083034</lastUpdated>
<lastUpdated>20210213043600</lastUpdated>
</versioning>
</metadata>

View File

@@ -1 +1 @@
523d7521069797d784b3c84d852f5d72
c234d4f3acc229bc64636f14adf68976

View File

@@ -1 +1 @@
215341915898f7ed4501c39b45e2896ada0a38fb
3f2829847e643486fa0fcba05a3673ea7cad59c7

View File

@@ -0,0 +1 @@
f9e22256b8ba643fa3ba09c1044e4a30

View File

@@ -0,0 +1 @@
20955a21b2ab78a61ab8d9df586ee7bbad681fdc

View File

@@ -0,0 +1 @@
f9f1cec908b01e98a71e591b7ad46943

View File

@@ -0,0 +1 @@
c3995abe1b85f997ddc9d63b859b475edd362247

View File

@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>did-parent</artifactId>
<groupId>io.github.ehlxr</groupId>
<version>1.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>did-core</artifactId>
<dependencies>
<dependency>
<groupId>io.github.ehlxr</groupId>
<artifactId>did-common</artifactId>
</dependency>
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-core</artifactId>
</dependency>
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-runtime</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>

View File

@@ -0,0 +1 @@
4a5e29760d8d1d1f48fb2c695f4122c5

View File

@@ -0,0 +1 @@
4aa08e51d4326c723dafa4f38b789b3a10b2248c

View File

@@ -0,0 +1 @@
f8a5c0ffa098dcd82a7eff7cdadb44a8

View File

@@ -0,0 +1 @@
2bb1e4ec82b3d42b76dcbfe5fa6053adaba6143d

View File

@@ -0,0 +1 @@
0b85c906dc0e7923612d499d7a48852e

View File

@@ -0,0 +1 @@
7aebae50c468fca35821bfca0a4e309db3fc773a

View File

@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>did-parent</artifactId>
<groupId>io.github.ehlxr</groupId>
<version>1.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>did-core</artifactId>
<dependencies>
<dependency>
<groupId>io.github.ehlxr</groupId>
<artifactId>did-common</artifactId>
</dependency>
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-core</artifactId>
</dependency>
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-runtime</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>

View File

@@ -0,0 +1 @@
4a5e29760d8d1d1f48fb2c695f4122c5

View File

@@ -0,0 +1 @@
4aa08e51d4326c723dafa4f38b789b3a10b2248c

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata modelVersion="1.1.0">
<groupId>io.github.ehlxr</groupId>
<artifactId>did-core</artifactId>
<version>1.0.2-SNAPSHOT</version>
<versioning>
<snapshot>
<timestamp>20210210.084412</timestamp>
<buildNumber>1</buildNumber>
</snapshot>
<lastUpdated>20210210084412</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>jar</extension>
<value>1.0.2-20210210.084412-1</value>
<updated>20210210084412</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>1.0.2-20210210.084412-1</value>
<updated>20210210084412</updated>
</snapshotVersion>
<snapshotVersion>
<classifier>sources</classifier>
<extension>jar</extension>
<value>1.0.2-20210210.084412-1</value>
<updated>20210210084412</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>
</metadata>

View File

@@ -0,0 +1 @@
44b8d2a6e8d2eed55588765eac6efba9

View File

@@ -0,0 +1 @@
6e86fbf7a37d53b7b72610aecb870074c87139f0

View File

@@ -0,0 +1 @@
c06578a868741da1cc118e4465fc8eb6

View File

@@ -0,0 +1 @@
46b51bddda4c4001a70e9932f17d4846b2c4e2a2

Some files were not shown because too many files have changed in this diff Show More