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
7a92ef3a7d
commit
9e8cc851a4
Binary file not shown.
@ -0,0 +1 @@
|
||||
fac97fd1c4e714012ff2ba65ebdfda8a
|
@ -0,0 +1 @@
|
||||
29492a6c21ed8ca65744b9f6376ae1feb4e08fc9
|
Binary file not shown.
@ -0,0 +1 @@
|
||||
a8d1bf70cbab55a003bdf339be395972
|
@ -0,0 +1 @@
|
||||
e6fa410172b2476135c117a191c92535b4c231e6
|
@ -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.023932</timestamp>
|
||||
<timestamp>20210211.031345</timestamp>
|
||||
<buildNumber>1</buildNumber>
|
||||
</snapshot>
|
||||
<lastUpdated>20210211023932</lastUpdated>
|
||||
<lastUpdated>20210211031345</lastUpdated>
|
||||
<snapshotVersions>
|
||||
<snapshotVersion>
|
||||
<extension>jar</extension>
|
||||
<value>1.1.0-20210211.023932-1</value>
|
||||
<updated>20210211023932</updated>
|
||||
<value>1.1.0-20210211.031345-1</value>
|
||||
<updated>20210211031345</updated>
|
||||
</snapshotVersion>
|
||||
<snapshotVersion>
|
||||
<extension>pom</extension>
|
||||
<value>1.1.0-20210211.023932-1</value>
|
||||
<updated>20210211023932</updated>
|
||||
<value>1.1.0-20210211.031345-1</value>
|
||||
<updated>20210211031345</updated>
|
||||
</snapshotVersion>
|
||||
<snapshotVersion>
|
||||
<classifier>sources</classifier>
|
||||
<extension>jar</extension>
|
||||
<value>1.1.0-20210211.023932-1</value>
|
||||
<updated>20210211023932</updated>
|
||||
<value>1.1.0-20210211.031345-1</value>
|
||||
<updated>20210211031345</updated>
|
||||
</snapshotVersion>
|
||||
</snapshotVersions>
|
||||
</versioning>
|
||||
|
@ -1 +1 @@
|
||||
a16439d37ed2d3e8b3f657df03b063c6
|
||||
ee761e611f1ce2644757eb0afb2f5ca5
|
@ -1 +1 @@
|
||||
2b5fe558a17d3930e249edee45fa5c243521aa02
|
||||
83921da8d44ed643c153b5c07d69cfce5d64193b
|
@ -6,6 +6,6 @@
|
||||
<versions>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
</versions>
|
||||
<lastUpdated>20210211023932</lastUpdated>
|
||||
<lastUpdated>20210211031345</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
||||
|
@ -1 +1 @@
|
||||
d785b1fde0bce3cf353c29dc9fc822d2
|
||||
cc60da72e8af4104d36da014dcc0cef1
|
@ -1 +1 @@
|
||||
a97cbd08aea65c81dcd00d772099e00f9ddab1e5
|
||||
e7987a14504b59500e89aafcd103eb62ee9d03b4
|
Loading…
Reference in New Issue
Block a user