init git maven repository

main
ḕℏỈẍȓ 2021-02-11 02:31:46 +00:00
parent 5f2ce5c7da
commit cedcfb996d
15 changed files with 96 additions and 4 deletions

View File

@ -0,0 +1 @@
1058b7ac95ceafcf9fa2bea2e9e1e2ee

View File

@ -0,0 +1 @@
044e304ca760d131257d2561534504ac0f9bfa47

View File

@ -0,0 +1 @@
dd1f9e9b93abc401dfacdd89451af290

View File

@ -0,0 +1 @@
7404855eedfdbe1dc70f71a7f3b26c115ecec661

View File

@ -0,0 +1,53 @@
<?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-sdk</artifactId>
<name>did-sdk</name>
<dependencies>
<dependency>
<groupId>io.github.ehlxr</groupId>
<artifactId>did-core</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-shade-plugin</artifactId>
<configuration>
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
<artifactSet>
<includes>
<include>io.github.ehlxr.did:did-common</include>
</includes>
</artifactSet>
</configuration>
</plugin>
<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 @@
26081bcc906524ffe344ff0de734a4ad

View File

@ -0,0 +1 @@
ec9a7b9cc68435afefd1997eb6597500c9286999

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-sdk</artifactId>
<version>1.1.0-SNAPSHOT</version>
<versioning>
<snapshot>
<timestamp>20210211.023100</timestamp>
<buildNumber>1</buildNumber>
</snapshot>
<lastUpdated>20210211023100</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>jar</extension>
<value>1.1.0-20210211.023100-1</value>
<updated>20210211023100</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>1.1.0-20210211.023100-1</value>
<updated>20210211023100</updated>
</snapshotVersion>
<snapshotVersion>
<classifier>sources</classifier>
<extension>jar</extension>
<value>1.1.0-20210211.023100-1</value>
<updated>20210211023100</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>
</metadata>

View File

@ -0,0 +1 @@
423b1e1d8a34d700bf1970e885aa026c

View File

@ -0,0 +1 @@
d72356a0ff7ddb6916bc4e064b380c679f88b3de

View File

@ -4,8 +4,8 @@
<artifactId>did-sdk</artifactId>
<versioning>
<versions>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</versions>
<lastUpdated>20210210084504</lastUpdated>
<lastUpdated>20210211023100</lastUpdated>
</versioning>
</metadata>

View File

@ -1 +1 @@
278a2b112927f89e1b56319aef3fa501
d9b769c27cbd0533446ba492ac4cdfc7

View File

@ -1 +1 @@
4b9af13a96a9c7694249574080572b5120c40902
b7ef0936da4320b4d9120b0389b95cf8693a0c32