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
e151894785
commit
e0c75aef08
Binary file not shown.
@ -0,0 +1 @@
|
||||
fef408557dac281a51324e755d818876
|
@ -0,0 +1 @@
|
||||
59c4bfe87d800a83b81a3cf99ed5ada04d13fec2
|
Binary file not shown.
@ -0,0 +1 @@
|
||||
dbfbd7df42b39acdd7dd52329005c1eb
|
@ -0,0 +1 @@
|
||||
4796a29954ec954d04147c09618bd8b550bcea8b
|
@ -0,0 +1,55 @@
|
||||
<?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-core</artifactId>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>io.github.ehlxr</groupId>
|
||||
<artifactId>did-common</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>io.protostuff</groupId>
|
||||
<artifactId>protostuff-core</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.protostuff</groupId>
|
||||
<artifactId>protostuff-runtime</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.caucho</groupId>
|
||||
<artifactId>hessian</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<scope>test</scope>
|
||||
</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 @@
|
||||
d6793d575fb9705cac2dc445984fa9f3
|
@ -0,0 +1 @@
|
||||
1f8218eae31b604cbbaf5e14afd67be300322cdb
|
31
io/github/ehlxr/did-core/1.1.1-SNAPSHOT/maven-metadata.xml
Normal file
31
io/github/ehlxr/did-core/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-core</artifactId>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
<versioning>
|
||||
<snapshot>
|
||||
<timestamp>20210213.043653</timestamp>
|
||||
<buildNumber>1</buildNumber>
|
||||
</snapshot>
|
||||
<lastUpdated>20210213043653</lastUpdated>
|
||||
<snapshotVersions>
|
||||
<snapshotVersion>
|
||||
<extension>jar</extension>
|
||||
<value>1.1.1-20210213.043653-1</value>
|
||||
<updated>20210213043653</updated>
|
||||
</snapshotVersion>
|
||||
<snapshotVersion>
|
||||
<extension>pom</extension>
|
||||
<value>1.1.1-20210213.043653-1</value>
|
||||
<updated>20210213043653</updated>
|
||||
</snapshotVersion>
|
||||
<snapshotVersion>
|
||||
<classifier>sources</classifier>
|
||||
<extension>jar</extension>
|
||||
<value>1.1.1-20210213.043653-1</value>
|
||||
<updated>20210213043653</updated>
|
||||
</snapshotVersion>
|
||||
</snapshotVersions>
|
||||
</versioning>
|
||||
</metadata>
|
@ -0,0 +1 @@
|
||||
63ca252258f48830f1d377eef7f2d5ec
|
@ -0,0 +1 @@
|
||||
ccbb74d13efeaa42be6efa5f973d5544368b555a
|
@ -4,8 +4,8 @@
|
||||
<artifactId>did-core</artifactId>
|
||||
<versioning>
|
||||
<versions>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</versions>
|
||||
<lastUpdated>20210213030044</lastUpdated>
|
||||
<lastUpdated>20210213043653</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
||||
|
@ -1 +1 @@
|
||||
0d27fce16b0071a95aa0be4ae8951ba6
|
||||
1217c3b65eac85974aceda419022af26
|
@ -1 +1 @@
|
||||
960599c1bc345ebb70ed7f1751822fc8a77a4501
|
||||
8553d48f4811cffb31e7c06d843b05d3a056a48d
|
Loading…
Reference in New Issue
Block a user