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
12fb0d00eb
commit
e151894785
Binary file not shown.
@ -0,0 +1 @@
|
||||
3c365a57c560b190e1e2f82ddf02e687
|
@ -0,0 +1 @@
|
||||
453065b351ad36da596f8b62a20d9a620a454724
|
Binary file not shown.
@ -0,0 +1 @@
|
||||
74223e7576f5bd655829250cfc25bd8f
|
@ -0,0 +1 @@
|
||||
52fb4a12b212663907c101593d3528a48edbc36a
|
@ -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.1-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 @@
|
||||
a1573357f21920696c4997a877e4cb50
|
@ -0,0 +1 @@
|
||||
29063f40750f4d82e50606973720718db52dbcab
|
31
io/github/ehlxr/did-common/1.1.1-SNAPSHOT/maven-metadata.xml
Normal file
31
io/github/ehlxr/did-common/1.1.1-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.1-SNAPSHOT</version>
|
||||
<versioning>
|
||||
<snapshot>
|
||||
<timestamp>20210213.043600</timestamp>
|
||||
<buildNumber>1</buildNumber>
|
||||
</snapshot>
|
||||
<lastUpdated>20210213043600</lastUpdated>
|
||||
<snapshotVersions>
|
||||
<snapshotVersion>
|
||||
<extension>jar</extension>
|
||||
<value>1.1.1-20210213.043600-1</value>
|
||||
<updated>20210213043600</updated>
|
||||
</snapshotVersion>
|
||||
<snapshotVersion>
|
||||
<extension>pom</extension>
|
||||
<value>1.1.1-20210213.043600-1</value>
|
||||
<updated>20210213043600</updated>
|
||||
</snapshotVersion>
|
||||
<snapshotVersion>
|
||||
<classifier>sources</classifier>
|
||||
<extension>jar</extension>
|
||||
<value>1.1.1-20210213.043600-1</value>
|
||||
<updated>20210213043600</updated>
|
||||
</snapshotVersion>
|
||||
</snapshotVersions>
|
||||
</versioning>
|
||||
</metadata>
|
@ -0,0 +1 @@
|
||||
2f4e9a18174134db4eadf1e4e9607f81
|
@ -0,0 +1 @@
|
||||
a86687f121f0a4c8e5eabb98e4d2911d7429e917
|
@ -4,8 +4,8 @@
|
||||
<artifactId>did-common</artifactId>
|
||||
<versioning>
|
||||
<versions>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</versions>
|
||||
<lastUpdated>20210213025952</lastUpdated>
|
||||
<lastUpdated>20210213043600</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
||||
|
@ -1 +1 @@
|
||||
d88fe48d7c6813fcaeac2951337d5c76
|
||||
c234d4f3acc229bc64636f14adf68976
|
@ -1 +1 @@
|
||||
3565ab8cec935f777af9b7dd1d7587bc982349fe
|
||||
3f2829847e643486fa0fcba05a3673ea7cad59c7
|
Loading…
Reference in New Issue
Block a user