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
6d039c9c80
commit
7a67900f7e
Binary file not shown.
@ -0,0 +1 @@
|
||||
c06578a868741da1cc118e4465fc8eb6
|
@ -0,0 +1 @@
|
||||
46b51bddda4c4001a70e9932f17d4846b2c4e2a2
|
Binary file not shown.
@ -0,0 +1 @@
|
||||
4a12a774f7171cec333b3057871a5f8a
|
@ -0,0 +1 @@
|
||||
dbf114a424481697bf71a7ee96caa1f729aa36af
|
@ -0,0 +1,43 @@
|
||||
<?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-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>
|
||||
</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 @@
|
||||
4816ead79226cef9dfde0de99dedb7f1
|
@ -0,0 +1 @@
|
||||
1538f7290acca75ff521efb8adb29198a0d91559
|
31
io/github/ehlxr/did-core/1.1.0-SNAPSHOT/maven-metadata.xml
Normal file
31
io/github/ehlxr/did-core/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-core</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<versioning>
|
||||
<snapshot>
|
||||
<timestamp>20210213.030044</timestamp>
|
||||
<buildNumber>1</buildNumber>
|
||||
</snapshot>
|
||||
<lastUpdated>20210213030044</lastUpdated>
|
||||
<snapshotVersions>
|
||||
<snapshotVersion>
|
||||
<extension>jar</extension>
|
||||
<value>1.1.0-20210213.030044-1</value>
|
||||
<updated>20210213030044</updated>
|
||||
</snapshotVersion>
|
||||
<snapshotVersion>
|
||||
<extension>pom</extension>
|
||||
<value>1.1.0-20210213.030044-1</value>
|
||||
<updated>20210213030044</updated>
|
||||
</snapshotVersion>
|
||||
<snapshotVersion>
|
||||
<classifier>sources</classifier>
|
||||
<extension>jar</extension>
|
||||
<value>1.1.0-20210213.030044-1</value>
|
||||
<updated>20210213030044</updated>
|
||||
</snapshotVersion>
|
||||
</snapshotVersions>
|
||||
</versioning>
|
||||
</metadata>
|
@ -0,0 +1 @@
|
||||
4e8358ffd9983d269f45b1adaa631cf5
|
@ -0,0 +1 @@
|
||||
ef12997ba4997045181dc261351bb1c96dc82fbf
|
@ -4,8 +4,8 @@
|
||||
<artifactId>did-core</artifactId>
|
||||
<versioning>
|
||||
<versions>
|
||||
<version>1.0.2-SNAPSHOT</version>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
</versions>
|
||||
<lastUpdated>20210210084412</lastUpdated>
|
||||
<lastUpdated>20210213030044</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
||||
|
@ -1 +1 @@
|
||||
08d109a038f08e2d242027ce1a5b258f
|
||||
0d27fce16b0071a95aa0be4ae8951ba6
|
@ -1 +1 @@
|
||||
6393d705f18ab31f6cb031cffb6e5e50964ee6a1
|
||||
960599c1bc345ebb70ed7f1751822fc8a77a4501
|
Loading…
Reference in New Issue
Block a user