From c19d7d8274457f53bc16534c0da3ed0fd62a708f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B8=95=E2=84=8F=E1=BB=88=E1=BA=8D=C8=93?= Date: Tue, 9 Feb 2021 11:34:50 +0000 Subject: [PATCH] init git maven repository --- .../did-parent-1.0.2-20210209.113422-1.pom | 198 ++++++++++++++++++ ...did-parent-1.0.2-20210209.113422-1.pom.md5 | 1 + ...id-parent-1.0.2-20210209.113422-1.pom.sha1 | 1 + .../1.0.2-SNAPSHOT/maven-metadata.xml | 8 +- .../1.0.2-SNAPSHOT/maven-metadata.xml.md5 | 2 +- .../1.0.2-SNAPSHOT/maven-metadata.xml.sha1 | 2 +- io/github/ehlxr/did-parent/maven-metadata.xml | 2 +- .../ehlxr/did-parent/maven-metadata.xml.md5 | 2 +- .../ehlxr/did-parent/maven-metadata.xml.sha1 | 2 +- 9 files changed, 209 insertions(+), 9 deletions(-) create mode 100644 io/github/ehlxr/did-parent/1.0.2-SNAPSHOT/did-parent-1.0.2-20210209.113422-1.pom create mode 100644 io/github/ehlxr/did-parent/1.0.2-SNAPSHOT/did-parent-1.0.2-20210209.113422-1.pom.md5 create mode 100644 io/github/ehlxr/did-parent/1.0.2-SNAPSHOT/did-parent-1.0.2-20210209.113422-1.pom.sha1 diff --git a/io/github/ehlxr/did-parent/1.0.2-SNAPSHOT/did-parent-1.0.2-20210209.113422-1.pom b/io/github/ehlxr/did-parent/1.0.2-SNAPSHOT/did-parent-1.0.2-20210209.113422-1.pom new file mode 100644 index 0000000..aee9a3c --- /dev/null +++ b/io/github/ehlxr/did-parent/1.0.2-SNAPSHOT/did-parent-1.0.2-20210209.113422-1.pom @@ -0,0 +1,198 @@ + + + + 4.0.0 + + io.github.ehlxr + did-parent + pom + 1.0.2-SNAPSHOT + + did-server + did-sdk + did-common + did-core + + + did-parent + + + UTF-8 + UTF-8 + + 1.8 + 1.8 + 1.0.2-SNAPSHOT + + 4.1.58.Final + 1.1.7 + 4.13.1 + 2.10.3 + 1.7.2 + + + + + + io.netty + netty-all + ${netty.version} + + + ch.qos.logback + logback-classic + ${logback.version} + + + junit + junit + ${junit.version} + test + + + io.github.ehlxr + did-common + ${did.version} + + + io.github.ehlxr + did-core + ${did.version} + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.version} + + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} + + + + io.protostuff + protostuff-core + ${protostuff.version} + + + io.protostuff + protostuff-runtime + ${protostuff.version} + + + + + + + + + + + + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + maven.repo::default::file://${project.build.directory}/mvn-repo + + + + + + org.apache.maven.plugins + maven-source-plugin + 3.1.0 + + + attach-sources + + jar + + + + + + + org.apache.maven.plugins + maven-shade-plugin + 3.2.4 + + + package + + shade + + + + + + + + com.github.github + site-maven-plugin + 0.12 + + + + site + + + deploy + + + ehlxr + + ${env.GITHUB_MVN_TOKEN} + + init git maven repository + + maven-repository + ehlxr + + true + ${project.build.directory}/mvn-repo + refs/heads/main + + + + + + + + + + + + + com.github.github + site-maven-plugin + + + + + + + maven.repo + Local Staging Repository + file://${project.build.directory}/mvn-repo + + + + + + + + + + + + diff --git a/io/github/ehlxr/did-parent/1.0.2-SNAPSHOT/did-parent-1.0.2-20210209.113422-1.pom.md5 b/io/github/ehlxr/did-parent/1.0.2-SNAPSHOT/did-parent-1.0.2-20210209.113422-1.pom.md5 new file mode 100644 index 0000000..c018d21 --- /dev/null +++ b/io/github/ehlxr/did-parent/1.0.2-SNAPSHOT/did-parent-1.0.2-20210209.113422-1.pom.md5 @@ -0,0 +1 @@ +625c7fc74cc0a7e6a23b8540f1f932f1 \ No newline at end of file diff --git a/io/github/ehlxr/did-parent/1.0.2-SNAPSHOT/did-parent-1.0.2-20210209.113422-1.pom.sha1 b/io/github/ehlxr/did-parent/1.0.2-SNAPSHOT/did-parent-1.0.2-20210209.113422-1.pom.sha1 new file mode 100644 index 0000000..4c50b76 --- /dev/null +++ b/io/github/ehlxr/did-parent/1.0.2-SNAPSHOT/did-parent-1.0.2-20210209.113422-1.pom.sha1 @@ -0,0 +1 @@ +bc0472c236f591342a9f2ada35968ec172ec5880 \ No newline at end of file diff --git a/io/github/ehlxr/did-parent/1.0.2-SNAPSHOT/maven-metadata.xml b/io/github/ehlxr/did-parent/1.0.2-SNAPSHOT/maven-metadata.xml index eba8fc8..567609c 100644 --- a/io/github/ehlxr/did-parent/1.0.2-SNAPSHOT/maven-metadata.xml +++ b/io/github/ehlxr/did-parent/1.0.2-SNAPSHOT/maven-metadata.xml @@ -5,15 +5,15 @@ 1.0.2-SNAPSHOT - 20210122.082959 + 20210209.113422 1 - 20210122082959 + 20210209113422 pom - 1.0.2-20210122.082959-1 - 20210122082959 + 1.0.2-20210209.113422-1 + 20210209113422 diff --git a/io/github/ehlxr/did-parent/1.0.2-SNAPSHOT/maven-metadata.xml.md5 b/io/github/ehlxr/did-parent/1.0.2-SNAPSHOT/maven-metadata.xml.md5 index 8af4f16..510bfeb 100644 --- a/io/github/ehlxr/did-parent/1.0.2-SNAPSHOT/maven-metadata.xml.md5 +++ b/io/github/ehlxr/did-parent/1.0.2-SNAPSHOT/maven-metadata.xml.md5 @@ -1 +1 @@ -40f81e44b4079a5dc5534c7899e0a5a7 \ No newline at end of file +ae9cf5cf71ce6f2b3ef4001cddd919d1 \ No newline at end of file diff --git a/io/github/ehlxr/did-parent/1.0.2-SNAPSHOT/maven-metadata.xml.sha1 b/io/github/ehlxr/did-parent/1.0.2-SNAPSHOT/maven-metadata.xml.sha1 index 8969998..1ecf9b1 100644 --- a/io/github/ehlxr/did-parent/1.0.2-SNAPSHOT/maven-metadata.xml.sha1 +++ b/io/github/ehlxr/did-parent/1.0.2-SNAPSHOT/maven-metadata.xml.sha1 @@ -1 +1 @@ -b502a8117f17fbeeb4aab040195e535fecbba43c \ No newline at end of file +a0686fc78fa386e04e0f335e52d5a81acc35d2b9 \ No newline at end of file diff --git a/io/github/ehlxr/did-parent/maven-metadata.xml b/io/github/ehlxr/did-parent/maven-metadata.xml index 8d4f1a2..a42c7f9 100644 --- a/io/github/ehlxr/did-parent/maven-metadata.xml +++ b/io/github/ehlxr/did-parent/maven-metadata.xml @@ -6,6 +6,6 @@ 1.0.2-SNAPSHOT - 20210122082959 + 20210209113422 diff --git a/io/github/ehlxr/did-parent/maven-metadata.xml.md5 b/io/github/ehlxr/did-parent/maven-metadata.xml.md5 index 2694f81..ff2682f 100644 --- a/io/github/ehlxr/did-parent/maven-metadata.xml.md5 +++ b/io/github/ehlxr/did-parent/maven-metadata.xml.md5 @@ -1 +1 @@ -fdb9d2744b0ce4077897275583552ca2 \ No newline at end of file +812c39257ff935d43a3256faeda34b81 \ No newline at end of file diff --git a/io/github/ehlxr/did-parent/maven-metadata.xml.sha1 b/io/github/ehlxr/did-parent/maven-metadata.xml.sha1 index a093e14..ec33d04 100644 --- a/io/github/ehlxr/did-parent/maven-metadata.xml.sha1 +++ b/io/github/ehlxr/did-parent/maven-metadata.xml.sha1 @@ -1 +1 @@ -e103a6c266321b6a0bde08807233de0fc7dd5dfe \ No newline at end of file +24cf5ebc6870d3636011f3215b76dce48268ebd8 \ No newline at end of file