From 2b098c51c0dbe5430cf0969e3cecc387b3d52690 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: Thu, 11 Feb 2021 02:39:26 +0000 Subject: [PATCH] init git maven repository --- .../did-parent-1.1.0-20210211.023858-1.pom | 198 ++++++++++++++++++ ...did-parent-1.1.0-20210211.023858-1.pom.md5 | 1 + ...id-parent-1.1.0-20210211.023858-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-20210211.023858-1.pom create mode 100644 io/github/ehlxr/did-parent/1.1.0-SNAPSHOT/did-parent-1.1.0-20210211.023858-1.pom.md5 create mode 100644 io/github/ehlxr/did-parent/1.1.0-SNAPSHOT/did-parent-1.1.0-20210211.023858-1.pom.sha1 diff --git a/io/github/ehlxr/did-parent/1.1.0-SNAPSHOT/did-parent-1.1.0-20210211.023858-1.pom b/io/github/ehlxr/did-parent/1.1.0-SNAPSHOT/did-parent-1.1.0-20210211.023858-1.pom new file mode 100644 index 0000000..2172ba1 --- /dev/null +++ b/io/github/ehlxr/did-parent/1.1.0-SNAPSHOT/did-parent-1.1.0-20210211.023858-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.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.1.0-SNAPSHOT/did-parent-1.1.0-20210211.023858-1.pom.md5 b/io/github/ehlxr/did-parent/1.1.0-SNAPSHOT/did-parent-1.1.0-20210211.023858-1.pom.md5 new file mode 100644 index 0000000..4f37be3 --- /dev/null +++ b/io/github/ehlxr/did-parent/1.1.0-SNAPSHOT/did-parent-1.1.0-20210211.023858-1.pom.md5 @@ -0,0 +1 @@ +e5b9e0d6b8ca1e32a118dfef8eab573c \ No newline at end of file diff --git a/io/github/ehlxr/did-parent/1.1.0-SNAPSHOT/did-parent-1.1.0-20210211.023858-1.pom.sha1 b/io/github/ehlxr/did-parent/1.1.0-SNAPSHOT/did-parent-1.1.0-20210211.023858-1.pom.sha1 new file mode 100644 index 0000000..ac660c0 --- /dev/null +++ b/io/github/ehlxr/did-parent/1.1.0-SNAPSHOT/did-parent-1.1.0-20210211.023858-1.pom.sha1 @@ -0,0 +1 @@ +67f8e66559225a67dc2a27298d12ffffa10b0e44 \ 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 1b30e90..682f6b3 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.023320 + 20210211.023858 1 - 20210211023320 + 20210211023858 pom - 1.1.0-20210211.023320-1 - 20210211023320 + 1.1.0-20210211.023858-1 + 20210211023858 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 c439802..5f1faf9 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 @@ -12b29c3e621269546fb291ce850fa342 \ No newline at end of file +2db8f42f0f65e9ae59186ebea9a2fba9 \ 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 3d8d5f7..d58b4ce 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 @@ -4811cb4a16adcf2762f35924615fc1ad17bedec5 \ No newline at end of file +fa6e0e62d86ea13861376e3fc73075fb43432a34 \ 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 10b6a01..cc33c53 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 - 20210211023320 + 20210211023858 diff --git a/io/github/ehlxr/did-parent/maven-metadata.xml.md5 b/io/github/ehlxr/did-parent/maven-metadata.xml.md5 index cd309bb..74db73f 100644 --- a/io/github/ehlxr/did-parent/maven-metadata.xml.md5 +++ b/io/github/ehlxr/did-parent/maven-metadata.xml.md5 @@ -1 +1 @@ -2f6f69715686f5fc3b992d3510e193de \ No newline at end of file +c6299fa92af260b321ac55928060758e \ 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 b333bdb..30a84b9 100644 --- a/io/github/ehlxr/did-parent/maven-metadata.xml.sha1 +++ b/io/github/ehlxr/did-parent/maven-metadata.xml.sha1 @@ -1 +1 @@ -5be8f5fdb88b26ef43650ecaeb9502741f9026ec \ No newline at end of file +37a83dfce91faea09b5aa4c922df4b96eb247b0e \ No newline at end of file