mirror of
https://github.com/ehlxr/maven-repository.git
synced 2024-11-24 10:43:42 +00:00
init git maven repository
This commit is contained in:
parent
8d959fb110
commit
4e2fc20597
Binary file not shown.
@ -0,0 +1 @@
|
||||
d59256d1ea7e3e962b142fcf2e8b0372
|
@ -0,0 +1 @@
|
||||
1a57542b2e384c569ff6299aa10886907c767438
|
Binary file not shown.
@ -0,0 +1 @@
|
||||
62741134f1f8bee4e42109164e7ba066
|
@ -0,0 +1 @@
|
||||
18f4829d5b9f5f44ae8784f2388c43eb14262e1c
|
@ -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>20210122.083128</timestamp>
|
||||
<timestamp>20210209.113644</timestamp>
|
||||
<buildNumber>1</buildNumber>
|
||||
</snapshot>
|
||||
<lastUpdated>20210122083128</lastUpdated>
|
||||
<lastUpdated>20210209113644</lastUpdated>
|
||||
<snapshotVersions>
|
||||
<snapshotVersion>
|
||||
<extension>jar</extension>
|
||||
<value>1.0.2-20210122.083128-1</value>
|
||||
<updated>20210122083128</updated>
|
||||
<value>1.0.2-20210209.113644-1</value>
|
||||
<updated>20210209113644</updated>
|
||||
</snapshotVersion>
|
||||
<snapshotVersion>
|
||||
<extension>pom</extension>
|
||||
<value>1.0.2-20210122.083128-1</value>
|
||||
<updated>20210122083128</updated>
|
||||
<value>1.0.2-20210209.113644-1</value>
|
||||
<updated>20210209113644</updated>
|
||||
</snapshotVersion>
|
||||
<snapshotVersion>
|
||||
<classifier>sources</classifier>
|
||||
<extension>jar</extension>
|
||||
<value>1.0.2-20210122.083128-1</value>
|
||||
<updated>20210122083128</updated>
|
||||
<value>1.0.2-20210209.113644-1</value>
|
||||
<updated>20210209113644</updated>
|
||||
</snapshotVersion>
|
||||
</snapshotVersions>
|
||||
</versioning>
|
||||
|
@ -1 +1 @@
|
||||
c88860ef4cea71496e6853e725a516cb
|
||||
b39d8749db8e4cee95ec0448a1f6f2e4
|
@ -1 +1 @@
|
||||
0489a314b706e53b47aa4707a505fef55348a1c2
|
||||
d1cc1e93e94751a751d942030a8071e4d0ce5e62
|
@ -6,6 +6,6 @@
|
||||
<versions>
|
||||
<version>1.0.2-SNAPSHOT</version>
|
||||
</versions>
|
||||
<lastUpdated>20210122083128</lastUpdated>
|
||||
<lastUpdated>20210209113644</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
||||
|
@ -1 +1 @@
|
||||
362ee6d9fc798d043d9e2f1b3e069029
|
||||
e1496f0b2d1f35f488ada1f57d5acce1
|
@ -1 +1 @@
|
||||
a9928ccfb9f86e4d79ede7666580be6b04ef6a83
|
||||
df7c6dea7adbd04e2a81c1026ab1bb61e73083ed
|
Loading…
Reference in New Issue
Block a user