Skip to content

Commit 90916ef

Browse files
committed
Maven artifacts for 1.0-SNAPSHOT
1 parent b135b3f commit 90916ef

12 files changed

+120
-12
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0f1d346f43bade34f050d60a363d138c
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
48bc6f4a0b4abdd25159ed05cd13608ed5bcd702
Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<parent>
6+
<artifactId>luna-commons</artifactId>
7+
<groupId>com.luna</groupId>
8+
<version>1.0-SNAPSHOT</version>
9+
</parent>
10+
<modelVersion>4.0.0</modelVersion>
11+
12+
<artifactId>luna-commons-tencent</artifactId>
13+
14+
<repositories>
15+
<repository>
16+
<id>luna-commons-mvn-repo</id>
17+
<url>https://raw.github.com/czy1024/luna-commons/mvn-repo-luna-commons-tencent/</url>
18+
<snapshots>
19+
<enabled>true</enabled>
20+
<updatePolicy>always</updatePolicy>
21+
</snapshots>
22+
</repository>
23+
</repositories>
24+
25+
<dependencies>
26+
<dependency>
27+
<groupId>com.luna</groupId>
28+
<artifactId>luna-commons-common</artifactId>
29+
<version>1.0-SNAPSHOT</version>
30+
</dependency>
31+
32+
<!-- 腾讯Api-->
33+
<dependency>
34+
<groupId>com.tencentcloudapi</groupId>
35+
<artifactId>tencentcloud-sdk-java</artifactId>
36+
<version>3.1.46</version>
37+
<exclusions>
38+
<exclusion>
39+
<groupId>org.slf4j</groupId>
40+
<artifactId>slf4j-simple</artifactId>
41+
</exclusion>
42+
</exclusions>
43+
</dependency>
44+
</dependencies>
45+
46+
<distributionManagement>
47+
<repository>
48+
<id>luna.repo</id>
49+
<name>Temporary Staging Repository</name>
50+
<url>file://${project.build.directory}/mvn-repo</url>
51+
</repository>
52+
</distributionManagement>
53+
54+
<build>
55+
<plugins>
56+
<plugin>
57+
<groupId>org.apache.maven.plugins</groupId>
58+
<artifactId>maven-compiler-plugin</artifactId>
59+
<version>3.8.1</version>
60+
<configuration>
61+
<source>8</source>
62+
<target>8</target>
63+
</configuration>
64+
</plugin>
65+
66+
<plugin>
67+
<artifactId>maven-deploy-plugin</artifactId>
68+
<version>2.8.1</version>
69+
<configuration>
70+
<altDeploymentRepository>internal.repo::default::file://${project.build.directory}/mvn-repo
71+
</altDeploymentRepository>
72+
</configuration>
73+
</plugin>
74+
75+
<plugin>
76+
<groupId>com.github.github</groupId>
77+
<artifactId>site-maven-plugin</artifactId>
78+
<version>0.12</version>
79+
<configuration>
80+
<message>Maven artifacts for ${project.version}</message> <!-- git commit message -->
81+
<noJekyll>true</noJekyll> <!-- disable webpage processing -->
82+
<outputDirectory>${project.build.directory}/mvn-repo
83+
</outputDirectory> <!-- matches distribution management repository url above -->
84+
<branch>refs/heads/mvn-repo-luna-commons-tencent
85+
</branch> <!-- remote branch name -->
86+
<includes>
87+
<include>**/*</include>
88+
</includes>
89+
<repositoryName>luna-commons</repositoryName> <!-- github repo name -->
90+
<repositoryOwner>czy1024</repositoryOwner> <!-- github username -->
91+
</configuration>
92+
<executions>
93+
<!-- run site-maven-plugin's 'site' target as part of the build's normal 'deploy' phase -->
94+
<execution>
95+
<goals>
96+
<goal>site</goal>
97+
</goals>
98+
<phase>deploy</phase>
99+
</execution>
100+
</executions>
101+
</plugin>
102+
</plugins>
103+
</build>
104+
</project>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
4d3938356ffa99e33e8af6ec52776cbc
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
a2f1ea774588932de1b271eaaf2f0ba00b0395fe

com/luna/luna-commons-tencent/1.0-SNAPSHOT/maven-metadata.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55
<version>1.0-SNAPSHOT</version>
66
<versioning>
77
<snapshot>
8-
<timestamp>20200716.140456</timestamp>
9-
<buildNumber>1</buildNumber>
8+
<timestamp>20200716.140804</timestamp>
9+
<buildNumber>2</buildNumber>
1010
</snapshot>
11-
<lastUpdated>20200716140456</lastUpdated>
11+
<lastUpdated>20200716140804</lastUpdated>
1212
<snapshotVersions>
1313
<snapshotVersion>
1414
<extension>jar</extension>
15-
<value>1.0-20200716.140456-1</value>
16-
<updated>20200716140456</updated>
15+
<value>1.0-20200716.140804-2</value>
16+
<updated>20200716140804</updated>
1717
</snapshotVersion>
1818
<snapshotVersion>
1919
<extension>pom</extension>
20-
<value>1.0-20200716.140456-1</value>
21-
<updated>20200716140456</updated>
20+
<value>1.0-20200716.140804-2</value>
21+
<updated>20200716140804</updated>
2222
</snapshotVersion>
2323
</snapshotVersions>
2424
</versioning>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
562e3ea3e598324f982b7f52e864e971
1+
cdd24a5d94ba3f19c1334b0dace48c24
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
eb481db49ef60127caa7d31f36de70c2cbadf3ec
1+
940521454a0cfa2ebe83a574f0f54f6d10f157ea

com/luna/luna-commons-tencent/maven-metadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
<versions>
77
<version>1.0-SNAPSHOT</version>
88
</versions>
9-
<lastUpdated>20200716140456</lastUpdated>
9+
<lastUpdated>20200716140804</lastUpdated>
1010
</versioning>
1111
</metadata>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9b98a57c24c5efcf083e6247d1f2dbcc
1+
afc077af8e58c908a0cf2d7308738d56
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
005a4d211d562dd8755503ac5bd35e3071255c9c
1+
14683e8178f694cf0b5ad7a7b7fd7b638074ca8d

0 commit comments

Comments
 (0)