File tree Expand file tree Collapse file tree 4 files changed +17
-10
lines changed
Expand file tree Collapse file tree 4 files changed +17
-10
lines changed Original file line number Diff line number Diff line change 55
66 <groupId >com.huaweicloud.gaussdb</groupId >
77 <artifactId >gaussdb-spring-data-relational-parent</artifactId >
8- <version >3.4.0-SNAPSHOT </version >
8+ <version >3.4.0</version >
99 <packaging >pom</packaging >
1010
1111 <name >Spring Data Relational Parent</name >
143143 <plugin >
144144 <groupId >org.sonatype.plugins</groupId >
145145 <artifactId >nexus-staging-maven-plugin</artifactId >
146- <version >1.6.13 </version >
146+ <version >1.6.8 </version >
147147 <extensions >true</extensions >
148148 <configuration >
149149 <serverId >sonatype</serverId >
150- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
151- <autoReleaseAfterClose >true </autoReleaseAfterClose >
150+ <nexusUrl >https://s01. oss.sonatype.org/</nexusUrl >
151+ <autoReleaseAfterClose >false </autoReleaseAfterClose >
152152 <keepStagingRepositoryOnFailure >true</keepStagingRepositoryOnFailure >
153153 </configuration >
154+ <dependencies >
155+ <dependency >
156+ <groupId >com.thoughtworks.xstream</groupId >
157+ <artifactId >xstream</artifactId >
158+ <version >1.4.15</version >
159+ </dependency >
160+ </dependencies >
154161 </plugin >
155162 </plugins >
156163
Original file line number Diff line number Diff line change 66 <modelVersion >4.0.0</modelVersion >
77
88 <artifactId >gaussdb-spring-data-jdbc</artifactId >
9- <version >3.4.0-SNAPSHOT </version >
9+ <version >3.4.0</version >
1010
1111 <name >Spring Data JDBC</name >
1212 <description >Spring Data module for JDBC repositories.</description >
1515 <parent >
1616 <groupId >com.huaweicloud.gaussdb</groupId >
1717 <artifactId >gaussdb-spring-data-relational-parent</artifactId >
18- <version >3.4.0-SNAPSHOT </version >
18+ <version >3.4.0</version >
1919 </parent >
2020
2121 <properties >
Original file line number Diff line number Diff line change 66 <modelVersion >4.0.0</modelVersion >
77
88 <artifactId >gaussdb-spring-data-r2dbc</artifactId >
9- <version >3.4.0-SNAPSHOT </version >
9+ <version >3.4.0</version >
1010
1111 <name >Spring Data R2DBC</name >
1212 <description >Spring Data module for R2DBC</description >
1515 <parent >
1616 <groupId >com.huaweicloud.gaussdb</groupId >
1717 <artifactId >gaussdb-spring-data-relational-parent</artifactId >
18- <version >3.4.0-SNAPSHOT </version >
18+ <version >3.4.0</version >
1919 </parent >
2020
2121 <properties >
Original file line number Diff line number Diff line change 66 <modelVersion >4.0.0</modelVersion >
77
88 <artifactId >gaussdb-spring-data-relational</artifactId >
9- <version >3.4.0-SNAPSHOT </version >
9+ <version >3.4.0</version >
1010
1111 <name >Spring Data Relational</name >
1212 <description >Spring Data Relational support</description >
1313
1414 <parent >
1515 <groupId >com.huaweicloud.gaussdb</groupId >
1616 <artifactId >gaussdb-spring-data-relational-parent</artifactId >
17- <version >3.4.0-SNAPSHOT </version >
17+ <version >3.4.0</version >
1818 </parent >
1919
2020 <properties >
You can’t perform that action at this time.
0 commit comments