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
7a67900f7e
commit
9da7e3c147
Binary file not shown.
@ -0,0 +1 @@
|
||||
d3a30180f25731705fd1d053e741aac5
|
@ -0,0 +1 @@
|
||||
0e59f6851046d87750ccdb1b42b022d8225e8f26
|
Binary file not shown.
@ -0,0 +1 @@
|
||||
62898b5ef39f91903cd108677dbb9ed0
|
@ -0,0 +1 @@
|
||||
42d1ba067322c8e4f51517133cc256f78f15d513
|
@ -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>
|
@ -0,0 +1 @@
|
||||
26081bcc906524ffe344ff0de734a4ad
|
@ -0,0 +1 @@
|
||||
ec9a7b9cc68435afefd1997eb6597500c9286999
|
@ -5,26 +5,26 @@
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<versioning>
|
||||
<snapshot>
|
||||
<timestamp>20210211.023100</timestamp>
|
||||
<timestamp>20210213.030137</timestamp>
|
||||
<buildNumber>1</buildNumber>
|
||||
</snapshot>
|
||||
<lastUpdated>20210211023100</lastUpdated>
|
||||
<lastUpdated>20210213030137</lastUpdated>
|
||||
<snapshotVersions>
|
||||
<snapshotVersion>
|
||||
<extension>jar</extension>
|
||||
<value>1.1.0-20210211.023100-1</value>
|
||||
<updated>20210211023100</updated>
|
||||
<value>1.1.0-20210213.030137-1</value>
|
||||
<updated>20210213030137</updated>
|
||||
</snapshotVersion>
|
||||
<snapshotVersion>
|
||||
<extension>pom</extension>
|
||||
<value>1.1.0-20210211.023100-1</value>
|
||||
<updated>20210211023100</updated>
|
||||
<value>1.1.0-20210213.030137-1</value>
|
||||
<updated>20210213030137</updated>
|
||||
</snapshotVersion>
|
||||
<snapshotVersion>
|
||||
<classifier>sources</classifier>
|
||||
<extension>jar</extension>
|
||||
<value>1.1.0-20210211.023100-1</value>
|
||||
<updated>20210211023100</updated>
|
||||
<value>1.1.0-20210213.030137-1</value>
|
||||
<updated>20210213030137</updated>
|
||||
</snapshotVersion>
|
||||
</snapshotVersions>
|
||||
</versioning>
|
||||
|
@ -1 +1 @@
|
||||
423b1e1d8a34d700bf1970e885aa026c
|
||||
67e56d89a8f499292be36b527bdc098d
|
@ -1 +1 @@
|
||||
d72356a0ff7ddb6916bc4e064b380c679f88b3de
|
||||
14cbfbd0458ded3b1b7f08c72abc6d5f55d6dd67
|
@ -6,6 +6,6 @@
|
||||
<versions>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
</versions>
|
||||
<lastUpdated>20210211023100</lastUpdated>
|
||||
<lastUpdated>20210213030137</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
||||
|
@ -1 +1 @@
|
||||
d9b769c27cbd0533446ba492ac4cdfc7
|
||||
81cec4718ae24a1be330cfa75c9cd12c
|
@ -1 +1 @@
|
||||
b7ef0936da4320b4d9120b0389b95cf8693a0c32
|
||||
ecc0ebb02c1ce804f3112eb866c17db050ffea8b
|
Loading…
Reference in New Issue
Block a user