|
29 | 29 |
|
30 | 30 | <groupId>com.github.pagehelper</groupId> |
31 | 31 | <artifactId>pagehelper-spring-boot</artifactId> |
32 | | - <version>1.4.1</version> |
| 32 | + <version>1.4.2</version> |
33 | 33 | <packaging>pom</packaging> |
34 | 34 |
|
35 | 35 | <name>pagehelper-spring-boot</name> |
|
68 | 68 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
69 | 69 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
70 | 70 |
|
71 | | - <mybatis.version>3.5.7</mybatis.version> |
| 71 | + <mybatis.version>3.5.9</mybatis.version> |
72 | 72 | <pagehelper.version>5.3.0</pagehelper.version> |
73 | | - <mybatis-spring-boot.version>2.2.0</mybatis-spring-boot.version> |
74 | | - <spring-boot.version>2.6.0</spring-boot.version> |
| 73 | + <mybatis-spring-boot.version>2.2.2</mybatis-spring-boot.version> |
| 74 | + <spring-boot.version>2.6.6</spring-boot.version> |
75 | 75 | </properties> |
76 | 76 |
|
77 | 77 | <dependencyManagement> |
|
154 | 154 | </goals> |
155 | 155 | </execution> |
156 | 156 | </executions> |
| 157 | + <configuration> |
| 158 | + <gpgArguments> |
| 159 | + <argument>--pinentry-mode</argument> |
| 160 | + <argument>loopback</argument> |
| 161 | + </gpgArguments> |
| 162 | + </configuration> |
| 163 | + </plugin> |
| 164 | + <plugin> |
| 165 | + <groupId>org.sonatype.plugins</groupId> |
| 166 | + <artifactId>nexus-staging-maven-plugin</artifactId> |
| 167 | + <extensions>true</extensions> |
| 168 | + <configuration> |
| 169 | + <serverId>ossrh</serverId> |
| 170 | + <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
| 171 | + <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 172 | + </configuration> |
157 | 173 | </plugin> |
158 | 174 | </plugins> |
159 | 175 | </build> |
160 | 176 | <distributionManagement> |
161 | 177 | <snapshotRepository> |
162 | | - <id>oss</id> |
| 178 | + <id>ossrh</id> |
163 | 179 | <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
164 | 180 | </snapshotRepository> |
165 | 181 | <repository> |
166 | | - <id>oss</id> |
| 182 | + <id>ossrh</id> |
167 | 183 | <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
168 | 184 | </repository> |
169 | 185 | </distributionManagement> |
|
0 commit comments