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
c53f8facb1
commit
0324e8cf62
Binary file not shown.
@ -0,0 +1 @@
|
||||
ef83fe5e2ad334ad4d0d7cdc8d3036b7
|
@ -0,0 +1 @@
|
||||
9cf8fcbd8b218e4c27ae0a1352534e9c35c50812
|
Binary file not shown.
@ -0,0 +1 @@
|
||||
e169592185f7487485b5adf402c30fe7
|
@ -0,0 +1 @@
|
||||
2e29f0c1212ac523f74872d159c169ebc7108a2d
|
@ -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.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-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 @@
|
||||
6272942212c8664c8cdc3d7a3bac7bef
|
@ -0,0 +1 @@
|
||||
b7c83cfa20a49a36b09b1828aa7b6626df0566bb
|
@ -5,26 +5,26 @@
|
||||
<version>1.0.2-SNAPSHOT</version>
|
||||
<versioning>
|
||||
<snapshot>
|
||||
<timestamp>20210209.113644</timestamp>
|
||||
<timestamp>20210210.084504</timestamp>
|
||||
<buildNumber>1</buildNumber>
|
||||
</snapshot>
|
||||
<lastUpdated>20210209113644</lastUpdated>
|
||||
<lastUpdated>20210210084504</lastUpdated>
|
||||
<snapshotVersions>
|
||||
<snapshotVersion>
|
||||
<extension>jar</extension>
|
||||
<value>1.0.2-20210209.113644-1</value>
|
||||
<updated>20210209113644</updated>
|
||||
<value>1.0.2-20210210.084504-1</value>
|
||||
<updated>20210210084504</updated>
|
||||
</snapshotVersion>
|
||||
<snapshotVersion>
|
||||
<extension>pom</extension>
|
||||
<value>1.0.2-20210209.113644-1</value>
|
||||
<updated>20210209113644</updated>
|
||||
<value>1.0.2-20210210.084504-1</value>
|
||||
<updated>20210210084504</updated>
|
||||
</snapshotVersion>
|
||||
<snapshotVersion>
|
||||
<classifier>sources</classifier>
|
||||
<extension>jar</extension>
|
||||
<value>1.0.2-20210209.113644-1</value>
|
||||
<updated>20210209113644</updated>
|
||||
<value>1.0.2-20210210.084504-1</value>
|
||||
<updated>20210210084504</updated>
|
||||
</snapshotVersion>
|
||||
</snapshotVersions>
|
||||
</versioning>
|
||||
|
@ -1 +1 @@
|
||||
b39d8749db8e4cee95ec0448a1f6f2e4
|
||||
e61259cc4e3c5a4e9810e996759e8778
|
@ -1 +1 @@
|
||||
d1cc1e93e94751a751d942030a8071e4d0ce5e62
|
||||
4df710e159321de4d8b75099eed9d304ded5cff8
|
@ -6,6 +6,6 @@
|
||||
<versions>
|
||||
<version>1.0.2-SNAPSHOT</version>
|
||||
</versions>
|
||||
<lastUpdated>20210209113644</lastUpdated>
|
||||
<lastUpdated>20210210084504</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
||||
|
@ -1 +1 @@
|
||||
e1496f0b2d1f35f488ada1f57d5acce1
|
||||
278a2b112927f89e1b56319aef3fa501
|
@ -1 +1 @@
|
||||
df7c6dea7adbd04e2a81c1026ab1bb61e73083ed
|
||||
4b9af13a96a9c7694249574080572b5120c40902
|
Loading…
Reference in New Issue
Block a user