Compare commits

..

21 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
187 changed files with 2428 additions and 53 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 @@
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>20210209.113458</timestamp>
<timestamp>20210210.084319</timestamp>
<buildNumber>1</buildNumber>
</snapshot>
<lastUpdated>20210209113458</lastUpdated>
<lastUpdated>20210210084319</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>jar</extension>
<value>1.0.2-20210209.113458-1</value>
<updated>20210209113458</updated>
<value>1.0.2-20210210.084319-1</value>
<updated>20210210084319</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>1.0.2-20210209.113458-1</value>
<updated>20210209113458</updated>
<value>1.0.2-20210210.084319-1</value>
<updated>20210210084319</updated>
</snapshotVersion>
<snapshotVersion>
<classifier>sources</classifier>
<extension>jar</extension>
<value>1.0.2-20210209.113458-1</value>
<updated>20210209113458</updated>
<value>1.0.2-20210210.084319-1</value>
<updated>20210210084319</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>

View File

@@ -1 +1 @@
535fb3cb768bd0bdd5dace63b72b4909
e42e5672d24f9881061d2cf3da6e6aa4

View File

@@ -1 +1 @@
ecc727375fe4631fdd0d2bc02834704e883099f2
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>20210209113458</lastUpdated>
<lastUpdated>20210213043600</lastUpdated>
</versioning>
</metadata>

View File

@@ -1 +1 @@
01ad25d4da26b71f878cea28805d7714
c234d4f3acc229bc64636f14adf68976

View File

@@ -1 +1 @@
ae27c0232e2c9cb5e4fe3735edd342a744a0ab7f
3f2829847e643486fa0fcba05a3673ea7cad59c7

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

@@ -5,26 +5,26 @@
<version>1.0.2-SNAPSHOT</version>
<versioning>
<snapshot>
<timestamp>20210209.113550</timestamp>
<timestamp>20210210.084412</timestamp>
<buildNumber>1</buildNumber>
</snapshot>
<lastUpdated>20210209113550</lastUpdated>
<lastUpdated>20210210084412</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>jar</extension>
<value>1.0.2-20210209.113550-1</value>
<updated>20210209113550</updated>
<value>1.0.2-20210210.084412-1</value>
<updated>20210210084412</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>1.0.2-20210209.113550-1</value>
<updated>20210209113550</updated>
<value>1.0.2-20210210.084412-1</value>
<updated>20210210084412</updated>
</snapshotVersion>
<snapshotVersion>
<classifier>sources</classifier>
<extension>jar</extension>
<value>1.0.2-20210209.113550-1</value>
<updated>20210209113550</updated>
<value>1.0.2-20210210.084412-1</value>
<updated>20210210084412</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>

View File

@@ -1 +1 @@
f0239350d911420c5e14599151a1673a
44b8d2a6e8d2eed55588765eac6efba9

View File

@@ -1 +1 @@
87257eb77af095a1d152186dc322e9a867e18701
6e86fbf7a37d53b7b72610aecb870074c87139f0

View File

@@ -0,0 +1 @@
c06578a868741da1cc118e4465fc8eb6

View File

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

View File

@@ -0,0 +1 @@
4a12a774f7171cec333b3057871a5f8a

View File

@@ -0,0 +1 @@
dbf114a424481697bf71a7ee96caa1f729aa36af

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.1.0-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 @@
4816ead79226cef9dfde0de99dedb7f1

View File

@@ -0,0 +1 @@
1538f7290acca75ff521efb8adb29198a0d91559

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.1.0-SNAPSHOT</version>
<versioning>
<snapshot>
<timestamp>20210213.030044</timestamp>
<buildNumber>1</buildNumber>
</snapshot>
<lastUpdated>20210213030044</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>jar</extension>
<value>1.1.0-20210213.030044-1</value>
<updated>20210213030044</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>1.1.0-20210213.030044-1</value>
<updated>20210213030044</updated>
</snapshotVersion>
<snapshotVersion>
<classifier>sources</classifier>
<extension>jar</extension>
<value>1.1.0-20210213.030044-1</value>
<updated>20210213030044</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>
</metadata>

View File

@@ -0,0 +1 @@
4e8358ffd9983d269f45b1adaa631cf5

View File

@@ -0,0 +1 @@
ef12997ba4997045181dc261351bb1c96dc82fbf

View File

@@ -0,0 +1 @@
fef408557dac281a51324e755d818876

View File

@@ -0,0 +1 @@
59c4bfe87d800a83b81a3cf99ed5ada04d13fec2

View File

@@ -0,0 +1 @@
dbfbd7df42b39acdd7dd52329005c1eb

View File

@@ -0,0 +1 @@
4796a29954ec954d04147c09618bd8b550bcea8b

View File

@@ -0,0 +1,55 @@
<?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-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>
<dependency>
<groupId>com.caucho</groupId>
<artifactId>hessian</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</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 @@
d6793d575fb9705cac2dc445984fa9f3

View File

@@ -0,0 +1 @@
1f8218eae31b604cbbaf5e14afd67be300322cdb

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