From 539c92df45b11dedae0e3b9d3e2fc9c50855309e 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: Wed, 10 Feb 2021 08:43:12 +0000 Subject: [PATCH] init git maven repository --- .../did-parent-1.0.2-20210210.084243-1.pom | 198 ++++++++++++++++++ ...did-parent-1.0.2-20210210.084243-1.pom.md5 | 1 + ...id-parent-1.0.2-20210210.084243-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-20210210.084243-1.pom create mode 100644 io/github/ehlxr/did-parent/1.0.2-SNAPSHOT/did-parent-1.0.2-20210210.084243-1.pom.md5 create mode 100644 io/github/ehlxr/did-parent/1.0.2-SNAPSHOT/did-parent-1.0.2-20210210.084243-1.pom.sha1 diff --git a/io/github/ehlxr/did-parent/1.0.2-SNAPSHOT/did-parent-1.0.2-20210210.084243-1.pom b/io/github/ehlxr/did-parent/1.0.2-SNAPSHOT/did-parent-1.0.2-20210210.084243-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-20210210.084243-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-20210210.084243-1.pom.md5 b/io/github/ehlxr/did-parent/1.0.2-SNAPSHOT/did-parent-1.0.2-20210210.084243-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-20210210.084243-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-20210210.084243-1.pom.sha1 b/io/github/ehlxr/did-parent/1.0.2-SNAPSHOT/did-parent-1.0.2-20210210.084243-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-20210210.084243-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 567609c..17a19b5 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 - 20210209.113422 + 20210210.084243 1 - 20210209113422 + 20210210084243 pom - 1.0.2-20210209.113422-1 - 20210209113422 + 1.0.2-20210210.084243-1 + 20210210084243 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 510bfeb..ad3ee45 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 @@ -ae9cf5cf71ce6f2b3ef4001cddd919d1 \ No newline at end of file +5eb08b22e95d2dc0e38c7519d128f0fe \ 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 1ecf9b1..0f80652 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 @@ -a0686fc78fa386e04e0f335e52d5a81acc35d2b9 \ No newline at end of file +d5a33d8928b812a0173486d471b9eb846a4f8663 \ 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 a42c7f9..0918e30 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 - 20210209113422 + 20210210084243 diff --git a/io/github/ehlxr/did-parent/maven-metadata.xml.md5 b/io/github/ehlxr/did-parent/maven-metadata.xml.md5 index ff2682f..2aa56dc 100644 --- a/io/github/ehlxr/did-parent/maven-metadata.xml.md5 +++ b/io/github/ehlxr/did-parent/maven-metadata.xml.md5 @@ -1 +1 @@ -812c39257ff935d43a3256faeda34b81 \ No newline at end of file +20731be7448776fb01d2e7bd0c0061e0 \ 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 ec33d04..3b6228e 100644 --- a/io/github/ehlxr/did-parent/maven-metadata.xml.sha1 +++ b/io/github/ehlxr/did-parent/maven-metadata.xml.sha1 @@ -1 +1 @@ -24cf5ebc6870d3636011f3215b76dce48268ebd8 \ No newline at end of file +b8e225d1a21e70bcf06c4166a8f674fa99f5b404 \ No newline at end of file