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
539c92df45
commit
d8b7c3ab7a
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
9bf3af5f85d7741f564aed9528443470
|
@ -0,0 +1 @@
|
|||||||
|
99c44d6db7697e881f9466a8e1437ed46fa8f8d7
|
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
2dd34f2ef0b9cfe94d35e61a095259cd
|
@ -0,0 +1 @@
|
|||||||
|
ebd3c68bb67fada94224f2cafd6fc9206199a60a
|
@ -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.0.2-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 @@
|
|||||||
|
4b30be80b6547c13c3012e4ab76e22e2
|
@ -0,0 +1 @@
|
|||||||
|
2e1fc833889f12e2a6e8bee08091c5c7c86b76a8
|
@ -5,26 +5,26 @@
|
|||||||
<version>1.0.2-SNAPSHOT</version>
|
<version>1.0.2-SNAPSHOT</version>
|
||||||
<versioning>
|
<versioning>
|
||||||
<snapshot>
|
<snapshot>
|
||||||
<timestamp>20210209.113458</timestamp>
|
<timestamp>20210210.084319</timestamp>
|
||||||
<buildNumber>1</buildNumber>
|
<buildNumber>1</buildNumber>
|
||||||
</snapshot>
|
</snapshot>
|
||||||
<lastUpdated>20210209113458</lastUpdated>
|
<lastUpdated>20210210084319</lastUpdated>
|
||||||
<snapshotVersions>
|
<snapshotVersions>
|
||||||
<snapshotVersion>
|
<snapshotVersion>
|
||||||
<extension>jar</extension>
|
<extension>jar</extension>
|
||||||
<value>1.0.2-20210209.113458-1</value>
|
<value>1.0.2-20210210.084319-1</value>
|
||||||
<updated>20210209113458</updated>
|
<updated>20210210084319</updated>
|
||||||
</snapshotVersion>
|
</snapshotVersion>
|
||||||
<snapshotVersion>
|
<snapshotVersion>
|
||||||
<extension>pom</extension>
|
<extension>pom</extension>
|
||||||
<value>1.0.2-20210209.113458-1</value>
|
<value>1.0.2-20210210.084319-1</value>
|
||||||
<updated>20210209113458</updated>
|
<updated>20210210084319</updated>
|
||||||
</snapshotVersion>
|
</snapshotVersion>
|
||||||
<snapshotVersion>
|
<snapshotVersion>
|
||||||
<classifier>sources</classifier>
|
<classifier>sources</classifier>
|
||||||
<extension>jar</extension>
|
<extension>jar</extension>
|
||||||
<value>1.0.2-20210209.113458-1</value>
|
<value>1.0.2-20210210.084319-1</value>
|
||||||
<updated>20210209113458</updated>
|
<updated>20210210084319</updated>
|
||||||
</snapshotVersion>
|
</snapshotVersion>
|
||||||
</snapshotVersions>
|
</snapshotVersions>
|
||||||
</versioning>
|
</versioning>
|
||||||
|
@ -1 +1 @@
|
|||||||
535fb3cb768bd0bdd5dace63b72b4909
|
e42e5672d24f9881061d2cf3da6e6aa4
|
@ -1 +1 @@
|
|||||||
ecc727375fe4631fdd0d2bc02834704e883099f2
|
c9763a4ddfa27a6f12cbedc31eeab61a22b9f945
|
@ -6,6 +6,6 @@
|
|||||||
<versions>
|
<versions>
|
||||||
<version>1.0.2-SNAPSHOT</version>
|
<version>1.0.2-SNAPSHOT</version>
|
||||||
</versions>
|
</versions>
|
||||||
<lastUpdated>20210209113458</lastUpdated>
|
<lastUpdated>20210210084319</lastUpdated>
|
||||||
</versioning>
|
</versioning>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
@ -1 +1 @@
|
|||||||
01ad25d4da26b71f878cea28805d7714
|
70519210373e480fb8da7450b23621f4
|
@ -1 +1 @@
|
|||||||
ae27c0232e2c9cb5e4fe3735edd342a744a0ab7f
|
fa32be73df833357479371defb21177592c17b62
|
Loading…
Reference in New Issue
Block a user