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
b6835de4f9
commit
6d039c9c80
Binary file not shown.
@ -0,0 +1 @@
|
||||
11574929f644e76954abdb3a6ea4eb2e
|
@ -0,0 +1 @@
|
||||
6049adc0bf068380761054512f5bd5bec7d8a630
|
Binary file not shown.
@ -0,0 +1 @@
|
||||
4f940f87bf8a884bbccbefd8b414bf99
|
@ -0,0 +1 @@
|
||||
bd058251c026d18ec9f4cb14cdce3c91d32d4345
|
@ -0,0 +1,49 @@
|
||||
<?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-common</artifactId>
|
||||
|
||||
<name>did-common</name>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>io.netty</groupId>
|
||||
<artifactId>netty-all</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
<artifactId>logback-classic</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-annotations</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-databind</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<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 @@
|
||||
780086a162bd3a2019cd1d14e0014e8b
|
@ -0,0 +1 @@
|
||||
3ca99739046e42691a76c48505316425bd4c9da6
|
@ -5,26 +5,26 @@
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<versioning>
|
||||
<snapshot>
|
||||
<timestamp>20210211.031345</timestamp>
|
||||
<timestamp>20210213.025952</timestamp>
|
||||
<buildNumber>1</buildNumber>
|
||||
</snapshot>
|
||||
<lastUpdated>20210211031345</lastUpdated>
|
||||
<lastUpdated>20210213025952</lastUpdated>
|
||||
<snapshotVersions>
|
||||
<snapshotVersion>
|
||||
<extension>jar</extension>
|
||||
<value>1.1.0-20210211.031345-1</value>
|
||||
<updated>20210211031345</updated>
|
||||
<value>1.1.0-20210213.025952-1</value>
|
||||
<updated>20210213025952</updated>
|
||||
</snapshotVersion>
|
||||
<snapshotVersion>
|
||||
<extension>pom</extension>
|
||||
<value>1.1.0-20210211.031345-1</value>
|
||||
<updated>20210211031345</updated>
|
||||
<value>1.1.0-20210213.025952-1</value>
|
||||
<updated>20210213025952</updated>
|
||||
</snapshotVersion>
|
||||
<snapshotVersion>
|
||||
<classifier>sources</classifier>
|
||||
<extension>jar</extension>
|
||||
<value>1.1.0-20210211.031345-1</value>
|
||||
<updated>20210211031345</updated>
|
||||
<value>1.1.0-20210213.025952-1</value>
|
||||
<updated>20210213025952</updated>
|
||||
</snapshotVersion>
|
||||
</snapshotVersions>
|
||||
</versioning>
|
||||
|
@ -1 +1 @@
|
||||
ee761e611f1ce2644757eb0afb2f5ca5
|
||||
9ff85b308dd9cf74bb2bf6926ea4c470
|
@ -1 +1 @@
|
||||
83921da8d44ed643c153b5c07d69cfce5d64193b
|
||||
a4c077a551746c5b8f81017b2e1afe5a35b7f22c
|
@ -6,6 +6,6 @@
|
||||
<versions>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
</versions>
|
||||
<lastUpdated>20210211031345</lastUpdated>
|
||||
<lastUpdated>20210213025952</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
||||
|
@ -1 +1 @@
|
||||
cc60da72e8af4104d36da014dcc0cef1
|
||||
d88fe48d7c6813fcaeac2951337d5c76
|
@ -1 +1 @@
|
||||
e7987a14504b59500e89aafcd103eb62ee9d03b4
|
||||
3565ab8cec935f777af9b7dd1d7587bc982349fe
|
Loading…
Reference in New Issue
Block a user