mirror of
https://github.com/ehlxr/maven-repository.git
synced 2024-11-24 02:33:38 +00:00
init git maven repository
This commit is contained in:
parent
e0c75aef08
commit
f53f71b219
Binary file not shown.
@ -0,0 +1 @@
|
||||
4e7c0098ce3b228a7b1ce9ba0c7aa20d
|
@ -0,0 +1 @@
|
||||
38a1c9b000a912e4c519aa3ffd111b75bd33aa0b
|
Binary file not shown.
@ -0,0 +1 @@
|
||||
74c5e1539065b6b48e106ff14d657821
|
@ -0,0 +1 @@
|
||||
884900cf8363d5e5ba3c08a11ccc4602243d8b50
|
@ -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.1-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>
|
@ -0,0 +1 @@
|
||||
11304581c28037cc5cba9eaedda7d291
|
@ -0,0 +1 @@
|
||||
ed3a5b6531de4a84912bace475a4ed9524aa0ccd
|
31
io/github/ehlxr/did-sdk/1.1.1-SNAPSHOT/maven-metadata.xml
Normal file
31
io/github/ehlxr/did-sdk/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-sdk</artifactId>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
<versioning>
|
||||
<snapshot>
|
||||
<timestamp>20210213.043745</timestamp>
|
||||
<buildNumber>1</buildNumber>
|
||||
</snapshot>
|
||||
<lastUpdated>20210213043745</lastUpdated>
|
||||
<snapshotVersions>
|
||||
<snapshotVersion>
|
||||
<extension>jar</extension>
|
||||
<value>1.1.1-20210213.043745-1</value>
|
||||
<updated>20210213043745</updated>
|
||||
</snapshotVersion>
|
||||
<snapshotVersion>
|
||||
<extension>pom</extension>
|
||||
<value>1.1.1-20210213.043745-1</value>
|
||||
<updated>20210213043745</updated>
|
||||
</snapshotVersion>
|
||||
<snapshotVersion>
|
||||
<classifier>sources</classifier>
|
||||
<extension>jar</extension>
|
||||
<value>1.1.1-20210213.043745-1</value>
|
||||
<updated>20210213043745</updated>
|
||||
</snapshotVersion>
|
||||
</snapshotVersions>
|
||||
</versioning>
|
||||
</metadata>
|
@ -0,0 +1 @@
|
||||
bb6cd08bdfcdc5416e771c04c20bb71d
|
@ -0,0 +1 @@
|
||||
32dcbfd4553a3ec0e872a540a87c4924bfc98fc8
|
@ -4,8 +4,8 @@
|
||||
<artifactId>did-sdk</artifactId>
|
||||
<versioning>
|
||||
<versions>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</versions>
|
||||
<lastUpdated>20210213030137</lastUpdated>
|
||||
<lastUpdated>20210213043745</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
||||
|
@ -1 +1 @@
|
||||
81cec4718ae24a1be330cfa75c9cd12c
|
||||
7ad5f7e3fccb0f39ea444d6050575b57
|
@ -1 +1 @@
|
||||
ecc0ebb02c1ce804f3112eb866c17db050ffea8b
|
||||
e80efdd55c6d25edb7fe64a5012db0edb39efa57
|
Loading…
Reference in New Issue
Block a user