From b6835de4f99cf473f3a51c608fad4dba7f9dc5e9 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: Sat, 13 Feb 2021 02:59:45 +0000 Subject: [PATCH] init git maven repository --- .../did-parent-1.1.0-20210213.025916-1.pom | 198 ++++++++++++++++++ ...did-parent-1.1.0-20210213.025916-1.pom.md5 | 1 + ...id-parent-1.1.0-20210213.025916-1.pom.sha1 | 1 + .../1.1.0-SNAPSHOT/maven-metadata.xml | 8 +- .../1.1.0-SNAPSHOT/maven-metadata.xml.md5 | 2 +- .../1.1.0-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.1.0-SNAPSHOT/did-parent-1.1.0-20210213.025916-1.pom create mode 100644 io/github/ehlxr/did-parent/1.1.0-SNAPSHOT/did-parent-1.1.0-20210213.025916-1.pom.md5 create mode 100644 io/github/ehlxr/did-parent/1.1.0-SNAPSHOT/did-parent-1.1.0-20210213.025916-1.pom.sha1 diff --git a/io/github/ehlxr/did-parent/1.1.0-SNAPSHOT/did-parent-1.1.0-20210213.025916-1.pom b/io/github/ehlxr/did-parent/1.1.0-SNAPSHOT/did-parent-1.1.0-20210213.025916-1.pom new file mode 100644 index 0000000..e19fdfd --- /dev/null +++ b/io/github/ehlxr/did-parent/1.1.0-SNAPSHOT/did-parent-1.1.0-20210213.025916-1.pom @@ -0,0 +1,198 @@ + + + + 4.0.0 + + io.github.ehlxr + did-parent + pom + 1.1.0-SNAPSHOT + + did-server + did-sdk + did-common + did-core + + + did-parent + + + UTF-8 + UTF-8 + + 1.8 + 1.8 + 1.1.0-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.1.0-SNAPSHOT/did-parent-1.1.0-20210213.025916-1.pom.md5 b/io/github/ehlxr/did-parent/1.1.0-SNAPSHOT/did-parent-1.1.0-20210213.025916-1.pom.md5 new file mode 100644 index 0000000..ca0f054 --- /dev/null +++ b/io/github/ehlxr/did-parent/1.1.0-SNAPSHOT/did-parent-1.1.0-20210213.025916-1.pom.md5 @@ -0,0 +1 @@ +efac8a4ab647f6c3bd1c83bb358e81df \ No newline at end of file diff --git a/io/github/ehlxr/did-parent/1.1.0-SNAPSHOT/did-parent-1.1.0-20210213.025916-1.pom.sha1 b/io/github/ehlxr/did-parent/1.1.0-SNAPSHOT/did-parent-1.1.0-20210213.025916-1.pom.sha1 new file mode 100644 index 0000000..45fb481 --- /dev/null +++ b/io/github/ehlxr/did-parent/1.1.0-SNAPSHOT/did-parent-1.1.0-20210213.025916-1.pom.sha1 @@ -0,0 +1 @@ +e113877c7f7b584a27fa0b21161fd02e4a85ca95 \ No newline at end of file diff --git a/io/github/ehlxr/did-parent/1.1.0-SNAPSHOT/maven-metadata.xml b/io/github/ehlxr/did-parent/1.1.0-SNAPSHOT/maven-metadata.xml index 507063b..3a833eb 100644 --- a/io/github/ehlxr/did-parent/1.1.0-SNAPSHOT/maven-metadata.xml +++ b/io/github/ehlxr/did-parent/1.1.0-SNAPSHOT/maven-metadata.xml @@ -5,15 +5,15 @@ 1.1.0-SNAPSHOT - 20210211.031311 + 20210213.025916 1 - 20210211031311 + 20210213025916 pom - 1.1.0-20210211.031311-1 - 20210211031311 + 1.1.0-20210213.025916-1 + 20210213025916 diff --git a/io/github/ehlxr/did-parent/1.1.0-SNAPSHOT/maven-metadata.xml.md5 b/io/github/ehlxr/did-parent/1.1.0-SNAPSHOT/maven-metadata.xml.md5 index 8dc850b..33b8941 100644 --- a/io/github/ehlxr/did-parent/1.1.0-SNAPSHOT/maven-metadata.xml.md5 +++ b/io/github/ehlxr/did-parent/1.1.0-SNAPSHOT/maven-metadata.xml.md5 @@ -1 +1 @@ -a1bd9be6e4055567a6f319703fc202cf \ No newline at end of file +1a73d64573f70c6f4cab9d1d95e90da2 \ No newline at end of file diff --git a/io/github/ehlxr/did-parent/1.1.0-SNAPSHOT/maven-metadata.xml.sha1 b/io/github/ehlxr/did-parent/1.1.0-SNAPSHOT/maven-metadata.xml.sha1 index 19bedc9..2e0dd8a 100644 --- a/io/github/ehlxr/did-parent/1.1.0-SNAPSHOT/maven-metadata.xml.sha1 +++ b/io/github/ehlxr/did-parent/1.1.0-SNAPSHOT/maven-metadata.xml.sha1 @@ -1 +1 @@ -64b961656b989dc68acb94da774de123ac65c261 \ No newline at end of file +7233f939049d941eb41176464c26cd9ebe57396e \ 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 fbf916f..467d22a 100644 --- a/io/github/ehlxr/did-parent/maven-metadata.xml +++ b/io/github/ehlxr/did-parent/maven-metadata.xml @@ -6,6 +6,6 @@ 1.1.0-SNAPSHOT - 20210211031311 + 20210213025916 diff --git a/io/github/ehlxr/did-parent/maven-metadata.xml.md5 b/io/github/ehlxr/did-parent/maven-metadata.xml.md5 index 80bc2b5..aee05ad 100644 --- a/io/github/ehlxr/did-parent/maven-metadata.xml.md5 +++ b/io/github/ehlxr/did-parent/maven-metadata.xml.md5 @@ -1 +1 @@ -5268d7e7fb0f5897fb6144ebaaa3b2ea \ No newline at end of file +73a24c79cbe49421668035843e04e573 \ 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 ff513d9..a78609e 100644 --- a/io/github/ehlxr/did-parent/maven-metadata.xml.sha1 +++ b/io/github/ehlxr/did-parent/maven-metadata.xml.sha1 @@ -1 +1 @@ -aad0bab5f06e7f5a01e33664e96be6d6946fceaa \ No newline at end of file +9915f149209c2bd1a48c5876080a0dec694fba4f \ No newline at end of file