@@ -151,44 +151,44 @@ object IdeVersions {
151151 Profile (
152152 name = " 2025.2" ,
153153 gateway = ProductProfile (
154- sdkVersion = " 252.23892.230 " ,
154+ sdkVersion = " 2025.2 " ,
155155 bundledPlugins = listOf (" org.jetbrains.plugins.terminal" )
156156 ),
157157 community = ProductProfile (
158- sdkVersion = " 252.23892.248-EAP-SNAPSHOT " ,
158+ sdkVersion = " 2025.2 " ,
159159 bundledPlugins = commonPlugins + listOf (
160160 " com.intellij.java" ,
161161 " com.intellij.gradle" ,
162162 " org.jetbrains.idea.maven" ,
163163 " com.intellij.properties"
164164 ),
165165 marketplacePlugins = listOf (
166- " org.toml.lang:252.23892.361 " ,
167- " PythonCore:252.23892.248 " ,
168- " Docker:252.23892.248 " ,
169- " com.intellij.modules.json:252.23892.248 "
166+ " org.toml.lang:252.23892.464 " ,
167+ " PythonCore:252.23892.458 " ,
168+ " Docker:252.23892.464 " ,
169+ " com.intellij.modules.json:252.23892.360 "
170170 )
171171 ),
172172 ultimate = ProductProfile (
173- sdkVersion = " 252.23892.248-EAP-SNAPSHOT " ,
173+ sdkVersion = " 2025.2 " ,
174174 bundledPlugins = commonPlugins + listOf (
175175 " JavaScript" ,
176176 " JavaScriptDebugger" ,
177177 " com.intellij.database" ,
178178 " com.jetbrains.codeWithMe" ,
179179 ),
180180 marketplacePlugins = listOf (
181- " Pythonid:252.23892.248 " ,
182- " org.jetbrains.plugins.go:252.23892.248 " ,
183- " com.intellij.modules.json:252.23892.248 "
181+ " Pythonid:252.23892.458 " ,
182+ " org.jetbrains.plugins.go:252.23892.360 " ,
183+ " com.intellij.modules.json:252.23892.360 "
184184 )
185185 ),
186186 rider = RiderProfile (
187- sdkVersion = " 2025.2-EAP8- SNAPSHOT" ,
187+ sdkVersion = " 2025.2-SNAPSHOT" ,
188188 bundledPlugins = commonPlugins,
189189 netFrameworkTarget = " net472" ,
190190 rdGenVersion = " 2025.2.2" ,
191- nugetVersion = " 2025.2.0-eap08 "
191+ nugetVersion = " 2025.2.0-rc02 "
192192 )
193193 )
194194 ).associateBy { it.name }
0 commit comments