mirror of
https://github.com/ehlxr/maven-repository.git
synced 2024-12-28 02:06:18 +00:00
init git maven repository
This commit is contained in:
parent
dad60ece7c
commit
41ed6e7635
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
73cb3bba77cd1092cb35467e9579f258
|
@ -0,0 +1 @@
|
|||||||
|
8c8e53898e98f30625adf422faf5f0232a07c741
|
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
8d39993eca758f32a59965a19dd3e6b7
|
@ -0,0 +1 @@
|
|||||||
|
3e94bbd1b4635541345fa39afb7c4de468f0ec11
|
@ -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>
|
@ -0,0 +1 @@
|
|||||||
|
97c1869385592da8920b5e3f5ef06310
|
@ -0,0 +1 @@
|
|||||||
|
81b167ecf25e0c82b3524e1eca1b4c4d4e6da0b2
|
31
io/github/ehlxr/did-sdk/1.0.2-SNAPSHOT/maven-metadata.xml
Normal file
31
io/github/ehlxr/did-sdk/1.0.2-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-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>
|
@ -0,0 +1 @@
|
|||||||
|
c88860ef4cea71496e6853e725a516cb
|
@ -0,0 +1 @@
|
|||||||
|
0489a314b706e53b47aa4707a505fef55348a1c2
|
11
io/github/ehlxr/did-sdk/maven-metadata.xml
Normal file
11
io/github/ehlxr/did-sdk/maven-metadata.xml
Normal 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>
|
1
io/github/ehlxr/did-sdk/maven-metadata.xml.md5
Normal file
1
io/github/ehlxr/did-sdk/maven-metadata.xml.md5
Normal file
@ -0,0 +1 @@
|
|||||||
|
362ee6d9fc798d043d9e2f1b3e069029
|
1
io/github/ehlxr/did-sdk/maven-metadata.xml.sha1
Normal file
1
io/github/ehlxr/did-sdk/maven-metadata.xml.sha1
Normal file
@ -0,0 +1 @@
|
|||||||
|
a9928ccfb9f86e4d79ede7666580be6b04ef6a83
|
Loading…
Reference in New Issue
Block a user