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
e0fb411720
commit
7955d643ee
Binary file not shown.
@ -0,0 +1 @@
|
||||
b47616cdafb9e1a501b9fcb72206eb76
|
@ -0,0 +1 @@
|
||||
86bcab8026601f8a6bfd4388b429da53d86a2a84
|
Binary file not shown.
@ -0,0 +1 @@
|
||||
f308ec3b8a4f5e79a2dd99b85bc9145a
|
@ -0,0 +1 @@
|
||||
07ef5636039e5078d5023137c4f41e1f71aa14f7
|
@ -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
|
31
io/github/ehlxr/did-common/1.1.0-SNAPSHOT/maven-metadata.xml
Normal file
31
io/github/ehlxr/did-common/1.1.0-SNAPSHOT/maven-metadata.xml
Normal file
@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata modelVersion="1.1.0">
|
||||
<groupId>io.github.ehlxr</groupId>
|
||||
<artifactId>did-common</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<versioning>
|
||||
<snapshot>
|
||||
<timestamp>20210211.023355</timestamp>
|
||||
<buildNumber>1</buildNumber>
|
||||
</snapshot>
|
||||
<lastUpdated>20210211023355</lastUpdated>
|
||||
<snapshotVersions>
|
||||
<snapshotVersion>
|
||||
<extension>jar</extension>
|
||||
<value>1.1.0-20210211.023355-1</value>
|
||||
<updated>20210211023355</updated>
|
||||
</snapshotVersion>
|
||||
<snapshotVersion>
|
||||
<extension>pom</extension>
|
||||
<value>1.1.0-20210211.023355-1</value>
|
||||
<updated>20210211023355</updated>
|
||||
</snapshotVersion>
|
||||
<snapshotVersion>
|
||||
<classifier>sources</classifier>
|
||||
<extension>jar</extension>
|
||||
<value>1.1.0-20210211.023355-1</value>
|
||||
<updated>20210211023355</updated>
|
||||
</snapshotVersion>
|
||||
</snapshotVersions>
|
||||
</versioning>
|
||||
</metadata>
|
@ -0,0 +1 @@
|
||||
cac7b808b496e03ec774621e12e1295c
|
@ -0,0 +1 @@
|
||||
1c3cabff0041c903a7d3a894ee1bdb5cdc48a81b
|
@ -4,8 +4,8 @@
|
||||
<artifactId>did-common</artifactId>
|
||||
<versioning>
|
||||
<versions>
|
||||
<version>1.0.2-SNAPSHOT</version>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
</versions>
|
||||
<lastUpdated>20210210084319</lastUpdated>
|
||||
<lastUpdated>20210211023355</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
||||
|
@ -1 +1 @@
|
||||
70519210373e480fb8da7450b23621f4
|
||||
8459645d806f82fa51572248e1cb5ac1
|
@ -1 +1 @@
|
||||
fa32be73df833357479371defb21177592c17b62
|
||||
00e95f3dc06bb75a481be748540208f30e393181
|
Loading…
Reference in New Issue
Block a user