Compare commits

...

4 Commits

Author SHA1 Message Date
ḕℏỈẍȓ 4e2fc20597 init git maven repository 2021-02-09 11:37:31 +00:00
ḕℏỈẍȓ 8d959fb110 init git maven repository 2021-02-09 11:36:37 +00:00
ḕℏỈẍȓ f789038378 init git maven repository 2021-02-09 11:35:44 +00:00
ḕℏỈẍȓ c19d7d8274 init git maven repository 2021-02-09 11:34:50 +00:00
54 changed files with 444 additions and 35 deletions

View File

@ -0,0 +1 @@
7e15943b3a6c43a704d2e3631afee08b

View File

@ -0,0 +1 @@
3195d2837a53902c042db29940f95adad89ccbe3

View File

@ -0,0 +1 @@
20babf33c80f372a1d2cb61badd67c32

View File

@ -0,0 +1 @@
6801b31e39351d4f6b9b8c3a6cfe83380ee8cb19

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>20210122.083034</timestamp>
<timestamp>20210209.113458</timestamp>
<buildNumber>1</buildNumber>
</snapshot>
<lastUpdated>20210122083034</lastUpdated>
<lastUpdated>20210209113458</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>jar</extension>
<value>1.0.2-20210122.083034-1</value>
<updated>20210122083034</updated>
<value>1.0.2-20210209.113458-1</value>
<updated>20210209113458</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>1.0.2-20210122.083034-1</value>
<updated>20210122083034</updated>
<value>1.0.2-20210209.113458-1</value>
<updated>20210209113458</updated>
</snapshotVersion>
<snapshotVersion>
<classifier>sources</classifier>
<extension>jar</extension>
<value>1.0.2-20210122.083034-1</value>
<updated>20210122083034</updated>
<value>1.0.2-20210209.113458-1</value>
<updated>20210209113458</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>

View File

@ -1 +1 @@
2f527b40f46e5ed707a15b33a4e44d65
535fb3cb768bd0bdd5dace63b72b4909

View File

@ -1 +1 @@
35873187edf80440187053bc289c327c7dc0d513
ecc727375fe4631fdd0d2bc02834704e883099f2

View File

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

View File

@ -1 +1 @@
523d7521069797d784b3c84d852f5d72
01ad25d4da26b71f878cea28805d7714

View File

@ -1 +1 @@
215341915898f7ed4501c39b45e2896ada0a38fb
ae27c0232e2c9cb5e4fe3735edd342a744a0ab7f

View File

@ -0,0 +1 @@
f9e22256b8ba643fa3ba09c1044e4a30

View File

@ -0,0 +1 @@
20955a21b2ab78a61ab8d9df586ee7bbad681fdc

View File

@ -0,0 +1 @@
f9f1cec908b01e98a71e591b7ad46943

View File

@ -0,0 +1 @@
c3995abe1b85f997ddc9d63b859b475edd362247

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

@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata modelVersion="1.1.0">
<groupId>io.github.ehlxr</groupId>
<artifactId>did-core</artifactId>
<version>1.0.2-SNAPSHOT</version>
<versioning>
<snapshot>
<timestamp>20210209.113550</timestamp>
<buildNumber>1</buildNumber>
</snapshot>
<lastUpdated>20210209113550</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>jar</extension>
<value>1.0.2-20210209.113550-1</value>
<updated>20210209113550</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>1.0.2-20210209.113550-1</value>
<updated>20210209113550</updated>
</snapshotVersion>
<snapshotVersion>
<classifier>sources</classifier>
<extension>jar</extension>
<value>1.0.2-20210209.113550-1</value>
<updated>20210209113550</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>
</metadata>

View File

@ -0,0 +1 @@
f0239350d911420c5e14599151a1673a

View File

@ -0,0 +1 @@
87257eb77af095a1d152186dc322e9a867e18701

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>io.github.ehlxr</groupId>
<artifactId>did-core</artifactId>
<versioning>
<versions>
<version>1.0.2-SNAPSHOT</version>
</versions>
<lastUpdated>20210209113550</lastUpdated>
</versioning>
</metadata>

View File

@ -0,0 +1 @@
f8c67710f246ee054940a7526809eb49

View File

@ -0,0 +1 @@
586b82be785fafc039c9bba31f898993bca68c2a

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>20210122.082959</timestamp>
<timestamp>20210209.113422</timestamp>
<buildNumber>1</buildNumber>
</snapshot>
<lastUpdated>20210122082959</lastUpdated>
<lastUpdated>20210209113422</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>pom</extension>
<value>1.0.2-20210122.082959-1</value>
<updated>20210122082959</updated>
<value>1.0.2-20210209.113422-1</value>
<updated>20210209113422</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>

View File

@ -1 +1 @@
40f81e44b4079a5dc5534c7899e0a5a7
ae9cf5cf71ce6f2b3ef4001cddd919d1

View File

@ -1 +1 @@
b502a8117f17fbeeb4aab040195e535fecbba43c
a0686fc78fa386e04e0f335e52d5a81acc35d2b9

View File

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

View File

@ -1 +1 @@
fdb9d2744b0ce4077897275583552ca2
812c39257ff935d43a3256faeda34b81

View File

@ -1 +1 @@
e103a6c266321b6a0bde08807233de0fc7dd5dfe
24cf5ebc6870d3636011f3215b76dce48268ebd8

View File

@ -0,0 +1 @@
d59256d1ea7e3e962b142fcf2e8b0372

View File

@ -0,0 +1 @@
1a57542b2e384c569ff6299aa10886907c767438

View File

@ -0,0 +1 @@
62741134f1f8bee4e42109164e7ba066

View File

@ -0,0 +1 @@
18f4829d5b9f5f44ae8784f2388c43eb14262e1c

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>20210122.083128</timestamp>
<timestamp>20210209.113644</timestamp>
<buildNumber>1</buildNumber>
</snapshot>
<lastUpdated>20210122083128</lastUpdated>
<lastUpdated>20210209113644</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>jar</extension>
<value>1.0.2-20210122.083128-1</value>
<updated>20210122083128</updated>
<value>1.0.2-20210209.113644-1</value>
<updated>20210209113644</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>1.0.2-20210122.083128-1</value>
<updated>20210122083128</updated>
<value>1.0.2-20210209.113644-1</value>
<updated>20210209113644</updated>
</snapshotVersion>
<snapshotVersion>
<classifier>sources</classifier>
<extension>jar</extension>
<value>1.0.2-20210122.083128-1</value>
<updated>20210122083128</updated>
<value>1.0.2-20210209.113644-1</value>
<updated>20210209113644</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>

View File

@ -1 +1 @@
c88860ef4cea71496e6853e725a516cb
b39d8749db8e4cee95ec0448a1f6f2e4

View File

@ -1 +1 @@
0489a314b706e53b47aa4707a505fef55348a1c2
d1cc1e93e94751a751d942030a8071e4d0ce5e62

View File

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

View File

@ -1 +1 @@
362ee6d9fc798d043d9e2f1b3e069029
e1496f0b2d1f35f488ada1f57d5acce1

View File

@ -1 +1 @@
a9928ccfb9f86e4d79ede7666580be6b04ef6a83
df7c6dea7adbd04e2a81c1026ab1bb61e73083ed