@@ -154,44 +154,44 @@ object IdeVersions {
154154 Profile (
155155 name = " 2025.2" ,
156156 gateway = ProductProfile (
157- sdkVersion = " 252.23892.230 " ,
157+ sdkVersion = " 2025.2 " ,
158158 bundledPlugins = listOf (" org.jetbrains.plugins.terminal" )
159159 ),
160160 community = ProductProfile (
161- sdkVersion = " 252.23892.248-EAP-SNAPSHOT " ,
161+ sdkVersion = " 2025.2 " ,
162162 bundledPlugins = commonPlugins + listOf (
163163 " com.intellij.java" ,
164164 " com.intellij.gradle" ,
165165 " org.jetbrains.idea.maven" ,
166166 " com.intellij.properties"
167167 ),
168168 marketplacePlugins = listOf (
169- " org.toml.lang:252.23892.361 " ,
170- " PythonCore:252.23892.248 " ,
171- " Docker:252.23892.248 " ,
172- " com.intellij.modules.json:252.23892.248 "
169+ " org.toml.lang:252.23892.464 " ,
170+ " PythonCore:252.23892.458 " ,
171+ " Docker:252.23892.464 " ,
172+ " com.intellij.modules.json:252.23892.360 "
173173 )
174174 ),
175175 ultimate = ProductProfile (
176- sdkVersion = " 252.23892.248-EAP-SNAPSHOT " ,
176+ sdkVersion = " 2025.2 " ,
177177 bundledPlugins = commonPlugins + listOf (
178178 " JavaScript" ,
179179 " JavaScriptDebugger" ,
180180 " com.intellij.database" ,
181181 " com.jetbrains.codeWithMe" ,
182182 ),
183183 marketplacePlugins = listOf (
184- " Pythonid:252.23892.248 " ,
185- " org.jetbrains.plugins.go:252.23892.248 " ,
186- " com.intellij.modules.json:252.23892.248 "
184+ " Pythonid:252.23892.458 " ,
185+ " org.jetbrains.plugins.go:252.23892.360 " ,
186+ " com.intellij.modules.json:252.23892.360 "
187187 )
188188 ),
189189 rider = RiderProfile (
190- sdkVersion = " 2025.2-EAP8- SNAPSHOT" ,
190+ sdkVersion = " 2025.2-SNAPSHOT" ,
191191 bundledPlugins = commonPlugins,
192192 netFrameworkTarget = " net472" ,
193193 rdGenVersion = " 2025.2.2" ,
194- nugetVersion = " 2025.2.0-eap08 "
194+ nugetVersion = " 2025.2.0-rc02 "
195195 )
196196 )
197197 ).associateBy { it.name }
0 commit comments