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
2b098c51c0
commit
ea06c57784
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
0fd3a3a4cfab166b5902eb24efe45634
|
@ -0,0 +1 @@
|
|||||||
|
d228947c594c153f5255c7ed3e5515df79361033
|
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
3500ae559684e757c46dd4b6f58edc18
|
@ -0,0 +1 @@
|
|||||||
|
70b1b71df1713183a9206eca3376b4d75ce40d80
|
@ -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>
|
<version>1.1.0-SNAPSHOT</version>
|
||||||
<versioning>
|
<versioning>
|
||||||
<snapshot>
|
<snapshot>
|
||||||
<timestamp>20210211.023355</timestamp>
|
<timestamp>20210211.023932</timestamp>
|
||||||
<buildNumber>1</buildNumber>
|
<buildNumber>1</buildNumber>
|
||||||
</snapshot>
|
</snapshot>
|
||||||
<lastUpdated>20210211023355</lastUpdated>
|
<lastUpdated>20210211023932</lastUpdated>
|
||||||
<snapshotVersions>
|
<snapshotVersions>
|
||||||
<snapshotVersion>
|
<snapshotVersion>
|
||||||
<extension>jar</extension>
|
<extension>jar</extension>
|
||||||
<value>1.1.0-20210211.023355-1</value>
|
<value>1.1.0-20210211.023932-1</value>
|
||||||
<updated>20210211023355</updated>
|
<updated>20210211023932</updated>
|
||||||
</snapshotVersion>
|
</snapshotVersion>
|
||||||
<snapshotVersion>
|
<snapshotVersion>
|
||||||
<extension>pom</extension>
|
<extension>pom</extension>
|
||||||
<value>1.1.0-20210211.023355-1</value>
|
<value>1.1.0-20210211.023932-1</value>
|
||||||
<updated>20210211023355</updated>
|
<updated>20210211023932</updated>
|
||||||
</snapshotVersion>
|
</snapshotVersion>
|
||||||
<snapshotVersion>
|
<snapshotVersion>
|
||||||
<classifier>sources</classifier>
|
<classifier>sources</classifier>
|
||||||
<extension>jar</extension>
|
<extension>jar</extension>
|
||||||
<value>1.1.0-20210211.023355-1</value>
|
<value>1.1.0-20210211.023932-1</value>
|
||||||
<updated>20210211023355</updated>
|
<updated>20210211023932</updated>
|
||||||
</snapshotVersion>
|
</snapshotVersion>
|
||||||
</snapshotVersions>
|
</snapshotVersions>
|
||||||
</versioning>
|
</versioning>
|
||||||
|
@ -1 +1 @@
|
|||||||
cac7b808b496e03ec774621e12e1295c
|
a16439d37ed2d3e8b3f657df03b063c6
|
@ -1 +1 @@
|
|||||||
1c3cabff0041c903a7d3a894ee1bdb5cdc48a81b
|
2b5fe558a17d3930e249edee45fa5c243521aa02
|
@ -6,6 +6,6 @@
|
|||||||
<versions>
|
<versions>
|
||||||
<version>1.1.0-SNAPSHOT</version>
|
<version>1.1.0-SNAPSHOT</version>
|
||||||
</versions>
|
</versions>
|
||||||
<lastUpdated>20210211023355</lastUpdated>
|
<lastUpdated>20210211023932</lastUpdated>
|
||||||
</versioning>
|
</versioning>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
@ -1 +1 @@
|
|||||||
8459645d806f82fa51572248e1cb5ac1
|
d785b1fde0bce3cf353c29dc9fc822d2
|
@ -1 +1 @@
|
|||||||
00e95f3dc06bb75a481be748540208f30e393181
|
a97cbd08aea65c81dcd00d772099e00f9ddab1e5
|
Loading…
Reference in New Issue
Block a user