mirror of
https://github.com/ehlxr/maven-repository.git
synced 2026-03-14 17:21:05 +00:00
Compare commits
21 Commits
4e2fc20597
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| f53f71b219 | |||
| e0c75aef08 | |||
| e151894785 | |||
| 12fb0d00eb | |||
| 28f1228f1c | |||
| 9da7e3c147 | |||
| 7a67900f7e | |||
| 6d039c9c80 | |||
| b6835de4f9 | |||
| 9e8cc851a4 | |||
| 7a92ef3a7d | |||
| ea06c57784 | |||
| 2b098c51c0 | |||
| 7955d643ee | |||
| e0fb411720 | |||
| cedcfb996d | |||
| 5f2ce5c7da | |||
| 0324e8cf62 | |||
| c53f8facb1 | |||
| d8b7c3ab7a | |||
| 539c92df45 |
@@ -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>
|
||||
```
|
||||
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
9bf3af5f85d7741f564aed9528443470
|
||||
@@ -0,0 +1 @@
|
||||
99c44d6db7697e881f9466a8e1437ed46fa8f8d7
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
2dd34f2ef0b9cfe94d35e61a095259cd
|
||||
@@ -0,0 +1 @@
|
||||
ebd3c68bb67fada94224f2cafd6fc9206199a60a
|
||||
@@ -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>
|
||||
@@ -0,0 +1 @@
|
||||
4b30be80b6547c13c3012e4ab76e22e2
|
||||
@@ -0,0 +1 @@
|
||||
2e1fc833889f12e2a6e8bee08091c5c7c86b76a8
|
||||
@@ -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>
|
||||
|
||||
@@ -1 +1 @@
|
||||
535fb3cb768bd0bdd5dace63b72b4909
|
||||
e42e5672d24f9881061d2cf3da6e6aa4
|
||||
@@ -1 +1 @@
|
||||
ecc727375fe4631fdd0d2bc02834704e883099f2
|
||||
c9763a4ddfa27a6f12cbedc31eeab61a22b9f945
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
b47616cdafb9e1a501b9fcb72206eb76
|
||||
@@ -0,0 +1 @@
|
||||
86bcab8026601f8a6bfd4388b429da53d86a2a84
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
f308ec3b8a4f5e79a2dd99b85bc9145a
|
||||
@@ -0,0 +1 @@
|
||||
07ef5636039e5078d5023137c4f41e1f71aa14f7
|
||||
@@ -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>
|
||||
@@ -0,0 +1 @@
|
||||
780086a162bd3a2019cd1d14e0014e8b
|
||||
@@ -0,0 +1 @@
|
||||
3ca99739046e42691a76c48505316425bd4c9da6
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
0fd3a3a4cfab166b5902eb24efe45634
|
||||
@@ -0,0 +1 @@
|
||||
d228947c594c153f5255c7ed3e5515df79361033
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
3500ae559684e757c46dd4b6f58edc18
|
||||
@@ -0,0 +1 @@
|
||||
70b1b71df1713183a9206eca3376b4d75ce40d80
|
||||
@@ -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>
|
||||
@@ -0,0 +1 @@
|
||||
780086a162bd3a2019cd1d14e0014e8b
|
||||
@@ -0,0 +1 @@
|
||||
3ca99739046e42691a76c48505316425bd4c9da6
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
fac97fd1c4e714012ff2ba65ebdfda8a
|
||||
@@ -0,0 +1 @@
|
||||
29492a6c21ed8ca65744b9f6376ae1feb4e08fc9
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
a8d1bf70cbab55a003bdf339be395972
|
||||
@@ -0,0 +1 @@
|
||||
e6fa410172b2476135c117a191c92535b4c231e6
|
||||
@@ -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>
|
||||
@@ -0,0 +1 @@
|
||||
780086a162bd3a2019cd1d14e0014e8b
|
||||
@@ -0,0 +1 @@
|
||||
3ca99739046e42691a76c48505316425bd4c9da6
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
11574929f644e76954abdb3a6ea4eb2e
|
||||
@@ -0,0 +1 @@
|
||||
6049adc0bf068380761054512f5bd5bec7d8a630
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
4f940f87bf8a884bbccbefd8b414bf99
|
||||
@@ -0,0 +1 @@
|
||||
bd058251c026d18ec9f4cb14cdce3c91d32d4345
|
||||
@@ -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>
|
||||
@@ -0,0 +1 @@
|
||||
780086a162bd3a2019cd1d14e0014e8b
|
||||
@@ -0,0 +1 @@
|
||||
3ca99739046e42691a76c48505316425bd4c9da6
|
||||
31
io/github/ehlxr/did-common/1.1.0-SNAPSHOT/maven-metadata.xml
Normal file
31
io/github/ehlxr/did-common/1.1.0-SNAPSHOT/maven-metadata.xml
Normal 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>
|
||||
@@ -0,0 +1 @@
|
||||
9ff85b308dd9cf74bb2bf6926ea4c470
|
||||
@@ -0,0 +1 @@
|
||||
a4c077a551746c5b8f81017b2e1afe5a35b7f22c
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
3c365a57c560b190e1e2f82ddf02e687
|
||||
@@ -0,0 +1 @@
|
||||
453065b351ad36da596f8b62a20d9a620a454724
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
74223e7576f5bd655829250cfc25bd8f
|
||||
@@ -0,0 +1 @@
|
||||
52fb4a12b212663907c101593d3528a48edbc36a
|
||||
@@ -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>
|
||||
@@ -0,0 +1 @@
|
||||
a1573357f21920696c4997a877e4cb50
|
||||
@@ -0,0 +1 @@
|
||||
29063f40750f4d82e50606973720718db52dbcab
|
||||
31
io/github/ehlxr/did-common/1.1.1-SNAPSHOT/maven-metadata.xml
Normal file
31
io/github/ehlxr/did-common/1.1.1-SNAPSHOT/maven-metadata.xml
Normal 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>
|
||||
@@ -0,0 +1 @@
|
||||
2f4e9a18174134db4eadf1e4e9607f81
|
||||
@@ -0,0 +1 @@
|
||||
a86687f121f0a4c8e5eabb98e4d2911d7429e917
|
||||
@@ -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>
|
||||
|
||||
@@ -1 +1 @@
|
||||
01ad25d4da26b71f878cea28805d7714
|
||||
c234d4f3acc229bc64636f14adf68976
|
||||
@@ -1 +1 @@
|
||||
ae27c0232e2c9cb5e4fe3735edd342a744a0ab7f
|
||||
3f2829847e643486fa0fcba05a3673ea7cad59c7
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
f8a5c0ffa098dcd82a7eff7cdadb44a8
|
||||
@@ -0,0 +1 @@
|
||||
2bb1e4ec82b3d42b76dcbfe5fa6053adaba6143d
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
0b85c906dc0e7923612d499d7a48852e
|
||||
@@ -0,0 +1 @@
|
||||
7aebae50c468fca35821bfca0a4e309db3fc773a
|
||||
@@ -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>
|
||||
@@ -0,0 +1 @@
|
||||
4a5e29760d8d1d1f48fb2c695f4122c5
|
||||
@@ -0,0 +1 @@
|
||||
4aa08e51d4326c723dafa4f38b789b3a10b2248c
|
||||
@@ -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>
|
||||
|
||||
@@ -1 +1 @@
|
||||
f0239350d911420c5e14599151a1673a
|
||||
44b8d2a6e8d2eed55588765eac6efba9
|
||||
@@ -1 +1 @@
|
||||
87257eb77af095a1d152186dc322e9a867e18701
|
||||
6e86fbf7a37d53b7b72610aecb870074c87139f0
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
c06578a868741da1cc118e4465fc8eb6
|
||||
@@ -0,0 +1 @@
|
||||
46b51bddda4c4001a70e9932f17d4846b2c4e2a2
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
4a12a774f7171cec333b3057871a5f8a
|
||||
@@ -0,0 +1 @@
|
||||
dbf114a424481697bf71a7ee96caa1f729aa36af
|
||||
@@ -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>
|
||||
@@ -0,0 +1 @@
|
||||
4816ead79226cef9dfde0de99dedb7f1
|
||||
@@ -0,0 +1 @@
|
||||
1538f7290acca75ff521efb8adb29198a0d91559
|
||||
31
io/github/ehlxr/did-core/1.1.0-SNAPSHOT/maven-metadata.xml
Normal file
31
io/github/ehlxr/did-core/1.1.0-SNAPSHOT/maven-metadata.xml
Normal 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>
|
||||
@@ -0,0 +1 @@
|
||||
4e8358ffd9983d269f45b1adaa631cf5
|
||||
@@ -0,0 +1 @@
|
||||
ef12997ba4997045181dc261351bb1c96dc82fbf
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
fef408557dac281a51324e755d818876
|
||||
@@ -0,0 +1 @@
|
||||
59c4bfe87d800a83b81a3cf99ed5ada04d13fec2
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
dbfbd7df42b39acdd7dd52329005c1eb
|
||||
@@ -0,0 +1 @@
|
||||
4796a29954ec954d04147c09618bd8b550bcea8b
|
||||
@@ -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>
|
||||
@@ -0,0 +1 @@
|
||||
d6793d575fb9705cac2dc445984fa9f3
|
||||
@@ -0,0 +1 @@
|
||||
1f8218eae31b604cbbaf5e14afd67be300322cdb
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user