|
5 | 5 | <parent> |
6 | 6 | <groupId>org.springframework.boot</groupId> |
7 | 7 | <artifactId>spring-boot-starter-parent</artifactId> |
8 | | - <version>3.1.6</version> |
| 8 | + <version>3.3.5</version> |
9 | 9 | <relativePath/> <!-- lookup parent from repository --> |
10 | 10 | </parent> |
11 | 11 |
|
12 | 12 | <groupId>com.codingapi.sdk</groupId> |
13 | 13 | <artifactId>starter-okx-rest</artifactId> |
14 | | - <version>0.0.1</version> |
| 14 | + <version>0.0.2</version> |
15 | 15 |
|
16 | 16 | <url>https://https://github.com/codingapi/sdk-starter-okx-rest</url> |
17 | 17 | <name>starter-okx-rest</name> |
|
21 | 21 | <maven.compile.source>17</maven.compile.source> |
22 | 22 | <maven.compile.target>17</maven.compile.target> |
23 | 23 | <java.version>17</java.version> |
24 | | - <codingapi.framewrok.version>3.1.6</codingapi.framewrok.version> |
| 24 | + <codingapi.framewrok.version>3.4.11</codingapi.framewrok.version> |
25 | 25 | <snakeyaml.version>2.2</snakeyaml.version> |
26 | 26 | </properties> |
27 | 27 | <dependencies> |
|
118 | 118 | <build> |
119 | 119 | <plugins> |
120 | 120 |
|
121 | | - <plugin> |
122 | | - <groupId>org.apache.maven.plugins</groupId> |
123 | | - <artifactId>maven-compiler-plugin</artifactId> |
124 | | - <version>${maven-compiler-plugin.version}</version> |
125 | | - <configuration> |
126 | | - <source>${maven.compile.source}</source> |
127 | | - <target>${maven.compile.target}</target> |
128 | | - <encoding>${project.build.sourceEncoding}</encoding> |
129 | | - <compilerArgument>-Xlint:deprecation</compilerArgument> |
130 | | - </configuration> |
131 | | - </plugin> |
132 | 121 | <plugin> |
133 | 122 | <groupId>org.apache.maven.plugins</groupId> |
134 | 123 | <artifactId>maven-source-plugin</artifactId> |
|
144 | 133 |
|
145 | 134 |
|
146 | 135 | <plugin> |
147 | | - <groupId>org.sonatype.plugins</groupId> |
148 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
149 | | - <version>1.6.13</version> |
| 136 | + <groupId>org.sonatype.central</groupId> |
| 137 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 138 | + <version>0.8.0</version> |
150 | 139 | <extensions>true</extensions> |
151 | 140 | <configuration> |
152 | | - <serverId>ossrh</serverId> |
153 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
154 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 141 | + <publishingServerId>central</publishingServerId> |
| 142 | + <autoPublish>true</autoPublish> |
| 143 | + <waitUntil>published</waitUntil> |
155 | 144 | </configuration> |
156 | 145 | </plugin> |
157 | 146 |
|
|
0 commit comments