Compare commits

...

4 Commits

Author SHA1 Message Date
ḕℏỈẍȓ 0324e8cf62 init git maven repository 2021-02-10 08:45:51 +00:00
ḕℏỈẍȓ c53f8facb1 init git maven repository 2021-02-10 08:44:58 +00:00
ḕℏỈẍȓ d8b7c3ab7a init git maven repository 2021-02-10 08:44:06 +00:00
ḕℏỈẍȓ 539c92df45 init git maven repository 2021-02-10 08:43:12 +00:00
54 changed files with 411 additions and 48 deletions

View File

@ -0,0 +1 @@
9bf3af5f85d7741f564aed9528443470

View File

@ -0,0 +1 @@
99c44d6db7697e881f9466a8e1437ed46fa8f8d7

View File

@ -0,0 +1 @@
2dd34f2ef0b9cfe94d35e61a095259cd

View File

@ -0,0 +1 @@
ebd3c68bb67fada94224f2cafd6fc9206199a60a

View File

@ -0,0 +1,49 @@
<?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.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>did-common</artifactId>
<name>did-common</name>
<dependencies>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</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>

View File

@ -0,0 +1 @@
4b30be80b6547c13c3012e4ab76e22e2

View File

@ -0,0 +1 @@
2e1fc833889f12e2a6e8bee08091c5c7c86b76a8

View File

@ -5,26 +5,26 @@
<version>1.0.2-SNAPSHOT</version>
<versioning>
<snapshot>
<timestamp>20210209.113458</timestamp>
<timestamp>20210210.084319</timestamp>
<buildNumber>1</buildNumber>
</snapshot>
<lastUpdated>20210209113458</lastUpdated>
<lastUpdated>20210210084319</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>jar</extension>
<value>1.0.2-20210209.113458-1</value>
<updated>20210209113458</updated>
<value>1.0.2-20210210.084319-1</value>
<updated>20210210084319</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>1.0.2-20210209.113458-1</value>
<updated>20210209113458</updated>
<value>1.0.2-20210210.084319-1</value>
<updated>20210210084319</updated>
</snapshotVersion>
<snapshotVersion>
<classifier>sources</classifier>
<extension>jar</extension>
<value>1.0.2-20210209.113458-1</value>
<updated>20210209113458</updated>
<value>1.0.2-20210210.084319-1</value>
<updated>20210210084319</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>

View File

@ -1 +1 @@
535fb3cb768bd0bdd5dace63b72b4909
e42e5672d24f9881061d2cf3da6e6aa4

View File

@ -1 +1 @@
ecc727375fe4631fdd0d2bc02834704e883099f2
c9763a4ddfa27a6f12cbedc31eeab61a22b9f945

View File

@ -6,6 +6,6 @@
<versions>
<version>1.0.2-SNAPSHOT</version>
</versions>
<lastUpdated>20210209113458</lastUpdated>
<lastUpdated>20210210084319</lastUpdated>
</versioning>
</metadata>

View File

@ -1 +1 @@
01ad25d4da26b71f878cea28805d7714
70519210373e480fb8da7450b23621f4

View File

@ -1 +1 @@
ae27c0232e2c9cb5e4fe3735edd342a744a0ab7f
fa32be73df833357479371defb21177592c17b62

View File

@ -0,0 +1 @@
f8a5c0ffa098dcd82a7eff7cdadb44a8

View File

@ -0,0 +1 @@
2bb1e4ec82b3d42b76dcbfe5fa6053adaba6143d

View File

@ -0,0 +1 @@
0b85c906dc0e7923612d499d7a48852e

View File

@ -0,0 +1 @@
7aebae50c468fca35821bfca0a4e309db3fc773a

View File

@ -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.0.2-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>

View File

@ -0,0 +1 @@
4a5e29760d8d1d1f48fb2c695f4122c5

View File

@ -0,0 +1 @@
4aa08e51d4326c723dafa4f38b789b3a10b2248c

View File

@ -5,26 +5,26 @@
<version>1.0.2-SNAPSHOT</version>
<versioning>
<snapshot>
<timestamp>20210209.113550</timestamp>
<timestamp>20210210.084412</timestamp>
<buildNumber>1</buildNumber>
</snapshot>
<lastUpdated>20210209113550</lastUpdated>
<lastUpdated>20210210084412</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>jar</extension>
<value>1.0.2-20210209.113550-1</value>
<updated>20210209113550</updated>
<value>1.0.2-20210210.084412-1</value>
<updated>20210210084412</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>1.0.2-20210209.113550-1</value>
<updated>20210209113550</updated>
<value>1.0.2-20210210.084412-1</value>
<updated>20210210084412</updated>
</snapshotVersion>
<snapshotVersion>
<classifier>sources</classifier>
<extension>jar</extension>
<value>1.0.2-20210209.113550-1</value>
<updated>20210209113550</updated>
<value>1.0.2-20210210.084412-1</value>
<updated>20210210084412</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>

View File

@ -1 +1 @@
f0239350d911420c5e14599151a1673a
44b8d2a6e8d2eed55588765eac6efba9

View File

@ -1 +1 @@
87257eb77af095a1d152186dc322e9a867e18701
6e86fbf7a37d53b7b72610aecb870074c87139f0

View File

@ -6,6 +6,6 @@
<versions>
<version>1.0.2-SNAPSHOT</version>
</versions>
<lastUpdated>20210209113550</lastUpdated>
<lastUpdated>20210210084412</lastUpdated>
</versioning>
</metadata>

View File

@ -1 +1 @@
f8c67710f246ee054940a7526809eb49
08d109a038f08e2d242027ce1a5b258f

View File

@ -1 +1 @@
586b82be785fafc039c9bba31f898993bca68c2a
6393d705f18ab31f6cb031cffb6e5e50964ee6a1

View File

@ -0,0 +1,198 @@
<?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">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.ehlxr</groupId>
<artifactId>did-parent</artifactId>
<packaging>pom</packaging>
<version>1.0.2-SNAPSHOT</version>
<modules>
<module>did-server</module>
<module>did-sdk</module>
<module>did-common</module>
<module>did-core</module>
</modules>
<name>did-parent</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!--目标编译的 Java 版本可以通过以下属性指定,不用配置 maven-compiler-plugin 插件-->
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<did.version>1.0.2-SNAPSHOT</did.version>
<netty.version>4.1.58.Final</netty.version>
<logback.version>1.1.7</logback.version>
<junit.version>4.13.1</junit.version>
<jackson.version>2.10.3</jackson.version>
<protostuff.version>1.7.2</protostuff.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>${netty.version}</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>${logback.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.github.ehlxr</groupId>
<artifactId>did-common</artifactId>
<version>${did.version}</version>
</dependency>
<dependency>
<groupId>io.github.ehlxr</groupId>
<artifactId>did-core</artifactId>
<version>${did.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-core</artifactId>
<version>${protostuff.version}</version>
</dependency>
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-runtime</artifactId>
<version>${protostuff.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<!--<dependencies>-->
<!-- 为了 debug 调试-->
<!-- <dependency>-->
<!-- <groupId>com.github.github</groupId>-->
<!-- <artifactId>site-maven-plugin</artifactId>-->
<!-- <version>0.12</version>-->
<!-- </dependency>-->
<!--</dependencies>-->
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<configuration>
<altDeploymentRepository>maven.repo::default::file://${project.build.directory}/mvn-repo
</altDeploymentRepository>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.1.0</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.4</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<!-- Deploy the web site -->
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
<version>0.12</version>
<executions>
<execution>
<goals>
<goal>site</goal>
</goals>
<!-- select the Maven phase in which the plugin will be executed -->
<phase>deploy</phase>
<configuration>
<!-- Plugin configuration goes here -->
<userName>ehlxr</userName>
<!--suppress UnresolvedMavenProperty -->
<password>${env.GITHUB_MVN_TOKEN}</password>
<!-- The commit message -->
<message>init git maven repository</message>
<!-- The location where the site is uploaded -->
<repositoryName>maven-repository</repositoryName> <!-- github repo name -->
<repositoryOwner>ehlxr</repositoryOwner> <!-- organization or user name -->
<!-- Use merge or override the content -->
<merge>true</merge>
<outputDirectory>${project.build.directory}/mvn-repo</outputDirectory>
<branch>refs/heads/main</branch>
<!--<includes>-->
<!-- <include>**/*</include>-->
<!--</includes>-->
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
<distributionManagement>
<repository>
<id>maven.repo</id>
<name>Local Staging Repository</name>
<url>file://${project.build.directory}/mvn-repo</url>
</repository>
</distributionManagement>
<!--<distributionManagement>-->
<!-- <repository>-->
<!-- <id>github</id>-->
<!-- <name>GitHub Apache Maven Packages</name>-->
<!-- <url>https://maven.pkg.github.com/ehlxr/mvn-repository</url>-->
<!-- </repository>-->
<!--</distributionManagement>-->
</project>

View File

@ -0,0 +1 @@
625c7fc74cc0a7e6a23b8540f1f932f1

View File

@ -0,0 +1 @@
bc0472c236f591342a9f2ada35968ec172ec5880

View File

@ -5,15 +5,15 @@
<version>1.0.2-SNAPSHOT</version>
<versioning>
<snapshot>
<timestamp>20210209.113422</timestamp>
<timestamp>20210210.084243</timestamp>
<buildNumber>1</buildNumber>
</snapshot>
<lastUpdated>20210209113422</lastUpdated>
<lastUpdated>20210210084243</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>pom</extension>
<value>1.0.2-20210209.113422-1</value>
<updated>20210209113422</updated>
<value>1.0.2-20210210.084243-1</value>
<updated>20210210084243</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>

View File

@ -1 +1 @@
ae9cf5cf71ce6f2b3ef4001cddd919d1
5eb08b22e95d2dc0e38c7519d128f0fe

View File

@ -1 +1 @@
a0686fc78fa386e04e0f335e52d5a81acc35d2b9
d5a33d8928b812a0173486d471b9eb846a4f8663

View File

@ -6,6 +6,6 @@
<versions>
<version>1.0.2-SNAPSHOT</version>
</versions>
<lastUpdated>20210209113422</lastUpdated>
<lastUpdated>20210210084243</lastUpdated>
</versioning>
</metadata>

View File

@ -1 +1 @@
812c39257ff935d43a3256faeda34b81
20731be7448776fb01d2e7bd0c0061e0

View File

@ -1 +1 @@
24cf5ebc6870d3636011f3215b76dce48268ebd8
b8e225d1a21e70bcf06c4166a8f674fa99f5b404

View File

@ -0,0 +1 @@
ef83fe5e2ad334ad4d0d7cdc8d3036b7

View File

@ -0,0 +1 @@
9cf8fcbd8b218e4c27ae0a1352534e9c35c50812

View File

@ -0,0 +1 @@
e169592185f7487485b5adf402c30fe7

View File

@ -0,0 +1 @@
2e29f0c1212ac523f74872d159c169ebc7108a2d

View File

@ -0,0 +1,53 @@
<?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.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>did-sdk</artifactId>
<name>did-sdk</name>
<dependencies>
<dependency>
<groupId>io.github.ehlxr</groupId>
<artifactId>did-core</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<configuration>
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
<artifactSet>
<includes>
<include>io.github.ehlxr.did:did-common</include>
</includes>
</artifactSet>
</configuration>
</plugin>
<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>

View File

@ -0,0 +1 @@
6272942212c8664c8cdc3d7a3bac7bef

View File

@ -0,0 +1 @@
b7c83cfa20a49a36b09b1828aa7b6626df0566bb

View File

@ -5,26 +5,26 @@
<version>1.0.2-SNAPSHOT</version>
<versioning>
<snapshot>
<timestamp>20210209.113644</timestamp>
<timestamp>20210210.084504</timestamp>
<buildNumber>1</buildNumber>
</snapshot>
<lastUpdated>20210209113644</lastUpdated>
<lastUpdated>20210210084504</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>jar</extension>
<value>1.0.2-20210209.113644-1</value>
<updated>20210209113644</updated>
<value>1.0.2-20210210.084504-1</value>
<updated>20210210084504</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>1.0.2-20210209.113644-1</value>
<updated>20210209113644</updated>
<value>1.0.2-20210210.084504-1</value>
<updated>20210210084504</updated>
</snapshotVersion>
<snapshotVersion>
<classifier>sources</classifier>
<extension>jar</extension>
<value>1.0.2-20210209.113644-1</value>
<updated>20210209113644</updated>
<value>1.0.2-20210210.084504-1</value>
<updated>20210210084504</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>

View File

@ -1 +1 @@
b39d8749db8e4cee95ec0448a1f6f2e4
e61259cc4e3c5a4e9810e996759e8778

View File

@ -1 +1 @@
d1cc1e93e94751a751d942030a8071e4d0ce5e62
4df710e159321de4d8b75099eed9d304ded5cff8

View File

@ -6,6 +6,6 @@
<versions>
<version>1.0.2-SNAPSHOT</version>
</versions>
<lastUpdated>20210209113644</lastUpdated>
<lastUpdated>20210210084504</lastUpdated>
</versioning>
</metadata>

View File

@ -1 +1 @@
e1496f0b2d1f35f488ada1f57d5acce1
278a2b112927f89e1b56319aef3fa501

View File

@ -1 +1 @@
df7c6dea7adbd04e2a81c1026ab1bb61e73083ed
4b9af13a96a9c7694249574080572b5120c40902