init git maven repository

main
ḕℏỈẍȓ 2021-01-22 08:32:14 +00:00
parent dad60ece7c
commit 41ed6e7635
15 changed files with 105 additions and 0 deletions

View File

@ -0,0 +1 @@
73cb3bba77cd1092cb35467e9579f258

View File

@ -0,0 +1 @@
8c8e53898e98f30625adf422faf5f0232a07c741

View File

@ -0,0 +1 @@
8d39993eca758f32a59965a19dd3e6b7

View File

@ -0,0 +1 @@
3e94bbd1b4635541345fa39afb7c4de468f0ec11

View File

@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
<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-parent</artifactId>
<groupId>io.github.ehlxr</groupId>
<version>1.0.2-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-common</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 @@
97c1869385592da8920b5e3f5ef06310

View File

@ -0,0 +1 @@
81b167ecf25e0c82b3524e1eca1b4c4d4e6da0b2

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.0.2-SNAPSHOT</version>
<versioning>
<snapshot>
<timestamp>20210122.083128</timestamp>
<buildNumber>1</buildNumber>
</snapshot>
<lastUpdated>20210122083128</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>jar</extension>
<value>1.0.2-20210122.083128-1</value>
<updated>20210122083128</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>1.0.2-20210122.083128-1</value>
<updated>20210122083128</updated>
</snapshotVersion>
<snapshotVersion>
<classifier>sources</classifier>
<extension>jar</extension>
<value>1.0.2-20210122.083128-1</value>
<updated>20210122083128</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>
</metadata>

View File

@ -0,0 +1 @@
c88860ef4cea71496e6853e725a516cb

View File

@ -0,0 +1 @@
0489a314b706e53b47aa4707a505fef55348a1c2

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>io.github.ehlxr</groupId>
<artifactId>did-sdk</artifactId>
<versioning>
<versions>
<version>1.0.2-SNAPSHOT</version>
</versions>
<lastUpdated>20210122083128</lastUpdated>
</versioning>
</metadata>

View File

@ -0,0 +1 @@
362ee6d9fc798d043d9e2f1b3e069029

View File

@ -0,0 +1 @@
a9928ccfb9f86e4d79ede7666580be6b04ef6a83