|
6 | 6 |
|
7 | 7 | <groupId>io.github.hyq0719</groupId> |
8 | 8 | <artifactId>marketing-api-sdk</artifactId> |
9 | | - <version>1.0.0-SNAPSHOT</version> |
| 9 | + <version>1.0.0-beta.1</version> |
10 | 10 | <name>Marketing API Java SDK</name> |
11 | 11 | <description>Marketing API Java SDK</description> |
| 12 | + <url>https://github.com/Hyq0719/marketing-api-java-sdks</url> |
12 | 13 |
|
13 | 14 | <licenses> |
14 | 15 | <license> |
|
32 | 33 | </developers> |
33 | 34 |
|
34 | 35 | <scm> |
35 | | - <connection>scm:git:https://github.com/Hyq0719/marketing-api-java-sdks.git</connection> |
36 | | - <developerConnection>scm:git:git@github.com:Hyq0719/marketing-api-java-sdks.git</developerConnection> |
| 36 | + <connection>https://github.com/Hyq0719/marketing-api-java-sdks.git</connection> |
| 37 | + <developerConnection>https://github.com/Hyq0719/marketing-api-java-sdks.git</developerConnection> |
37 | 38 | <url>https://github.com/Hyq0719/marketing-api-java-sdks</url> |
38 | 39 | </scm> |
39 | 40 |
|
40 | 41 | <modules> |
41 | 42 | <module>marketing-api-common</module> |
42 | | - <module>marketing-api-kuaishou</module> |
43 | 43 | <module>marketing-api-oceanengine</module> |
44 | | - <module>marketing-api-tencent</module> |
45 | 44 | <module>marketing-api-vivo</module> |
46 | 45 | <module>spring-boot-starters</module> |
47 | | - <module>spring-boot-demo</module> |
48 | 46 | <module>code-generators</module> |
49 | 47 | </modules> |
50 | 48 |
|
|
59 | 57 | <dependency> |
60 | 58 | <groupId>org.springframework</groupId> |
61 | 59 | <artifactId>spring-beans</artifactId> |
62 | | - <version>5.0.5.RELEASE</version> |
| 60 | + <version>5.3.9</version> |
63 | 61 | <scope>compile</scope> |
64 | 62 | </dependency> |
65 | 63 | <dependency> |
|
123 | 121 | <maven.compiler.target>${java.version}</maven.compiler.target> |
124 | 122 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
125 | 123 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
126 | | - <common.version>1.0.0-SNAPSHOT</common.version> |
| 124 | + <common.version>1.0.0-beta.1</common.version> |
127 | 125 | <gson-fire-version>1.8.0</gson-fire-version> |
128 | | - <okhttp-version>3.11.0</okhttp-version> |
| 126 | + <okhttp-version>4.5.0</okhttp-version> |
129 | 127 | <apache.http-version>4.5.13</apache.http-version> |
130 | 128 | <gson-version>2.8.1</gson-version> |
131 | 129 | <threetenbp-version>1.3.5</threetenbp-version> |
|
0 commit comments