Skip to content

Commit 1abbc95

Browse files
committed
Prepare 2024.0.3 (2024.0.3).
See #219
1 parent 8d0842b commit 1abbc95

File tree

1 file changed

+19
-31
lines changed

1 file changed

+19
-31
lines changed

bom/pom.xml

+19-31
Original file line numberDiff line numberDiff line change
@@ -74,114 +74,114 @@
7474
<dependency>
7575
<groupId>org.springframework.data</groupId>
7676
<artifactId>spring-data-cassandra</artifactId>
77-
<version>4.3.3-SNAPSHOT</version>
77+
<version>4.3.3</version>
7878
</dependency>
7979

8080
<!-- Spring Data Commons -->
8181
<dependency>
8282
<groupId>org.springframework.data</groupId>
8383
<artifactId>spring-data-commons</artifactId>
84-
<version>3.3.3-SNAPSHOT</version>
84+
<version>3.3.3</version>
8585
</dependency>
8686

8787
<!-- Spring Data Couchbase -->
8888
<dependency>
8989
<groupId>org.springframework.data</groupId>
9090
<artifactId>spring-data-couchbase</artifactId>
91-
<version>5.3.3-SNAPSHOT</version>
91+
<version>5.3.3</version>
9292
</dependency>
9393

9494
<!-- Spring Data Elasticsearch -->
9595
<dependency>
9696
<groupId>org.springframework.data</groupId>
9797
<artifactId>spring-data-elasticsearch</artifactId>
98-
<version>5.3.3-SNAPSHOT</version>
98+
<version>5.3.3</version>
9999
</dependency>
100100

101101
<!-- Spring Data JDBC -->
102102
<dependency>
103103
<groupId>org.springframework.data</groupId>
104104
<artifactId>spring-data-jdbc</artifactId>
105-
<version>3.3.3-SNAPSHOT</version>
105+
<version>3.3.3</version>
106106
</dependency>
107107

108108
<dependency>
109109
<groupId>org.springframework.data</groupId>
110110
<artifactId>spring-data-r2dbc</artifactId>
111-
<version>3.3.3-SNAPSHOT</version>
111+
<version>3.3.3</version>
112112
</dependency>
113113

114114
<dependency>
115115
<groupId>org.springframework.data</groupId>
116116
<artifactId>spring-data-relational</artifactId>
117-
<version>3.3.3-SNAPSHOT</version>
117+
<version>3.3.3</version>
118118
</dependency>
119119

120120
<!-- Spring Data JPA -->
121121
<dependency>
122122
<groupId>org.springframework.data</groupId>
123123
<artifactId>spring-data-jpa</artifactId>
124-
<version>3.3.3-SNAPSHOT</version>
124+
<version>3.3.3</version>
125125
</dependency>
126126

127127
<dependency>
128128
<groupId>org.springframework.data</groupId>
129129
<artifactId>spring-data-envers</artifactId>
130-
<version>3.3.3-SNAPSHOT</version>
130+
<version>3.3.3</version>
131131
</dependency>
132132

133133
<!-- Spring Data MongoDB -->
134134
<dependency>
135135
<groupId>org.springframework.data</groupId>
136136
<artifactId>spring-data-mongodb</artifactId>
137-
<version>4.3.3-SNAPSHOT</version>
137+
<version>4.3.3</version>
138138
</dependency>
139139

140140
<!-- Spring Data Neo4j -->
141141
<dependency>
142142
<groupId>org.springframework.data</groupId>
143143
<artifactId>spring-data-neo4j</artifactId>
144-
<version>7.3.3-SNAPSHOT</version>
144+
<version>7.3.3</version>
145145
</dependency>
146146

147147
<!-- Spring Data Redis -->
148148
<dependency>
149149
<groupId>org.springframework.data</groupId>
150150
<artifactId>spring-data-redis</artifactId>
151-
<version>3.3.3-SNAPSHOT</version>
151+
<version>3.3.3</version>
152152
</dependency>
153153

154154
<!-- Spring Data REST -->
155155
<dependency>
156156
<groupId>org.springframework.data</groupId>
157157
<artifactId>spring-data-rest-webmvc</artifactId>
158-
<version>4.3.3-SNAPSHOT</version>
158+
<version>4.3.3</version>
159159
</dependency>
160160

161161
<dependency>
162162
<groupId>org.springframework.data</groupId>
163163
<artifactId>spring-data-rest-core</artifactId>
164-
<version>4.3.3-SNAPSHOT</version>
164+
<version>4.3.3</version>
165165
</dependency>
166166

167167
<dependency>
168168
<groupId>org.springframework.data</groupId>
169169
<artifactId>spring-data-rest-hal-explorer</artifactId>
170-
<version>4.3.3-SNAPSHOT</version>
170+
<version>4.3.3</version>
171171
</dependency>
172172

173173
<!-- Spring Data KeyValue -->
174174
<dependency>
175175
<groupId>org.springframework.data</groupId>
176176
<artifactId>spring-data-keyvalue</artifactId>
177-
<version>3.3.3-SNAPSHOT</version>
177+
<version>3.3.3</version>
178178
</dependency>
179179

180180
<!-- Spring Data LDAP -->
181181
<dependency>
182182
<groupId>org.springframework.data</groupId>
183183
<artifactId>spring-data-ldap</artifactId>
184-
<version>3.3.3-SNAPSHOT</version>
184+
<version>3.3.3</version>
185185
</dependency>
186186

187187
</dependencies>
@@ -412,19 +412,7 @@
412412
</profiles>
413413

414414
<repositories>
415-
<repository>
416-
<id>spring-snapshot</id>
417-
<url>https://repo.spring.io/snapshot</url>
418-
<snapshots>
419-
<enabled>true</enabled>
420-
</snapshots>
421-
<releases>
422-
<enabled>false</enabled>
423-
</releases>
424-
</repository>
425-
<repository>
426-
<id>spring-milestone</id>
427-
<url>https://repo.spring.io/milestone</url>
428-
</repository>
415+
416+
429417
</repositories>
430418
</project>

0 commit comments

Comments
 (0)